Hi

We are using weblogic 4.5.1.


I have a problem when i try to access a jsp file. When I execute any jsp
page using Weblogic 4.5.1, I get a NoClassFound Error.I have a file a.jsp.
When it compiles it creates a java file _a_46_jsp.java and _a_46_jsp.class.
But when it tries to load the class it looks for a class _a.class This gives
this error. Any pointers for solving this problem ?

I gave made changes in the weblogic.properties file as follows.


# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# WEBLOGIC JSP PROPERTIES
# ------------------------------------------------
# Sets up automatic page compilation for JSP. Adjust init args for
# directory locations and uncomment to use.
weblogic.httpd.register.*.jsp=\
       weblogic.servlet.JSPServlet
weblogic.httpd.initArgs.*.jsp=\
#       pageCheckSeconds=60,\
#       packagePrefix=examples.jsp,\
       compileCommand=c:/java/bin/javac.exe,\
       workingDir=/weblogic/myserver/classfiles,\
       verbose=true



Thanks

Rregards,

Vaidyanathan

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to