RE: Tomcat path

2004-11-22 Thread Tommy Kalafut
Look at the java command line option -D   H:\>java -help Usage: java [-options] class [args...]    (to execute a class)    or  java [-options] -jar jarfile [args...]    (to execute a jar file)   where options include:     -client   to select the "client" VM    

RE: Adding a new soap service problem

2004-09-24 Thread Tommy Kalafut
I am still a little confused by deployment. (I am working with a subcontracted prototype that uses SOAP.)  Do you also have to deploy your service in the Soap admin page at http://localhost:8081/soap/admin/index.html? (Your port number may be different.)       Tom Kalafut Interchange

RE: Problems installing/configuring SOAP & Xerces

2004-09-23 Thread Tommy Kalafut
I can think of 2 possibilities:   1. Did you put all your jar files into your %CATALINA_HOME%\common\lib directory?   2. And did you Deploy Soap on Tomcat via http://localhost:8081/manager/html/? (The port number may be different.)  In the WAR File To Deploy section, under Select WAR fi

RE: Cannot find javax/mail/MessagingException problem

2004-08-29 Thread Tommy Kalafut
  Thanks a lot. That was it. I also had to add activation.jar to TOMCAT\common\lib. Why won’t Apache put that in their docs?        Tom Kalafut Interchange Crew Member Trident Systems, Inc. [EMAIL PROTECTED] (703)691-7798   - The opinions expressed in th

Cannot find javax/mail/MessagingException problem

2004-08-27 Thread Tommy Kalafut
Can someone please help?   I’m getting the “SOAP can’t find javax/mail/MessagingException” problem.  The Troubleshooting section of http://ws.apache.org/soap/docs/index.html confirmed what I suspected: mail.jar needs to be in my CLASSPATH.  But as far as I can tell, it is:   C:\grid\soa