You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Chris Howard <ch...@boxlake.com> on 2002/08/30 17:18:45 UTC

newbie questions

I am attempting to get apache-soap running on a win2k server.

So far I have installed..
jaf 1.0.2
tomcat 3.3.1
javamail 1.3
soap 2.3.1
apache 1.3.26
php 4.2.2

Apache is working well on it own, including PHP support.
Soap seems to be almost working.  I've got tomcat running and went to
apache-soap/admin/index.html which loads.   However when I go to the List
link I get some errors.   They are listed below.  I'm sure this is some
simple environment variable that I need to set/change but after RTFMing I
haven't come across the solution.

///ERROR MESSAGE BELOW

org.apache.jasper.JasperException: Unable to compile Note:
sun.tools.javac.Main has been deprecated.
C:\Tomcat\work\DEFAULT\apache-soap\admin\list_1.java:7: Class
org.apache.soap.Constants not found in import.
import  org.apache.soap.Constants;
        ^
C:\Tomcat\work\DEFAULT\apache-soap\admin\list_1.java:8: Package
org.apache.soap.server not found in import.
import  org.apache.soap.server.*;
        ^
2 errors, 1 warning

	at org.apache.tomcat.facade.JasperLiaison.javac(JspInterceptor.java:898)
	at
org.apache.tomcat.facade.JasperLiaison.processJspFile(JspInterceptor.java:73
3)
	at
org.apache.tomcat.facade.JspInterceptor.requestMap(JspInterceptor.java:506)
	at
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:968
)
	at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:87
5)
	at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
	at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10I
nterceptor.java:176)
	at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494)
	at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:516)
	at java.lang.Thread.run(Thread.java:536)
//END ERROR MESSAGE

Thanks for any help in advance.

Chris Howard
Web Application Developer
Box Lake Networks
(859) 737 - 4400
toll free: 1-866-boxlake
http://www.boxlake.com




Re: newbie questions, Q2

Posted by Scott Nichol <sn...@scottnichol.com>.
Your server is configured properly.

To run apps from the command line, you must have your CLASSPATH environment
variable set per the client side installation instructions, clipped below.

Scott Nichol

>>>>
Your classpath must contain /foo/soap-2_3/lib/soap.jar and the following:

  a.. mail.jar from JavaMail
  b.. activation.jar from JavaBeans Activation Framework
  c.. a JAXP compatible, namespace-aware XML parser such as Apache Xerces
(v1.1.2 or later). If you have other non-namespace aware XML parsers on your
classpath then the namespace-aware parser must be at the front of your
classpath. Apache SOAP will not work otherwise.
Additionally, to run the samples that came with the distribution, add
/foo/soap-2_3 to your classpath.

<<<<


----- Original Message -----
From: "Chris Howard" <ch...@boxlake.com>
To: <so...@xml.apache.org>
Sent: Friday, August 30, 2002 2:04 PM
Subject: newbie questions, Q2


The localhost:8080/soap/admin is working fine
localhost:8080/soap/servlet/rpcrouter is working fine, at least it says it
doesn't speak via Get
localhost:8080/soap/servlet/messagerouter is working fine just like above.

I've added a service and it deployed and lists.

How ever when I run this command:
C:\Tomcat\bin>java org.apache.soap.server.ServiceManagerClient
http://localhost:8080/soap/servlet/rpcrouter  list

I get this error:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/soap/server/ServiceManagerClient

I've checked the FAQ and I figure I am missing some jar library but I don't
know which.  One thing I did notice was the Xerces I have doesn't have an
Xerces.jar but it has other jar files.  Do I need to copy them into the apps
folder w/ mail and activation, all or a particular one?

Thanks again,
-Chris


-----Original Message-----
From: Chris Howard [mailto:choward@boxlake.com]
Sent: Friday, August 30, 2002 11:44 AM
To: soap-user@xml.apache.org
Subject: RE: newbie questions


That seems like the problem.  The docs I had told me to modify the classpath
in tomcat.bat and add in the mail.jar and activation.jar locations.

Thanks

-----Original Message-----
From: Scott Nichol [mailto:snicholnews@scottnichol.com]
Sent: Friday, August 30, 2002 11:31 AM
To: soap-user@xml.apache.org
Subject: Re: newbie questions


The attached file, which is part of the CVS and daily build, tells how to
deploy Apache SOAP on Tomcat 3.3.  The errors you see are because it is not
deployed in a way that Tomcat can load all the Apache SOAP classes.

Scott Nichol

----- Original Message -----
From: "Chris Howard" <ch...@boxlake.com>
To: <so...@xml.apache.org>
Sent: Friday, August 30, 2002 11:18 AM
Subject: newbie questions


I am attempting to get apache-soap running on a win2k server.

So far I have installed..
jaf 1.0.2
tomcat 3.3.1
javamail 1.3
soap 2.3.1
apache 1.3.26
php 4.2.2

Apache is working well on it own, including PHP support.
Soap seems to be almost working.  I've got tomcat running and went to
apache-soap/admin/index.html which loads.   However when I go to the List
link I get some errors.   They are listed below.  I'm sure this is some
simple environment variable that I need to set/change but after RTFMing I
haven't come across the solution.

///ERROR MESSAGE BELOW

org.apache.jasper.JasperException: Unable to compile Note:
sun.tools.javac.Main has been deprecated.
C:\Tomcat\work\DEFAULT\apache-soap\admin\list_1.java:7: Class
org.apache.soap.Constants not found in import.
import  org.apache.soap.Constants;
        ^
C:\Tomcat\work\DEFAULT\apache-soap\admin\list_1.java:8: Package
org.apache.soap.server not found in import.
import  org.apache.soap.server.*;
        ^
2 errors, 1 warning

at org.apache.tomcat.facade.JasperLiaison.javac(JspInterceptor.java:898)
at
org.apache.tomcat.facade.JasperLiaison.processJspFile(JspInterceptor.java:73
3)
at
org.apache.tomcat.facade.JspInterceptor.requestMap(JspInterceptor.java:506)
at
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:968
)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:87
5)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10I
nterceptor.java:176)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:516)
at java.lang.Thread.run(Thread.java:536)
//END ERROR MESSAGE

Thanks for any help in advance.

Chris Howard
Web Application Developer
Box Lake Networks
(859) 737 - 4400
toll free: 1-866-boxlake
http://www.boxlake.com




--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>




--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>




Re: newbie questions, Q2

Posted by Scott Nichol <sn...@scottnichol.com>.
Your server is configured properly.

To run apps from the command line, you must have your CLASSPATH environment
variable set per the client side installation instructions, clipped below.

Scott Nichol

>>>>
Your classpath must contain /foo/soap-2_3/lib/soap.jar and the following:

  a.. mail.jar from JavaMail
  b.. activation.jar from JavaBeans Activation Framework
  c.. a JAXP compatible, namespace-aware XML parser such as Apache Xerces
(v1.1.2 or later). If you have other non-namespace aware XML parsers on your
classpath then the namespace-aware parser must be at the front of your
classpath. Apache SOAP will not work otherwise.
Additionally, to run the samples that came with the distribution, add
/foo/soap-2_3 to your classpath.

<<<<


----- Original Message -----
From: "Chris Howard" <ch...@boxlake.com>
To: <so...@xml.apache.org>
Sent: Friday, August 30, 2002 2:04 PM
Subject: newbie questions, Q2


The localhost:8080/soap/admin is working fine
localhost:8080/soap/servlet/rpcrouter is working fine, at least it says it
doesn't speak via Get
localhost:8080/soap/servlet/messagerouter is working fine just like above.

I've added a service and it deployed and lists.

How ever when I run this command:
C:\Tomcat\bin>java org.apache.soap.server.ServiceManagerClient
http://localhost:8080/soap/servlet/rpcrouter  list

I get this error:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/soap/server/ServiceManagerClient

I've checked the FAQ and I figure I am missing some jar library but I don't
know which.  One thing I did notice was the Xerces I have doesn't have an
Xerces.jar but it has other jar files.  Do I need to copy them into the apps
folder w/ mail and activation, all or a particular one?

Thanks again,
-Chris


-----Original Message-----
From: Chris Howard [mailto:choward@boxlake.com]
Sent: Friday, August 30, 2002 11:44 AM
To: soap-user@xml.apache.org
Subject: RE: newbie questions


That seems like the problem.  The docs I had told me to modify the classpath
in tomcat.bat and add in the mail.jar and activation.jar locations.

Thanks

-----Original Message-----
From: Scott Nichol [mailto:snicholnews@scottnichol.com]
Sent: Friday, August 30, 2002 11:31 AM
To: soap-user@xml.apache.org
Subject: Re: newbie questions


The attached file, which is part of the CVS and daily build, tells how to
deploy Apache SOAP on Tomcat 3.3.  The errors you see are because it is not
deployed in a way that Tomcat can load all the Apache SOAP classes.

Scott Nichol

----- Original Message -----
From: "Chris Howard" <ch...@boxlake.com>
To: <so...@xml.apache.org>
Sent: Friday, August 30, 2002 11:18 AM
Subject: newbie questions


I am attempting to get apache-soap running on a win2k server.

So far I have installed..
jaf 1.0.2
tomcat 3.3.1
javamail 1.3
soap 2.3.1
apache 1.3.26
php 4.2.2

Apache is working well on it own, including PHP support.
Soap seems to be almost working.  I've got tomcat running and went to
apache-soap/admin/index.html which loads.   However when I go to the List
link I get some errors.   They are listed below.  I'm sure this is some
simple environment variable that I need to set/change but after RTFMing I
haven't come across the solution.

///ERROR MESSAGE BELOW

org.apache.jasper.JasperException: Unable to compile Note:
sun.tools.javac.Main has been deprecated.
C:\Tomcat\work\DEFAULT\apache-soap\admin\list_1.java:7: Class
org.apache.soap.Constants not found in import.
import  org.apache.soap.Constants;
        ^
C:\Tomcat\work\DEFAULT\apache-soap\admin\list_1.java:8: Package
org.apache.soap.server not found in import.
import  org.apache.soap.server.*;
        ^
2 errors, 1 warning

at org.apache.tomcat.facade.JasperLiaison.javac(JspInterceptor.java:898)
at
org.apache.tomcat.facade.JasperLiaison.processJspFile(JspInterceptor.java:73
3)
at
org.apache.tomcat.facade.JspInterceptor.requestMap(JspInterceptor.java:506)
at
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:968
)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:87
5)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10I
nterceptor.java:176)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:516)
at java.lang.Thread.run(Thread.java:536)
//END ERROR MESSAGE

Thanks for any help in advance.

Chris Howard
Web Application Developer
Box Lake Networks
(859) 737 - 4400
toll free: 1-866-boxlake
http://www.boxlake.com




--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>




--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>




--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


newbie questions, Q2

Posted by Chris Howard <ch...@boxlake.com>.
The localhost:8080/soap/admin is working fine
localhost:8080/soap/servlet/rpcrouter is working fine, at least it says it
doesn't speak via Get
localhost:8080/soap/servlet/messagerouter is working fine just like above.

I've added a service and it deployed and lists.

How ever when I run this command:
C:\Tomcat\bin>java org.apache.soap.server.ServiceManagerClient
http://localhost:8080/soap/servlet/rpcrouter  list

I get this error:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/soap/server/ServiceManagerClient

I've checked the FAQ and I figure I am missing some jar library but I don't
know which.  One thing I did notice was the Xerces I have doesn't have an
Xerces.jar but it has other jar files.  Do I need to copy them into the apps
folder w/ mail and activation, all or a particular one?

Thanks again,
-Chris


-----Original Message-----
From: Chris Howard [mailto:choward@boxlake.com]
Sent: Friday, August 30, 2002 11:44 AM
To: soap-user@xml.apache.org
Subject: RE: newbie questions


That seems like the problem.  The docs I had told me to modify the classpath
in tomcat.bat and add in the mail.jar and activation.jar locations.

Thanks

-----Original Message-----
From: Scott Nichol [mailto:snicholnews@scottnichol.com]
Sent: Friday, August 30, 2002 11:31 AM
To: soap-user@xml.apache.org
Subject: Re: newbie questions


The attached file, which is part of the CVS and daily build, tells how to
deploy Apache SOAP on Tomcat 3.3.  The errors you see are because it is not
deployed in a way that Tomcat can load all the Apache SOAP classes.

Scott Nichol

----- Original Message -----
From: "Chris Howard" <ch...@boxlake.com>
To: <so...@xml.apache.org>
Sent: Friday, August 30, 2002 11:18 AM
Subject: newbie questions


I am attempting to get apache-soap running on a win2k server.

So far I have installed..
jaf 1.0.2
tomcat 3.3.1
javamail 1.3
soap 2.3.1
apache 1.3.26
php 4.2.2

Apache is working well on it own, including PHP support.
Soap seems to be almost working.  I've got tomcat running and went to
apache-soap/admin/index.html which loads.   However when I go to the List
link I get some errors.   They are listed below.  I'm sure this is some
simple environment variable that I need to set/change but after RTFMing I
haven't come across the solution.

///ERROR MESSAGE BELOW

org.apache.jasper.JasperException: Unable to compile Note:
sun.tools.javac.Main has been deprecated.
C:\Tomcat\work\DEFAULT\apache-soap\admin\list_1.java:7: Class
org.apache.soap.Constants not found in import.
import  org.apache.soap.Constants;
        ^
C:\Tomcat\work\DEFAULT\apache-soap\admin\list_1.java:8: Package
org.apache.soap.server not found in import.
import  org.apache.soap.server.*;
        ^
2 errors, 1 warning

at org.apache.tomcat.facade.JasperLiaison.javac(JspInterceptor.java:898)
at
org.apache.tomcat.facade.JasperLiaison.processJspFile(JspInterceptor.java:73
3)
at
org.apache.tomcat.facade.JspInterceptor.requestMap(JspInterceptor.java:506)
at
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:968
)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:87
5)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10I
nterceptor.java:176)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:516)
at java.lang.Thread.run(Thread.java:536)
//END ERROR MESSAGE

Thanks for any help in advance.

Chris Howard
Web Application Developer
Box Lake Networks
(859) 737 - 4400
toll free: 1-866-boxlake
http://www.boxlake.com




--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>




--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


newbie questions, Q2

Posted by Chris Howard <ch...@boxlake.com>.
The localhost:8080/soap/admin is working fine
localhost:8080/soap/servlet/rpcrouter is working fine, at least it says it
doesn't speak via Get
localhost:8080/soap/servlet/messagerouter is working fine just like above.

I've added a service and it deployed and lists.

How ever when I run this command:
C:\Tomcat\bin>java org.apache.soap.server.ServiceManagerClient
http://localhost:8080/soap/servlet/rpcrouter  list

I get this error:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/soap/server/ServiceManagerClient

I've checked the FAQ and I figure I am missing some jar library but I don't
know which.  One thing I did notice was the Xerces I have doesn't have an
Xerces.jar but it has other jar files.  Do I need to copy them into the apps
folder w/ mail and activation, all or a particular one?

Thanks again,
-Chris


-----Original Message-----
From: Chris Howard [mailto:choward@boxlake.com]
Sent: Friday, August 30, 2002 11:44 AM
To: soap-user@xml.apache.org
Subject: RE: newbie questions


That seems like the problem.  The docs I had told me to modify the classpath
in tomcat.bat and add in the mail.jar and activation.jar locations.

Thanks

-----Original Message-----
From: Scott Nichol [mailto:snicholnews@scottnichol.com]
Sent: Friday, August 30, 2002 11:31 AM
To: soap-user@xml.apache.org
Subject: Re: newbie questions


The attached file, which is part of the CVS and daily build, tells how to
deploy Apache SOAP on Tomcat 3.3.  The errors you see are because it is not
deployed in a way that Tomcat can load all the Apache SOAP classes.

Scott Nichol

----- Original Message -----
From: "Chris Howard" <ch...@boxlake.com>
To: <so...@xml.apache.org>
Sent: Friday, August 30, 2002 11:18 AM
Subject: newbie questions


I am attempting to get apache-soap running on a win2k server.

So far I have installed..
jaf 1.0.2
tomcat 3.3.1
javamail 1.3
soap 2.3.1
apache 1.3.26
php 4.2.2

Apache is working well on it own, including PHP support.
Soap seems to be almost working.  I've got tomcat running and went to
apache-soap/admin/index.html which loads.   However when I go to the List
link I get some errors.   They are listed below.  I'm sure this is some
simple environment variable that I need to set/change but after RTFMing I
haven't come across the solution.

///ERROR MESSAGE BELOW

org.apache.jasper.JasperException: Unable to compile Note:
sun.tools.javac.Main has been deprecated.
C:\Tomcat\work\DEFAULT\apache-soap\admin\list_1.java:7: Class
org.apache.soap.Constants not found in import.
import  org.apache.soap.Constants;
        ^
C:\Tomcat\work\DEFAULT\apache-soap\admin\list_1.java:8: Package
org.apache.soap.server not found in import.
import  org.apache.soap.server.*;
        ^
2 errors, 1 warning

at org.apache.tomcat.facade.JasperLiaison.javac(JspInterceptor.java:898)
at
org.apache.tomcat.facade.JasperLiaison.processJspFile(JspInterceptor.java:73
3)
at
org.apache.tomcat.facade.JspInterceptor.requestMap(JspInterceptor.java:506)
at
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:968
)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:87
5)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10I
nterceptor.java:176)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:516)
at java.lang.Thread.run(Thread.java:536)
//END ERROR MESSAGE

Thanks for any help in advance.

Chris Howard
Web Application Developer
Box Lake Networks
(859) 737 - 4400
toll free: 1-866-boxlake
http://www.boxlake.com




--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>




--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


RE: newbie questions

Posted by Chris Howard <ch...@boxlake.com>.
That seems like the problem.  The docs I had told me to modify the classpath
in tomcat.bat and add in the mail.jar and activation.jar locations.

Thanks

-----Original Message-----
From: Scott Nichol [mailto:snicholnews@scottnichol.com]
Sent: Friday, August 30, 2002 11:31 AM
To: soap-user@xml.apache.org
Subject: Re: newbie questions


The attached file, which is part of the CVS and daily build, tells how to
deploy Apache SOAP on Tomcat 3.3.  The errors you see are because it is not
deployed in a way that Tomcat can load all the Apache SOAP classes.

Scott Nichol

----- Original Message -----
From: "Chris Howard" <ch...@boxlake.com>
To: <so...@xml.apache.org>
Sent: Friday, August 30, 2002 11:18 AM
Subject: newbie questions


I am attempting to get apache-soap running on a win2k server.

So far I have installed..
jaf 1.0.2
tomcat 3.3.1
javamail 1.3
soap 2.3.1
apache 1.3.26
php 4.2.2

Apache is working well on it own, including PHP support.
Soap seems to be almost working.  I've got tomcat running and went to
apache-soap/admin/index.html which loads.   However when I go to the List
link I get some errors.   They are listed below.  I'm sure this is some
simple environment variable that I need to set/change but after RTFMing I
haven't come across the solution.

///ERROR MESSAGE BELOW

org.apache.jasper.JasperException: Unable to compile Note:
sun.tools.javac.Main has been deprecated.
C:\Tomcat\work\DEFAULT\apache-soap\admin\list_1.java:7: Class
org.apache.soap.Constants not found in import.
import  org.apache.soap.Constants;
        ^
C:\Tomcat\work\DEFAULT\apache-soap\admin\list_1.java:8: Package
org.apache.soap.server not found in import.
import  org.apache.soap.server.*;
        ^
2 errors, 1 warning

at org.apache.tomcat.facade.JasperLiaison.javac(JspInterceptor.java:898)
at
org.apache.tomcat.facade.JasperLiaison.processJspFile(JspInterceptor.java:73
3)
at
org.apache.tomcat.facade.JspInterceptor.requestMap(JspInterceptor.java:506)
at
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:968
)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:87
5)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10I
nterceptor.java:176)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:516)
at java.lang.Thread.run(Thread.java:536)
//END ERROR MESSAGE

Thanks for any help in advance.

Chris Howard
Web Application Developer
Box Lake Networks
(859) 737 - 4400
toll free: 1-866-boxlake
http://www.boxlake.com




--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>




--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


RE: newbie questions

Posted by Chris Howard <ch...@boxlake.com>.
That seems like the problem.  The docs I had told me to modify the classpath
in tomcat.bat and add in the mail.jar and activation.jar locations.

Thanks

-----Original Message-----
From: Scott Nichol [mailto:snicholnews@scottnichol.com]
Sent: Friday, August 30, 2002 11:31 AM
To: soap-user@xml.apache.org
Subject: Re: newbie questions


The attached file, which is part of the CVS and daily build, tells how to
deploy Apache SOAP on Tomcat 3.3.  The errors you see are because it is not
deployed in a way that Tomcat can load all the Apache SOAP classes.

Scott Nichol

----- Original Message -----
From: "Chris Howard" <ch...@boxlake.com>
To: <so...@xml.apache.org>
Sent: Friday, August 30, 2002 11:18 AM
Subject: newbie questions


I am attempting to get apache-soap running on a win2k server.

So far I have installed..
jaf 1.0.2
tomcat 3.3.1
javamail 1.3
soap 2.3.1
apache 1.3.26
php 4.2.2

Apache is working well on it own, including PHP support.
Soap seems to be almost working.  I've got tomcat running and went to
apache-soap/admin/index.html which loads.   However when I go to the List
link I get some errors.   They are listed below.  I'm sure this is some
simple environment variable that I need to set/change but after RTFMing I
haven't come across the solution.

///ERROR MESSAGE BELOW

org.apache.jasper.JasperException: Unable to compile Note:
sun.tools.javac.Main has been deprecated.
C:\Tomcat\work\DEFAULT\apache-soap\admin\list_1.java:7: Class
org.apache.soap.Constants not found in import.
import  org.apache.soap.Constants;
        ^
C:\Tomcat\work\DEFAULT\apache-soap\admin\list_1.java:8: Package
org.apache.soap.server not found in import.
import  org.apache.soap.server.*;
        ^
2 errors, 1 warning

at org.apache.tomcat.facade.JasperLiaison.javac(JspInterceptor.java:898)
at
org.apache.tomcat.facade.JasperLiaison.processJspFile(JspInterceptor.java:73
3)
at
org.apache.tomcat.facade.JspInterceptor.requestMap(JspInterceptor.java:506)
at
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:968
)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:87
5)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10I
nterceptor.java:176)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:516)
at java.lang.Thread.run(Thread.java:536)
//END ERROR MESSAGE

Thanks for any help in advance.

Chris Howard
Web Application Developer
Box Lake Networks
(859) 737 - 4400
toll free: 1-866-boxlake
http://www.boxlake.com




--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>




Re: newbie questions

Posted by Scott Nichol <sn...@scottnichol.com>.
The attached file, which is part of the CVS and daily build, tells how to
deploy Apache SOAP on Tomcat 3.3.  The errors you see are because it is not
deployed in a way that Tomcat can load all the Apache SOAP classes.

Scott Nichol

----- Original Message -----
From: "Chris Howard" <ch...@boxlake.com>
To: <so...@xml.apache.org>
Sent: Friday, August 30, 2002 11:18 AM
Subject: newbie questions


I am attempting to get apache-soap running on a win2k server.

So far I have installed..
jaf 1.0.2
tomcat 3.3.1
javamail 1.3
soap 2.3.1
apache 1.3.26
php 4.2.2

Apache is working well on it own, including PHP support.
Soap seems to be almost working.  I've got tomcat running and went to
apache-soap/admin/index.html which loads.   However when I go to the List
link I get some errors.   They are listed below.  I'm sure this is some
simple environment variable that I need to set/change but after RTFMing I
haven't come across the solution.

///ERROR MESSAGE BELOW

org.apache.jasper.JasperException: Unable to compile Note:
sun.tools.javac.Main has been deprecated.
C:\Tomcat\work\DEFAULT\apache-soap\admin\list_1.java:7: Class
org.apache.soap.Constants not found in import.
import  org.apache.soap.Constants;
        ^
C:\Tomcat\work\DEFAULT\apache-soap\admin\list_1.java:8: Package
org.apache.soap.server not found in import.
import  org.apache.soap.server.*;
        ^
2 errors, 1 warning

at org.apache.tomcat.facade.JasperLiaison.javac(JspInterceptor.java:898)
at
org.apache.tomcat.facade.JasperLiaison.processJspFile(JspInterceptor.java:73
3)
at
org.apache.tomcat.facade.JspInterceptor.requestMap(JspInterceptor.java:506)
at
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:968
)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:87
5)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10I
nterceptor.java:176)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:516)
at java.lang.Thread.run(Thread.java:536)
//END ERROR MESSAGE

Thanks for any help in advance.

Chris Howard
Web Application Developer
Box Lake Networks
(859) 737 - 4400
toll free: 1-866-boxlake
http://www.boxlake.com




--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>



Re: newbie questions

Posted by Scott Nichol <sn...@scottnichol.com>.
The attached file, which is part of the CVS and daily build, tells how to
deploy Apache SOAP on Tomcat 3.3.  The errors you see are because it is not
deployed in a way that Tomcat can load all the Apache SOAP classes.

Scott Nichol

----- Original Message -----
From: "Chris Howard" <ch...@boxlake.com>
To: <so...@xml.apache.org>
Sent: Friday, August 30, 2002 11:18 AM
Subject: newbie questions


I am attempting to get apache-soap running on a win2k server.

So far I have installed..
jaf 1.0.2
tomcat 3.3.1
javamail 1.3
soap 2.3.1
apache 1.3.26
php 4.2.2

Apache is working well on it own, including PHP support.
Soap seems to be almost working.  I've got tomcat running and went to
apache-soap/admin/index.html which loads.   However when I go to the List
link I get some errors.   They are listed below.  I'm sure this is some
simple environment variable that I need to set/change but after RTFMing I
haven't come across the solution.

///ERROR MESSAGE BELOW

org.apache.jasper.JasperException: Unable to compile Note:
sun.tools.javac.Main has been deprecated.
C:\Tomcat\work\DEFAULT\apache-soap\admin\list_1.java:7: Class
org.apache.soap.Constants not found in import.
import  org.apache.soap.Constants;
        ^
C:\Tomcat\work\DEFAULT\apache-soap\admin\list_1.java:8: Package
org.apache.soap.server not found in import.
import  org.apache.soap.server.*;
        ^
2 errors, 1 warning

at org.apache.tomcat.facade.JasperLiaison.javac(JspInterceptor.java:898)
at
org.apache.tomcat.facade.JasperLiaison.processJspFile(JspInterceptor.java:73
3)
at
org.apache.tomcat.facade.JspInterceptor.requestMap(JspInterceptor.java:506)
at
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:968
)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:87
5)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10I
nterceptor.java:176)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:516)
at java.lang.Thread.run(Thread.java:536)
//END ERROR MESSAGE

Thanks for any help in advance.

Chris Howard
Web Application Developer
Box Lake Networks
(859) 737 - 4400
toll free: 1-866-boxlake
http://www.boxlake.com




--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>