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