Most likely you have to force WebLogic to use the /servlet/ path mapping.
Keep in mind the /servlet/ is a security issue because any servlet can be
invoked when used in this manner. In general, you should ALWAYS map your
servlets via paths or extension mapping and never use the /servlet/ call.
Its fine for development and testing, but ideally get away from it.


> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Srdjan Pantic
> Sent: Monday, July 23, 2001 4:26 PM
> To: [EMAIL PROTECTED]
> Subject: WebLogic
>
>
>  I'm testing Bea WebLogic 6.1. I write a simple application using MCV
> aprouch.
>  And in my case Control component is based in servlets.
>
>   With TomCat and IBM WebSphere I was able to call servlet directly:
>
>   http://127.0.0.1/eBiz/servlet/com.test.web.TestServlet
>
>   eBiz is of course name of Web Application.
>
>   But with WebLogic I was unable to hit servlet. Servlet is based inside
>  web application structure (Servlet 2.2 specification).
>
>   Only way to hit a servlet is to map servlet to url explicitly,
> in web.xml.
>
>   Is there anything I'm missing here?
>
> ==================================================================
> =========
> 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