|
Re:weblogic help
Hi,
i am moving along with your instructions, it\'s working.
i have a question. i want to use user packages in my servlets. i have the packages in diff folders. now , where should i keep the packages. i tried by keeping them in the working folder same as the servlet, i tried in web-inf folder of the same working folder and tried somewhere else.
each time i modified my classpath with location of class packages...but each time same error. so and so package not found. let me give small log
i have class files in
C:\\bea\\java files\\Bin
C:\\bea\\java files\\Login
i have added into the classpath
C:\\bea\\java files\\Login;C:\\bea\\java files\\Bin;
the folders where i have the packages.
the error it is showing is,
-----------
C:\\bea\\user_projects\\mydomain\\myserver\\.wlnotdelete\\myserver__appsdir_Login_dir-0_Login\\jsp_servlet\\__logprocess.java:20: package lcfiles does not exist
probably occurred due to an error in /Logprocess.jsp line 1:
<%@ page language=\"java\" import=\"javax.ejb.*,java.rmi.*,javax.servlet.*,lcfiles.*,ucfiles.*,usfiles.*,javax.servlet.http.*,javax.naming.*,java.sql.*,java.util.*\" %>
C:\\bea\\user_projects\\mydomain\\myserver\\.wlnotdelete\\myserver__appsdir_Login_dir-0_Login\\jsp_servlet\\__logprocess.java:21: package ucfiles does not exist
probably occurred due to an error in /Logprocess.jsp line 1:
<%@ page language=\"java\" import=\"javax.ejb.*,java.rmi.*,javax.servlet.*,lcfiles.*,ucfiles.*,usfiles.*,javax.servlet.http.*,javax.naming.*,java.sql.*,java.util.*\" %>
C:\\bea\\user_projects\\mydomain\\myserver\\.wlnotdelete\\myserver__appsdir_Login_dir-0_Login\\jsp_servlet\\__logprocess.java:22: package usfiles does not exist
probably occurred due to an error in /Logprocess.jsp line 1:
<%@ page language=\"java\" import=\"javax.ejb.*,java.rmi.*,javax.servlet.*,lcfiles.*,ucfiles.*,usfiles.*,javax.servlet.http.*,javax.naming.*,java.sql.*,java.util.*\" %>
-------------------
i mean it is saying the package not found...is there any special care need to be taken to import the user packages..
finally, i really i appreciate your great help. i can\'t believe i am getting prompt help from a discussion board.
thanks again praveen and vasu
|