I know this isn't the best place for this, but I can't get BEA's NNTP server
to respond at the moment.

I'm trying to get a WAR file working with WebLogic 5.1.  I got my JSP
working fine setting the webApp path to the web root dir.  When I build the
webroot dir into a WAR file, I'm getting the following error:

Tue Jun 27 15:08:21 CDT 2000:<E> <ServletContext-nxbirpas> Error loading
servlet: jsp_servlet._index
java.lang.ClassNotFoundException: jsp_servlet._index

My JSP page is index.jsp.  I've got pre-compile turned on, and the file
compiles fine.  But, when I try to reference the JSP, WL says it can't find
the class file it compiled.  I tried including that dir in the weblogic
class path, but that didn't seem to help.  Has anyone else seen this when
using WAR files with WebLogic 5.1?  I've dug through the BEA docs, and it
seems as though there isn't anything special needed, at least not that I've
seen.

Also, part of the purpose of getting a WAR working is to see if changes in
JSP are auto-detected by WebLogic, like it does when not using a WAR.  Does
anyone know the answer to this?

TIA.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to