Hi,
I wrote a HelloWorld servlet and I placed the class file in
%tomcat_home%\webapps\MyPlace\WEB-INF\classes folder and I wrote a web.xml
file with the following content and kept in
%tomcat_home%\webapps\MyPlace\WEB-INF folder.
Now when I start tomcat and enter http://localhost:8080/MyPlace/HelloWorld ,
I'm getting the output from the servlet... But when I start Apache after
tomcat and enter http://localhost/MyPlace/HelloWorld , I'm "page cannot be
found" error page... The mapping from Apache to tomcat has been done and I
am able to view the html and jsp pages in the second way... What else I need
to do for getting the result from the servlet in the second way...?
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html