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

2002-03-07 Thread Luca Morandini
From: Morrison, John [mailto:[EMAIL PROTECTED]] > 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. > /c

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 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 after you have deleted the ROOT

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 Morrison, John
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 it :) J. > -Original Message- > From: marco [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 07 March 2002 8:48 am > To: [EMAI