[Montag-users] Building WAR for JBoss deployment
Status: Beta
Brought to you by:
sbtourist
|
From: Java D. <ja...@wi...> - 2005-11-17 20:03:57
|
I have been creating a WAR file for JBoss 4.01 Tomcat 5.0 by typing
the following in the "montag" subfolder of either the 0.7 or 0.8
distribution:
jar -cvf montag.war .
After deploying this in Jboss, I can get the index page at "http://
localhost:8080/montag", but when I try to see the services at "/
services", I get:
<cite>
And now... Some Services
AXIS error
Sorry, something seems to have gone wrong... here are the details:
Fault - Could not find class for the service named:
montag.services.local.QueryService
Hint: you may need to copy your class files/tree into the right
location (which depends on the servlet system you are using).; nested
exception is:
java.lang.ClassNotFoundException: No ClassLoaders found for:
montag.services.local.QueryService
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
Server.generalException
faultSubcode:
faultString: Could not find class for the service named:
montag.services.local.QueryService
Hint: you may need to copy your class files/tree into the right
location (which depends on the servlet system you are using).; nested
exception is:
java.lang.ClassNotFoundException: No ClassLoaders found for:
montag.services.local.QueryService
faultActor:
faultNode:
faultDetail:
</cite>
Is there something I need to do to get this working in JBoss?
Thanks!
--Paul
|