Sorry Quinton I should reply to the list,
as I told you that could do it.however, I was looking for something like
using a virtual server so my users can use htlm pages from Apache2 and
servlets from Tomcat and I don�t want to show in the url :8080

 I was looking for something like using a virtual server so
depending of the url the use they will use static html pages from apache2
or servlets from Tomcat.

> On Friday 26 November 2004 07:02, [EMAIL PROTECTED] wrote:
>> Hi there,
>> I would like to access my pages created with applets in Tomcat by typing
>> the host in the URL and not having to add the default port for Tomcat
>> (:8080). I have Apache2 and the apache2-jakarta-tomcat connectors
>> installed.
>
> I created a index.html with a meta-tag in it that automatically redirects
> the
> browser to the tomcat port.
>
> I needed to keep my Apache for other purposes and changing the default
> connector of Tomcat to Port 80 was not an option.
>
> Here is my code:
>
> <html>
>       <head>
>               <meta http-equiv="refresh"
> content="1;URL=http://your.server.site:8080/";>
>       </head>
>       <body>
>       </body>
> </html>
>
> Q
> --
> Quinton Delpeche
> Internal Systems Developer
> Softline VIP
>
> Telephone: +27 12 420 7000
> Direct:    +27 12 420 7007
> Facsimile: +27 12 420 7344
>
> http://www.vippayroll.co.za/
>
> Command, n.:
>       Statement presented by a human and accepted by a computer in
> such a manner as to make the human feel as if he is in control.
>


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

Reply via email to