No problem, glad I could help.


John

On 23 Jun 2003 19:33:40 +0200, Tony Grant <[EMAIL PROTECTED]> wrote:

On Mon, 2003-06-23 at 14:49, John Turner wrote:

thanks for your kind patience John! Reading through the FAQs this seems
to be a common problem and others seem to have fixed it much more
easily...

There's no URL mapping in workers2.properties that would send your servlet request to Tomcat.

The only requests for www.tgds.net that will ever get to Tomcat are those URLs that end in "*.jsp" because of this mapping:

[uri:www.tgds.net/*.jsp]

If you want to map another URI, such as "www.tgds.net/servlet/*" you have to add it.

OK Done.


Which gives on startup:

2003-06-23 18:22:33 HostConfig[www.tgds.net]: Deploying web application
directory jformmail
2003-06-23 18:22:33 StandardHost[www.tgds.net]: Installing web
application at context path /jformmail from URL
file:/var/tomcat4/webapps/jformmail
2003-06-23 18:22:33 WebappLoader[/jformmail]: Deploying class
repositories to work directory
/var/tomcat4/work/Apache/www.tgds.net/jformmail
2003-06-23 18:22:33 WebappLoader[/jformmail]: Deploy class files
/WEB-INF/classes to /var/tomcat4/webapps/jformmail/WEB-INF/classes
2003-06-23 18:22:33 StandardManager[/jformmail]: Seeding random number
generator class java.security.SecureRandom
2003-06-23 18:22:33 StandardManager[/jformmail]: Seeding of random
number generator has been completed
2003-06-23 18:22:33 StandardWrapper[/jformmail:default]: Loading
container servlet default
2003-06-23 18:22:33 StandardWrapper[/jformmail:invoker]: Loading
container servlet invoker

Cheers

Tony Grant



-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to