Is this Tomcat embedded in Eclipse?  What classpath did you change?  The
only thing you need to do to deploy Apache SOAP in Tomcat 4 and later is
put soap.war in the Tomcat webapps directory, or unjar it into
webapps/soap.

Scott Nichol

----- Original Message -----
From: "Dwight Lillie" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 20, 2002 4:41 PM
Subject: RE: install help


> Ok, I'm having similar problems...
>
> I've added the xercesImpl.jar and the xmlParseAPIs.jar to the
classpath,
> but when I start up tomcat I'm now getting messagse that says it can't
find
> the SAXParserFactory.  I thought, though, that the xerces project was
DOM
> based.
>
> Thanks in advance for help...
>
> -Dwight
>
> EmbededTomcat: exception initializing ContextManager
> java.lang.NoClassDefFoundError: javax/xml/parsers/SAXParserFactory
>         at java.lang.ClassLoader.defineClass0(Native Method)
>         at java.lang.ClassLoader.defineClass(ClassLoader.java:488)
>         at
>
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:106)
>         at
java.net.URLClassLoader.defineClass(URLClassLoader.java:243)
>         at java.net.URLClassLoader.access$100(URLClassLoader.java:51)
>         at java.net.URLClassLoader$1.run(URLClassLoader.java:190)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(URLClassLoader.java:183)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
>         at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:281)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:287)
>         at
java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:548)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:287)
>         at
java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:548)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
>         at
> javax.xml.parsers.FactoryFinder.newInstance(FactoryFinder.java:141)
>         at
javax.xml.parsers.FactoryFinder.find(FactoryFinder.java:220)
>         at
>
javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:135
)
>   <it goes on>
>
>
>
>
> > -----Original Message-----
> > From: Scott Nichol [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, November 20, 2002 1:44 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: install help
> >
> >
> > Your service classes should be added to the Apache SOAP webapp in
> > Tomcat, e.g. by placing them under
> > $CATALINA_HOME/webapps/soap/WEB-INF/classes.
> >
> > Scott Nichol
> >
> > ----- Original Message -----
> > From: "Jahangir, Hamza" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, November 20, 2002 4:39 PM
> > Subject: install help
> >
> >
> > > hi,
> > >
> > > i just download apache soap toolkit and am trying to install a
test
> > echo
> > > service myself. i have gotten as far as writing the deployment
> > descriptor. i
> > > am also running the tomcat server out of my eclipse ide. how do i
> > deploy the
> > > service now? and how do i hookup make tomcat see my Echo.java
code? -
> > simply
> > > put it inside its classpath? is there a better utility to do all
this
> > for
> > > me?
> > >
> > > thanks,
> > > - hamza
> > >
> > >
> > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > >
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
> >
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to