At 12:12 26/09/2002 +0530, you wrote:
>Hi,
>     I have made a war of axis beta version and kept in
>jboss-3.0.0_tomcat-4.0.3\server\default\deploy directory.
>I get the page properly when in invoke: - http://localhost:8080/axis
>but when i click on "View deployed service", i was getting
>"ClassNotFoundException" so i kept all the jar files from
>axis\web-inf\lib to
>jboss-3.0.0_tomcat-4.0.3\server\default\lib dir.
>After this when i invoke "http://localhost:8080/axis/Calculator.jws";, i
>get the exception (see at the end of mail) on server console and nothing
>comes on the browser. But when i deploy axis on tomcat seperately as
>expanded war file, all works fine (all the examples given).
>Can anyone help me out in this? One more doubt : - Is there anyway i can
>deploy expanded war structure on jboss-3.0.0_tomcat-4.0.3?
>Any help is highly appreciated
>
>12:09:00,427 ERROR [Engine] StandardWrapperValve[AxisServlet]:
>Servlet.service() for servlet AxisServlet threw exception
>java.lang.NullPointerException
>  at
>org.apache.axis.transport.http.AxisServlet.doGet(AxisServlet.java:279)
>

Hello,

I can tell you one part simply, and guess about the other.

You can do exploded wars in jboss by creating a directory of the war name, 
ie axis.war in the appopriate
deploy directory of the server you're running under jboss, ie default in 
your case. So you'd have:
server/default/deploy/axis.war where axis.war is really a directory. Some 
of the sar's in jboss are done this way.

As to the other thing, I have to claim less experience with axis itself, as 
I've worked to get the jboss implementation, JBoss.NET going instead.
By the way, you did take out the jboss-net.sar from the deploy directory? 
(or it could be that it's only in the all option).

I do know that there is a problem, ie it can't be done, deploying jws files 
with JBoss.NET (you need to create a wsr file which can then be hot 
deployed), so I don't know if it is because of what jboss, does.

In any case, you could always upgrade to jboss4.0.0alpha_tomcat-4.0.4 which 
has the newer axis 1 rc 1 jar integrated into JBoss.NET if you want to get 
it going that way. As it's not yet bundled with jboss, you need to get it 
from here: 
http://www.csd.abdn.ac.uk/~bscharla/teaching/mtp_software/jboss/jboss-netGuide.shtml 
You can either download the binary or follow the instructions to build it 
from the source code.


cheers,

Bruce

Dr. Bruce Scharlau
Dept. of Computing Science
University of Aberdeen
Aberdeen AB24 3UE
01224 272193
http://www.csd.abdn.ac.uk/~bscharla
mailto:[EMAIL PROTECTED]

Reply via email to