Hallo,

I expanded my server.mxl. I added after the tag <Host name="localhost"
.../> new tag 

<Host name="dato.app.at" ... > 
  <Context displayName="" docBase="app" path=""
workDir="work/Catlina/localhost/app">
  </Context>
</Host>

So there are now two ways to start my web-application. By calling
http://localhost:8080/app or by calling http://dato.app.at:8080

The problem that I didn't solve is how to set the port 8080 to 80 but
only for calling the side http://dato.app.at. The calling from
http://localhost should like now not be allowed without the declarations
of port 8080.

I inserted <Connector port="80" ..> before <Engine ...> tag, but when I
call http://localhost I get the tomcat manager like by calling
http://localhost:8080, but this I don't want.

Is there a way to declare the port="80" but only for host=dato.app.at?

greetings,
Stasa Jerinic
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
dato Denkwerkzeuge :: Corneliusgasse 4 :: A-1060 Wien
T +43 (0)1 581 29 70 :: F +43 (0)1 581 29 80
[EMAIL PROTECTED]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
www.dato.at
www.nutritional-software.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -

Reply via email to