Re: Is ANYONE doing this?? TC3.2.1 standalone + SSL + multiple instances on multiple IP's

2001-01-10 Thread Ritchie Young
For what it's worth, I can run TC 3.2.1 on the same machine as IIS both on port 80 but different IP addresses. In server.xml it looks a bit like this: !-- Normal HTTP -- Connector className="org.apache.tomcat.service.PoolTcpConnector" Parameter name="handler"

Re: tomcat install config error linux!!

2001-01-04 Thread Ritchie Young
Make sure that the following line appears in your /etc/hosts file: 127.0.0.1localhost Then reboot to get rid of your running instances and try it all again. -Ritchie - Original Message - From: "Deepak C S" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 04, 2001

Re: Setting properties outside of the WAR

2001-01-03 Thread Ritchie Young
Regards, Simon -Original Message- From: Craig R. McClanahan [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, January 02, 2001 10:10 PM To: [EMAIL PROTECTED] Subject: Re: Setting properties outside of the WAR Ritchie Young wrote: Thanks for the response but that wasn't qui

Re: bind problem

2001-01-03 Thread Ritchie Young
Use netstat -nlp to find the process id that is listening on that port. Cheers Ritchie - Original Message - From: "Andrew Burrows" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 04, 2001 11:23 AM Subject: Re: bind problem Hi David, Could you tell me how to find

Re: bind problem

2001-01-03 Thread Ritchie Young
PROTECTED] www.flexstornet.com.au From: "Ritchie Young" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Thu, 4 Jan 2001 11:34:54 +0800 To: [EMAIL PROTECTED] Subject: Re: bind problem Use netstat -nlp to

Re: Setting properties outside of the WAR

2001-01-01 Thread Ritchie Young
Thanks for the response but that wasn't quite what I was getting at. The idea was that there should be some easy way for an administrator to set a property for the application. It just strikes me that the TOMCAT_OPTIONS variable is a slightly cumbersome way especially when there start to be a

Setting properties outside of the WAR

2000-12-10 Thread Ritchie Young
Hi, Is there a standard way to set a property for a web-app other than in the WEB-INF/web.xml ? I would like to copy my web app between several machines each of whichrequires some unique settings. Previously I've been doing this by setting the TOMCAT_OPTIONS="-Dprops=my.properties" before