« Return to Thread: Change Tomcat listening interface in Windows

RE: Change Tomcat listening interface in Windows

by Caldarale, Charles R :: Rate this Message:

Reply to Author | View in Thread

> From: smooochy [mailto:dps002@...]
> Subject: Re: Change Tomcat listening interface in Windows
>
> So I have looked at the documentation, but it's all Greek to me.

There are several books on Tomcat, if you can't follow the docs; O'Reilly may be the least objectionable.  You will likely want to become familiar with the servlet spec as well:
http://jcp.org/aboutJava/communityprocess/mrel/jsr154/index2.html

If you haven't found it yet, conf/server.xml has most of the Tomcat-specific config; conf/web.xml contains the servlet spec-defined config values for all webapps.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: Change Tomcat listening interface in Windows