Hi Jesus,

[No need to create context for a WAR file]
Thanks for the info on WAR files not needing to be registered in server.xml (I haven't done a WAR deployment in way too long--you forget things when everything works for months and months). At any rate, my problem isn't that it can't find the context, but rather that it won't load.

Here's a fragment from the Tomcat log:

11:56:38 StandardContext[/soap]: Starting
2003-02-19 11:56:38 StandardContext[/soap]: Processing start(), current available=false
2003-02-19 11:56:38 StandardContext[/soap]: Configuring default Resources
2003-02-19 11:56:38 StandardContext[/soap]: Resources start failed:
2003-02-19 11:56:38 StandardContext[/soap]: Configuring non-privileged default Loader
2003-02-19 11:56:38 StandardContext[/soap]: Configuring default Manager
2003-02-19 11:56:38 StandardContext[/soap]: Processing standard container startup
2003-02-19 11:56:38 StandardContext[/soap]: Context startup failed due to previous errors
2003-02-19 11:56:38 StandardContext[/soap]: Exception during cleanup after start failed
LifecycleException: Container StandardContext[/soap] has not been started
at org.apache.catalina.core.StandardContext.stop(StandardContext.java:3643)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:3621)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1188)
...

I'm beginning to think I'm missing a bunch of JAR's for various things. Do you happen to know what's needed beyond the basic JDK to run the SOAP servlet?

Thanks,

John




Reply via email to