Originally posted by Rahul Mahindrakar:
Hi Sunil
Anything that is in the Weblogic Classpath needs a restart
. However if you try to deploy the library within your application you need to redeploy the application for the new changes to take affect.
Br
Rahul
Hi Rahul
Thanks a lot for ur reply. I v not clear with ur suggestion. I tell u wat i m doing currently..
My weblogic root path is : /weblogic/myserver/v5webapps/mywebapp/
under mywebapp i v my working folder(CPT) and WEB-INF also.In CPT i v my one "lib" folder where i m keeping my jar files(that contains only java classes, these classes are mainly used for serviceing
JSP page). In weblogic startWeblogic.sh file, i set POST_CLASSPATH to /CPT/lib/cpt.jar;
So whenever i modified my jar file i require to restart the WL server.It's correct. Also I put my jar file inside WEB-INF/lib folder, even it didnt work.
Here i want to remind u that i m working with WL 5.1.
How could i solve this problem....is there any other way to resolve it..??
Once again thanks for ur suggestion....i'll forward ur reply
With regards
Sunil