check this part of weblogic.properties (assuming that you have WLS5.1)

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# 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=1,\
       compileCommand=c:/jdk1.2.2/bin/javac.exe,\
       workingDir=C:/weblogic/myserver/classfiles,\
       verbose=true

regards
        maroc

> -----Original Message-----
> From: ext Kuppuswamy, Sairam (SUPP)
> [mailto:[EMAIL PROTECTED]]
> Sent: 10. May 2001 0:01
> To: [EMAIL PROTECTED]
> Subject: URGEN SOLUTION Required
> Importance: High
>
>
> hi All,
>
>         I am working on a Weblogic Server (for which I am not the
> Administrator), yesterday my Admin.. had changed the
> properties for the
> ServletServlet or something, which IMPACTED me very much, HOW ???
>
>         When I change any of my JSP pages, it was compiling
> it but it is NOT
> picking up the new class (I mean the changes).
>
>         WHAT IS THE PROBLEM, neither He knows nor ME ???
>
>         All you JSP Experts Please Help me !!!
>
> Sai,
> mailto:[EMAIL PROTECTED]
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body:
> "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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