Re: Change the Port that Axis Service runs as

2005-08-10 Thread J H
continues running without the problems I discussed for Tomcat. Thanks, Jeff From: James Wilson <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: Re: Change the Port that Axis Service runs as Date: Wed, 10 Aug 2005 08:21:33 -0500 Quoting Joachi

Re: Change the Port that Axis Service runs as

2005-08-10 Thread James Wilson
t;> Try alphaticially naming the one you want to load first. Assuming you are > >> dropping the war files into CATALINA_HOME/webapps or using > >> CATALINA_HOME/conf/server/localhost maybe Tomcat will find and load them > in > >> that order. > &g

Re: Change the Port that Axis Service runs as

2005-08-09 Thread Joachim Goetze
them in >> that order. > > >> It hasn't worked yet, but I might >>be doing something wrong. > >>Jeff > > >>>From: James Wilson <[EMAIL PROTECTED]> >>>Reply-To: axis-user@ws.apache.org >>>To: axis-user@ws.apache.org &

Re: Change the Port that Axis Service runs as

2005-08-09 Thread James Wilson
>It hasn't worked yet, but I might > > be doing something wrong. > > > > Jeff > > > >> From: James Wilson <[EMAIL PROTECTED]> > >> Reply-To: axis-user@ws.apache.org > >> To: axis-user@ws.apache.org > >> Subject: Re: Change the Por

Re: Change the Port that Axis Service runs as

2005-08-08 Thread Joachim Goetze
orked yet, but I might > be doing something wrong. > > Jeff > >> From: James Wilson <[EMAIL PROTECTED]> >> Reply-To: axis-user@ws.apache.org >> To: axis-user@ws.apache.org >> Subject: Re: Change the Port that Axis Service runs as >> Date: Fri, 05 Aug 2005 12:

Re: Change the Port that Axis Service runs as

2005-08-08 Thread J H
tabase via JDBC) > > > >From: James Wilson <[EMAIL PROTECTED]> > >Reply-To: axis-user@ws.apache.org > >To: axis-user@ws.apache.org > >Subject: Re: Change the Port that Axis Service runs as > >Date: Fri, 05 Aug 2005 08:06:07 -0500 > > > >I just se

Re: Change the Port that Axis Service runs as

2005-08-05 Thread James Wilson
ECTED]> > >Reply-To: axis-user@ws.apache.org > >To: axis-user@ws.apache.org > >Subject: Re: Change the Port that Axis Service runs as > >Date: Fri, 05 Aug 2005 08:06:07 -0500 > > > >I just setup a quick sample. Using Axis 1.2.1 and Tomcat 5.5 running in > >JR

Re: Change the Port that Axis Service runs as

2005-08-05 Thread J H
from a database via JDBC) From: James Wilson <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: Re: Change the Port that Axis Service runs as Date: Fri, 05 Aug 2005 08:06:07 -0500 I just setup a quick sample. Using Axis 1.2.1 and Tomcat 5.5 runn

Re: Change the Port that Axis Service runs as

2005-08-05 Thread James Wilson
.StandardPipeline.invoke(StandardPipeline.java:480) > at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) > at > org.apache.catalina.core.StandardPipeline$Sta

Re: Change the Port that Axis Service runs as

2005-08-04 Thread J H
ly-To: axis-user@ws.apache.org To: axis-user@ws.apache.org, J H <[EMAIL PROTECTED]> CC: axis-user@ws.apache.org Subject: Re: Change the Port that Axis Service runs as Date: Thu, 04 Aug 2005 13:07:49 -0500 What is the actuall error/exceptions you are seeing? Before you make a reque

Re: Change the Port that Axis Service runs as

2005-08-04 Thread James Wilson
only do, is that assumption incorrect? > > Thanks, > Jeff > > >From: James Wilson <[EMAIL PROTECTED]> > >Reply-To: axis-user@ws.apache.org > >To: axis-user@ws.apache.org > >Subject: Re: Change the Port that Axis Service runs as > >Date: Thu, 04 Aug 2005 11:28

Re: Change the Port that Axis Service runs as

2005-08-04 Thread J H
o, is that assumption incorrect? Thanks, Jeff From: James Wilson <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: Re: Change the Port that Axis Service runs as Date: Thu, 04 Aug 2005 11:28:44 -0500 This is sounding more and more like a it'

Re: Change the Port that Axis Service runs as

2005-08-04 Thread James Wilson
eff > > >From: James Wilson <[EMAIL PROTECTED]> > >Reply-To: axis-user@ws.apache.org > >To: axis-user@ws.apache.org > >Subject: Re: Change the Port that Axis Service runs as > >Date: Thu, 04 Aug 2005 07:38:56 -0500 > > > >I haven't been using Axis

Re: Change the Port that Axis Service runs as

2005-08-04 Thread J H
s-user@ws.apache.org To: axis-user@ws.apache.org Subject: Re: Change the Port that Axis Service runs as Date: Thu, 04 Aug 2005 07:38:56 -0500 I haven't been using Axis all that long either. However I don't think Axis itself can run on a port. Thus the application fighting over port 8080 would

Re: Change the Port that Axis Service runs as

2005-08-04 Thread trebor iksrazal
Hi all, I just subscribed to the list, so I'm replying to James. Is the goal running two seperate web services in the same servlet container? It seems you are using the same configuration for both web services. At least one way to solve it - if I understand the problem correctly - is two have s

Re: Change the Port that Axis Service runs as

2005-08-04 Thread James Wilson
I haven't been using Axis all that long either. However I don't think Axis itself can run on a port. Thus the application fighting over port 8080 would be your servlet container. Are you starting Tomcat via an Eclipse plugin? hope it helps, james Quoting J H <[EMAIL PROTECTED]>: > Hi Everyon

Change the Port that Axis Service runs as

2005-08-03 Thread J H
Hi Everyone. This is my first time e-mailing this list, because the documentation out there for this project has been fantastic! (Thanks to the Axis and Eclipse participants). I have built a self-contained web application (service) that implements the Axis libraries. I have another webappli