Forums Register Login

servlet mapping

+Pie Number of slices to send: Send
In the Manning book for SCWCD cert, authors say that the servlet mapping is not mandatory.If no servlet mapping is provided then they say that teh servlet could be accessed as
http://localhost:8080/APP_DIR/servlet/SERVLET_NAME
But Tomcat gives an error saying that it cannot find the resource.
Any ideas??
Thanks,
Arvind
+Pie Number of slices to send: Send
Until now the invoker was enabled by default, but after 4.1.12 Tomcat the invoker is diabled by default.
Invoker servlet lets the Tomcat run the application servlet run without first making changes to /WEB-INF/web.xml file.
The class file for the servlet is dropped to the folder WEB-INF/classes and use http://host/servlet/servletname
To invoke the invoker servlet, uncomment the following lines in $install_dir/conf/web.xml (c:/Program files/Apache Group/Tomcat 4.1/conf/web.xml

<servlet-mapping>
<servlet-name>invoker</servlet-name>
<url-pattern</servlet/*<url-pattern>
</servlet-mapping>
+Pie Number of slices to send: Send
Thanks!!
+Pie Number of slices to send: Send
Am I wrong then in assuming that the specification leaves it up to the container to determine whether or not to allow default servlet mapping?
I know I can and should look this up but thought I'd ask here first.
She's out of the country right now, toppling an unauthorized dictatorship. Please leave a message with this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 809 times.
Similar Threads
kindly help me in redirecting....... as soon as possible
Unable to Run Servlet
servlet not working
problem in running a servlet
What is meant by URL mapping? Can you provide example?
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 17:37:30.