RE: Problem with the Deployment.

2001-08-08 Thread Gaur, Deepak
Title: RE: Problem with the Deployment. kewl man! -Original Message-From: Matthew J. Duftler [mailto:[EMAIL PROTECTED]]Sent: Wednesday, August 08, 2001 2:21 PMTo: [EMAIL PROTECTED]Subject: RE: Problem with the Deployment. Hi Deepak, I've attached a JSP which may

RE: Problem with the Deployment.

2001-08-08 Thread Matthew J. Duftler
Title: RE: Problem with the Deployment. Hi Deepak, I've attached a JSP which may help you find your problem. Take the attached test.jsp and drop it into your \soap-2_2\webapps\soap directory. Then restart your server and point your browser at: http://localhost:8080/soap/test.jsp It s

RE: Problem with the Deployment.

2001-08-08 Thread Gaur, Deepak
Title: RE: Problem with the Deployment. Scott, My tomcat classpath was not taking xerces somehow, its working now. Thanks for your help. ~deepak. -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 1:32 PM To: [EMAIL PROTECTED

Re: Problem with the Deployment.

2001-08-08 Thread Scott Nichol
IL PROTECTED]> Sent: Wednesday, August 08, 2001 3:08 PM Subject: RE: Problem with the Deployment. > William, > > Thanks for the reply. > > I only have following files in my JAVA_HOME/jre/lib/ext directory: > jcert.jar > jnet.jar > jsse.jar > > I tried to run the sa

RE: Problem with the Deployment.

2001-08-08 Thread Anvita Johri
ight be causing this problem. > > Thanks, > ~deepak. > > -Original Message- > From: William Brogden [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 08, 2001 12:51 PM > To: [EMAIL PROTECTED] > Subject: Re: Problem with the Deployment. > > > > > >

Re: Problem with the Deployment.

2001-08-08 Thread Scott Nichol
%JAVA_HOME%\jre\lib\ext may have parser.jar; you should move this to another directory. Scott - Original Message - From: "Gaur, Deepak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 08, 2001 3:01 PM Subject: RE: Problem with the Deployment.

RE: Problem with the Deployment.

2001-08-08 Thread Gaur, Deepak
Title: RE: Problem with the Deployment. William, Thanks for the reply. I only have following files in my JAVA_HOME/jre/lib/ext directory: jcert.jar jnet.jar jsse.jar I tried to run the same command after removing all these jars but its not buying it, getting the same error. Any other

Re: Problem with the Deployment.

2001-08-08 Thread William Brogden
> "Gaur, Deepak" wrote: > > Scott, > > Thanks for replying. > I have xerces.jar in my classpath in tomcat.bat(which is ahead of all > other entires and is namespace aware), the file looks like below : > > :setClasspath > set CP=C:/xerces-1_4_2/xerces.jar;%CLASSPATH%;%CP% > set CP=C:/jsse1.0.2

RE: Problem with the Deployment.

2001-08-08 Thread Gaur, Deepak
Title: RE: Problem with the Deployment. Scott, Thanks for replying. I have xerces.jar in my classpath in tomcat.bat(which is ahead of all other entires and is namespace aware), the file looks like below : :setClasspath set CP=C:/xerces-1_4_2/xerces.jar;%CLASSPATH%;%CP% set CP=C:/jsse1.0.2

Re: Problem with the Deployment.

2001-08-08 Thread William Brogden
> "Gaur, Deepak" wrote: > > Hello Good People, > > I am a new SOAP developer. I was trying to deploy some of the samples > that came with the SOAP download using the following command : > > C:\soap-2_2\samples\stockquote> java -cp > >C:\soap-2_2\lib\soap.jar;C:\xerces-1_4_2\xerces.jar;C:\dev

Re: Problem with the Deployment.

2001-08-08 Thread Scott Nichol
Your server is loading DOM code that does not support namespaces. This is probably an issue with the classpath used by your servlet container. You should follow the instructions provided with SOAP 2.2 that pertain to the container you use. The installation documentation is at /path-to-soap/docs