Re: Apache Soap RPCRouter problems

2002-04-03 Thread Glen Carl - CSC
What does your tomcat.sh modification look like? I believe I had a similar problem when I tried to add the soap.jar to the classpath within the tomcat.sh. You probably have a classpath issue, or possible conflict with soap.jar. Also, I have experienced some troubles trying the server.xml appro

Re: Apache Soap RPCRouter problems

2002-04-03 Thread Virender Sandhu
il 03, 2002 6:07 AM Subject: Re: Apache Soap RPCRouter problems > > Hello Christian Dutaret, > > Thanks for the response. > > I checked in the entire directory and i do not find any > "parser.jar" file there. > Does Tomcat 3.3.1 has some other name for this file

Re: Apache Soap RPCRouter problems

2002-04-03 Thread Cong . Hoang . Hoang
AIL PROTECTED]> ovell.com> Subject: Re: Apache Soap

Re: Apache Soap RPCRouter problems

2002-04-03 Thread Vibha Sridhar
Hello Chandru, The URL is fine as when i try the URL you mentioned it works just fine. I can get to the URL which shows the "List" "Deploy" and "Undeploy" links too. I just cannot figure out why is this error? VS Chandrashekhar B wrote: > I don't know if you have deployed the sample service

Re: Apache Soap RPCRouter problems

2002-04-03 Thread Chandrashekhar B
I don't know if you have deployed the sample service you are trying to run. Error:500, it's not able to locate the sevice. And make sure that 8080 is their in the URL, http://localhost:8080/soap/servlet/rpcrouter , if you haven't integrated Apache Web Server and Tomcat to work together. Chand

Re: Apache Soap RPCRouter problems

2002-04-03 Thread dinesh sampangi
bject: Re: Apache Soap RPCRouter problems  Hello Christian Dutaret,Thanks for the response.I checked in the entire directory and i do not find any"parser.jar" file there.Does Tomcat 3.3.1 has some other name for this file? As i find "tomcat.jar" in/lib directory.Let me know.thanks

Re: Apache Soap RPCRouter problems

2002-04-03 Thread Vibha Sridhar
Hello Christian Dutaret, Thanks for the response. I checked in the entire directory and i do not find any "parser.jar" file there. Does Tomcat 3.3.1 has some other name for this file? As i find "tomcat.jar" in /lib directory. Let me know. thanks VS Christian Dutaret wrote: > This sounds l

Re: Apache Soap RPCRouter problems

2002-04-03 Thread Vibha Sridhar
Well, first get all the required JAR files - Xerces.jar Activation.jar bsf.jar js.jar soap.jar downloaded and installed (as instructed). Now if you are using APACHE WEBSERVER and TOMCAT, place all these JAR files in the webapps/soap/WEB-INF/lib directory. Edit the "tomcat.bat" in the /bin dir

Re: Apache Soap RPCRouter problems

2002-04-03 Thread dinesh sampangi
! can u help me with this.   regards Dinesh B Sampangi   - Original Message - From: Christian Dutaret Sent: Wednesday, April 03, 2002 4:20 PM To: [EMAIL PROTECTED] Subject: Re: Apache Soap RPCRouter problems  This sounds like an XML parser versionTomcat 3.x uses a JAXP 1.0 parser (parser.jar) w

Re: Apache Soap RPCRouter problems

2002-04-03 Thread Christian Dutaret
This sounds like an XML parser version Tomcat 3.x uses a JAXP 1.0 parser (parser.jar) which has some different method signatures as a jaxp 1.1 compliant parser like xerces. If you put xerces.jar in your tomcat/lib directory, it won't be seen as tomcat sets its classpath in alphabetic order. Any c

RE: Apache Soap RPCRouter problems

2002-04-03 Thread Aurore Michiels
Hi, How did you manage to have the URL http://localhost:8080/soap/servlet/rpcrouter works fine. With me it's not the case. It display this message: HTTP status 503 message: Servlet rpcrouter is currently unavailable description: The requested service (Servlet rpcrouter is currently unavailabl