I have my servlet mapping as follows (anything else):
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<servlet>
<servlet-name>test</servlet-name>...
Yes it is a tomcat question, what information do you then require to get your servlets running?
Here is the server.xml descriptor associated with the domain.
<Host name="www.intelogy.co.uk">
<Context path="" docBase="/var/www/mydomain/www" debug="0"
reloadable="true"/>...
I can connect JSPs, with reference to classes, in packages on the WEB-INF/classes directory, but I'm having trouble actually running servlets on tomcat
This are the current JkMounts I have, in my apache server, tomcat seems to start ok, Are there any directives that I have missed?
<VirtualHost...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.