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
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
i did'nt see where port 8085 specified in your connector setting?
i also would suggest specifying protocol in this case HTTP/1.1
the configuration for webapps appears incorrect i would suggest change
D:/software/Tomcat 5.0/DOMAIN/DOMAIN
to
D:/software/Tomcat 5.0/webapps
//reflect the new appBa