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

2002-03-07 Thread Luca Morandini

Marco,

to get rid of ":8080" you shuold redirect all request containing, for
instance, "*.html", to port 8080.
This could be done in the web-server, which handles all default (port 80)
requests. In IIS you could use the tomcat ISAPI filter (see Tomcat docs for
more), in Apache you could use mod_rewrite (sse Cocoon FAQ).

To get rid of "cocoon" you could replace the root servlet with the cocoon
one, there was a mention on how to do it in the mailing list archives.
If you succeeds in the latter task, would you be so kind as to write a FAQ
about it and send it to Vadim ?

Best regards,

-
   Luca Morandini
   GIS Consultant
  [EMAIL PROTECTED]
http://utenti.tripod.it/lmorandini/index.html
-


> -Original Message-
> 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.
> /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: [EMAIL 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/myproject/index.html"; ?
> >
> > -
> > Please check that your question has not already been answered in the
> > FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> >
> > To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> > For additional commands, e-mail: <[EMAIL PROTECTED]>
> >
>
>
>
> ===
> Information in this email and any attachments are confidential, and may
> not be copied or used by anyone other than the addressee, nor disclosed
> to any third party without our permission.  There is no intention to
> create any legally binding contract or other commitment through the use
> of this email.
>
> Experian Limited (registration number 653331).
> Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF
>
> -
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
>


-
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




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
directory, in tomcat/webapp, if you want Cocoon to be the default webapp...
but I won't tell you so because this is NOT the place for tomcat related
questions, sorry)

fabien.

>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"; ?
>>
>>-
>>Please check that your question has not already been answered in the
>>FAQ before posting. 
>>
>>To unsubscribe, e-mail: <[EMAIL PROTECTED]>
>>For additional commands, e-mail: <[EMAIL PROTECTED]>
>>
>HI marco
>You just install mod_webapp or mod_proxy and configure apache and
>Tomcat. It's very easy ;)
>
>Before, try read manuals like:
>http://www.mysite.com:8080/tomcat-docs/proxy-howto.html :))
>
>Regards.
>Yury.
>
>
>
>
>-
>Please check that your question has not already been answered in the
>FAQ before posting. 
>
>To unsubscribe, e-mail: <[EMAIL PROTECTED]>
>For additional commands, e-mail: <[EMAIL PROTECTED]>
>

-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




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"; ?
>
>-
>Please check that your question has not already been answered in the
>FAQ before posting. 
>
>To unsubscribe, e-mail: <[EMAIL PROTECTED]>
>For additional commands, e-mail: <[EMAIL PROTECTED]>
>
HI marco
You just install mod_webapp or mod_proxy and configure apache and
Tomcat. It's very easy ;)

Before, try read manuals like:
http://www.mysite.com:8080/tomcat-docs/proxy-howto.html :))

Regards.
Yury.




-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




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: [EMAIL 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/myproject/index.html"; ?
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
> 



===
Information in this email and any attachments are confidential, and may
not be copied or used by anyone other than the addressee, nor disclosed
to any third party without our permission.  There is no intention to
create any legally binding contract or other commitment through the use
of this email.

Experian Limited (registration number 653331).  
Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF

-
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




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"; ?

-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>