Re: alias problem in tomcat5.0 + apache1.3

2009-10-07 Thread Nada O'Neal
Hi Partha, It looks like you're asking for two things: 1) that your server respond to "partha16" instead of "localhost", and 2) that your server respond on port 80 instead of port 8085 Is that right? 1) is a DNS issue. If http://localhost:8085/DOMAIN is working now, I can help you get to http

Re: alias problem in tomcat5.0 + apache1.3

2009-10-06 Thread Pid Ster
On 6 Oct 2009, at 14:49, partha_ctc wrote: > Hi, > we have tomcat5.0 and apache1.3. my aim is instead of > http://localhost:8085/DOMAIN, how can i call http://partha16/DOMAIN. > for > that i have mdified server.xml and httpd.conf file. but it says page > not > found. > i have attached the httpd.c

RE: alias problem in tomcat5.0 + apache1.3

2009-10-06 Thread Martin Gainty
t; Subject: alias problem in tomcat5.0 + apache1.3 > > > Hi, > we have tomcat5.0 and apache1.3. my aim is instead of > http://localhost:8085/DOMAIN, how can i call http://partha16/DOMAIN. for > that i have mdified server.xml and httpd.conf file. but it says page not > found.

alias problem in tomcat5.0 + apache1.3

2009-10-06 Thread partha_ctc
Hi, we have tomcat5.0 and apache1.3. my aim is instead of http://localhost:8085/DOMAIN, how can i call http://partha16/DOMAIN. for that i have mdified server.xml and httpd.conf file. but it says page not found. i have attached the httpd.conf file. first i tried with virtual host , but it has not w