Yes I'll be so kind. =)
        <servlet>
                <servlet-name>ServletServlet</servlet-name>

<servlet-class>weblogic.servlet.ServletServlet</servlet-class>
        </servlet>
        <servlet-mapping>
                <servlet-name>ServletServlet</servlet-name>
                <url-pattern>/servlets/*</url-pattern>
        </servlet-mapping>

therefore your compiled servlet classes should be in
Web-Inf/classes/servlets/
regards, and when you figure out having weblogic pick up servlet changes
without restarting
weblogic, let me know.

-----Original Message-----
From: Srdjan Pantic [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 9:27 AM
To: [EMAIL PROTECTED]
Subject: Re: WebLogic


> I was looking for the same thing.  Using /servlet/
> was the way I found.  However, it doesn't seem to
> pick up new changes.  You can play around with and
> see if you can get it to work.

  Can you bi so kind to give a example of configuration?
 And of course where exactly to put it. I was unable to
 configure /servlet/ usage with WebLogic.

  And, yes, it's look like that WebLogic (at least in version
 6.0 SP1, I now for sure for 5.1 also) can't pick up new
 changes in servlets.

  --Srdjan

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