You to need to uncomment out the following lines from the
Weblogic.properties file.
Of course change the compileCommand to point to your javac.  The working
Directory is where weblogic puts
the complied jsp pages.

Daniel Jaffa

[EMAIL PROTECTED]




weblogic.httpd.register.*.jsp=\
       weblogic.servlet.JSPServlet
weblogic.httpd.initArgs.*.jsp=\
       pageCheckSeconds=1,\
       compileCommand=c:/jdk1.2.2/bin/javac.exe,\
       workingDir=e:/weblogic51/myserver/classfiles,\
       verbose=true

-----Original Message-----
From: P.J. Tenn [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 28, 2000 3:07 PM
To: [EMAIL PROTECTED]
Subject: Re: Weblogic Problem


You will also need to configure your Weblogic.properties file.

-----Original Message-----
From: Mark Annese [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 28, 2000 11:31 AM
To: [EMAIL PROTECTED]
Subject: Weblogic Problem


Has anyone encountered the problem where Weblogic is not recognizing .JSP
files and throws an error?

Thanks

Mark

===========================================================================
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

===========================================================================
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

===========================================================================
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