You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Jay Doggett <jm...@comcast.net> on 2004/12/28 18:34:33 UTC

Would a kind soul help me please?

Hi all, this is my second post to the list. Like many others, I need help.

	If some kind hearted and knowledgeable person helps me get through this, I will create a doc for others that will get them
through it too.

	I'm using Netbeans and Tomcat. Acquired the latest Axis and dropped my C:\Java development\axis\axis-1_2RC2\webapps\axis
folder into the tomcat\webapps\folder. Started tomcat and Axis main page comes up ok. None of the doc talking about "deploying" the
samples seems to work. They seem to be "deployed" already, but I can't tell.

	I try t run the jaxrpc sample according to the readme and I get a NoClassDefFoundError on org.apache.axis.utils.Options.
Yeah, I know this means that the jar can't be found, but that is contradicted by the happyaxis.jsp that says, well, its happy. All
the jars are there. Does that only refer to the server side? How do we check the client side? 
	Anyway, like I said, I will provide a detailed write up when I get the answer. Please help!
Jay

	


Re: Would a kind soul help me please?

Posted by Srinath Perera <he...@gmail.com>.
Happy Axis means only the Server side .. you need all saame jars in
your clinet side classpath too

On Tue, 28 Dec 2004 12:34:33 -0500, Jay Doggett <jm...@comcast.net> wrote:
> Hi all, this is my second post to the list. Like many others, I need help.
> 
>         If some kind hearted and knowledgeable person helps me get through this, I will create a doc for others that will get them
> through it too.
> 
>         I'm using Netbeans and Tomcat. Acquired the latest Axis and dropped my C:\Java development\axis\axis-1_2RC2\webapps\axis
> folder into the tomcat\webapps\folder. Started tomcat and Axis main page comes up ok. None of the doc talking about "deploying" the
> samples seems to work. They seem to be "deployed" already, but I can't tell.
> 
>         I try t run the jaxrpc sample according to the readme and I get a NoClassDefFoundError on org.apache.axis.utils.Options.
> Yeah, I know this means that the jar can't be found, but that is contradicted by the happyaxis.jsp that says, well, its happy. All
> the jars are there. Does that only refer to the server side? How do we check the client side?
>         Anyway, like I said, I will provide a detailed write up when I get the answer. Please help!
> Jay
> 
> 
>