Thanks, but I mapped it to /.

  <module>
      <web>
         <web-uri>sly-test-web.war</web-uri>
         <context-root>/</context-root>
      </web>
   </module>

I think I'm doing something wrong, because If I call my 
servlet from the JSP code like this:

<%@ page errorPage="ErrorPage.jsp" 
import="com.fathom.test.*,java.util.Vector" %>
<% QueryNewsBean queryNews = (QueryNewsBean)
ControllerServlet.getModel(session,"QueryNewsBean"); %>

the jsp page works, but I can't seem to access the servlets 
from the browser, even with the full servlet name.

FB2




> You must include context path before /login.
> i.e. :
> if in application.xml you specify <context-
root>/MyContext</context-root>
> then your url should be 
http://yourhost:yourport/MyContext/login
> 
> 
> hope this helps
> Shahar
> 



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]

Reply via email to