howto get rid of long url without Apache web server?

2002-03-07 Thread marco
I have installed Tomcat 4.0.1, cocoon 2.0.0, jdk1.3.1_01 (no Apache web server) in Windows 98. How can I access my web site by url http://www.mysite.com/index.html; instead of http://www.mysite.com:8080/cocoon/myproject/index.html; ?

RE: howto get rid of long url without Apache web server?

2002-03-07 Thread Morrison, John
PROTECTED] Subject: howto get rid of long url without Apache web server? I have installed Tomcat 4.0.1, cocoon 2.0.0, jdk1.3.1_01 (no Apache web server) in Windows 98. How can I access my web site by url http://www.mysite.com/index.html; instead of http://www.mysite.com:8080/cocoon

Re: howto get rid of long url without Apache web server?

2002-03-07 Thread yuryx
marco wrote: I have installed Tomcat 4.0.1, cocoon 2.0.0, jdk1.3.1_01 (no Apache web server) in Windows 98. How can I access my web site by url http://www.mysite.com/index.html; instead of http://www.mysite.com:8080/cocoon/myproject/index.html; ?

RE: howto get rid of long url without Apache web server?

2002-03-07 Thread TREGAN Fabien
mmm... this definitively is a TOMCAT user question, not a Cocoon user question... so I wont answer here, sorry. (btw you should find Parameter name=port value=8080/ in server.xml and replace 8080 by 80 : 80 being default HTTP port, you wont have to hade it. You may rename cocoon.war in ROOT.war

RE: howto get rid of long url without Apache web server?

2002-03-07 Thread Luca Morandini
]] Sent: Thursday, March 07, 2002 9:54 AM To: '[EMAIL PROTECTED]' Subject: RE: howto get rid of long url without Apache web server? Tomcat requires the 8080; look in it's doc's on how to change it. /cocoon is the webapp change it to be root (again, tc question). myproject is sitemap - don't match