Re: How to install web application only on one port (both 8080 and 8443 ports opened)

2006-02-07 Thread Christian Andersson
I had this problem also and if you need to seperate the 2 webapplications on different ports you need to define 2 services in server.xml, like this. ... ... /Christian Andersson Anna Krajewska wrote: Hi I wonder is it possible with ap

Re: How to install web application only on one port (both 8080 and 8443 ports opened)

2006-02-06 Thread Wade Chandler
--- Anna Krajewska <[EMAIL PROTECTED]> wrote: > Hi > > I wonder is it possible with apache tomcat to > install two web-services (axis) one on port 8080 > (and only 8080) and another on 8443 (and only that)? > I have opened both porsts. Now when I install > web-service it's available on both port

How to install web application only on one port (both 8080 and 8443 ports opened)

2006-02-06 Thread Anna Krajewska
Hi I wonder is it possible with apache tomcat to install two web-services (axis) one on port 8080 (and only 8080) and another on 8443 (and only that)? I have opened both porsts. Now when I install web-service it's available on both ports - how to change that without closing any of them in serve