RE: How to Change Port Number of Tomcat

2002-09-12 Thread Garling, Matthew
What ever you do, don't start putting tomcat 4 configuration entries in your server.xml configuration file. The error you say you are getting isn't a Tomcat problem at all. It sounds as though Tomcat is trying to start on the new ports you defined BUT they are already in use. That happens when

RE: Default Website -- Still not working -- Thanks!

2002-06-14 Thread Garling, Matthew
Hi S W, Sorry about my earlier answer. This was based on earlier versions. In version 4.0.3 you need to add a Context entry like you mentioned. Important to know is that the path must be zero-length string i.e. . This is explained in the documentation in the section concerning the Context

RE: Changing Default Websites???

2002-06-13 Thread Garling, Matthew
Hi S W, Take a look in the tomcat.conf file. There you will find the following entries: ApJServMount default /root and ApJServMount /examples /root. You need to change these to whatever paths you want or require. good luck. -Original Message- From: S W

RE: changing default home page

2002-06-13 Thread Garling, Matthew
This is not true for every version of Tomcat though. I believe Andre is refering to 4.0.3 and 4.1.X. In 3.2.X and 3.3.X you need to change/alter the following entries: ApJServMount default /root and ApJServMount /examples /root. in the file tomcat.conf. -Original