tomcat / axis example: NoClassDefFoundError: Software

2004-09-28 Thread Axel Bock
Hi, I am having trouble testing my locally installed Tomcat/Axis server (WinXP SP2 if that should matter). I have done absolutely everything from the Installation Guide, but if I try to run the stock sample application as described in the Guide the following thing happens: Exception in

RE: JNDI Lookup does not work with Tomcat/Axis

2004-09-06 Thread tony . q . weddle
xis. Tony "Sushil Sureka" <[EMAIL PROTECTED]> 07-Sep-2004 00:53 Please respond to [EMAIL PROTECTED]         To [EMAIL PROTECTED] cc Subject RE: JNDI Lookup does not work with Tomcat/Axis Thanks Tony. I am concerned with client running in J2EE environme

RE: JNDI Lookup does not work with Tomcat/Axis

2004-09-06 Thread Sushil Sureka
:26 AM To: [EMAIL PROTECTED] Subject: Re: JNDI Lookup does not work with Tomcat/Axis   I'm not too sure about using JNDI on the client side. If you are using client code in a J2EE application, running on Tomcat, then you should be able to specify a JNDI resource, in the Tomcat configuration,

Re: JNDI Lookup does not work with Tomcat/Axis

2004-09-06 Thread tony . q . weddle
I'm not too sure about using JNDI on the client side. If you are using client code in a J2EE application, running on Tomcat, then you should be able to specify a JNDI resource, in the Tomcat configuration, that defines a stub class (or factory class) for your web service stub. But if your client i

JNDI Lookup does not work with Tomcat/Axis

2004-09-06 Thread Sushil Sureka
Hi,   I was wondering if any of you had any success with JNDI lookup of the Web Service deployed using Axis on Tomcat. The java spec (JSR 109) says that the web services should be looked up using JNDI in a J2EE environment rather than directly calling the stub classes. But I have not had

Re: single sign-on for Tomcat+Axis?

2004-08-06 Thread Brian Abbott
e knows them, I would love to hear about it. -Brian Abbott - Original Message - From: "George Armhold" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 06, 2004 3:13 PM Subject: Re: single sign-on for Tomcat+Axis? > Priest, Mark wrote: > >

Re: single sign-on for Tomcat+Axis?

2004-08-06 Thread George Armhold
Priest, Mark wrote: > We are planning to incorporate Axis into our web application by > referencing the Axis servlets in web.xml and placing the Axis jars > in WEB-INF/lib. Actually this is how I already use Axis, and it works well for me. > The Axis servlets and our servlets and JSPs will be in th

RE: single sign-on for Tomcat+Axis?

2004-08-06 Thread Priest, Mark
] Subject: single sign-on for Tomcat+Axis? I'm wondering if someone could suggest what might be a "best practice" for implementing single-sign-on for Tomcat/Axis. I have an app that is partially web-based (servlets and JSPs), and partially Swing-based. The Swing portion talks to the s

Re: single sign-on for Tomcat+Axis?

2004-08-06 Thread Denise Howard
On 8/6/04 9:49 AM, "George Armhold" <[EMAIL PROTECTED]> wrote: > I'm wondering if someone could suggest what might be a "best practice" > for implementing single-sign-on for Tomcat/Axis. I have an app that > is partially web-based (servlets and JSPs)

single sign-on for Tomcat+Axis?

2004-08-06 Thread George Armhold
I'm wondering if someone could suggest what might be a "best practice" for implementing single-sign-on for Tomcat/Axis. I have an app that is partially web-based (servlets and JSPs), and partially Swing-based. The Swing portion talks to the server over SOAP using Axis. I'd

Re: tomcat+axis

2004-02-14 Thread Tony Blair
Hi there,   Is your deploy.wsdd a valid XML document. It seems that the SAX parser is having a difficulty to parse your deploy.wsdd.   Hope this helps. Tony.Xiao-Ye Wu <[EMAIL PROTECTED]> wrote: HiI've installed tomcat v4.1.29 & axis1.1 on my machine according to the instruction, and I can get the

tomcat+axis

2004-02-13 Thread Xiao-Ye Wu
Hi I've installed tomcat v4.1.29 & axis1.1 on my machine according to the instruction, and I can get the main page, there is no error message when I validate the setting via axis happiness page. And I can deploy web service using jws ( but i can't invoke the service by typing http://localhost

Jboss 3.2.3+ vs Tomcat Axis Question

2004-01-07 Thread McDaniel, Joe
I ran through the examples for JBoss 3.2.3 to deploy a HelloWorld web service. It was so simple (compared to the usual Axis approach, anyway), that I was stumped for a while. What I don't get is why is JBoss so vastly simpler than what is done with Axis in Tomcat even though it is apparently Axis

tomcat + axis - .jws not working

2003-12-11 Thread Shaun Smith
Hi all. Firstly, although I already have tomcat running Citrix NFuse, I'm very new to the whole thing. I'm attempting to use Tomcat to serve axis for soap communication, and I've run across a problem. Firstly, happyaxis.jsp appears to be happy: ---

Re: Tomcat, Axis, Cocoon, Oh My!

2003-08-14 Thread Eric Jain
> Where can I go to find an overall architecture for how all the > various web services, SOAP, application services, etc. fit together > and their roles? Maybe have a look at http://java.sun.com/blueprints/enterprise/, especially the two sample applications (Pet Shop, Adventure Builder). -- Eric

Tomcat, Axis, Cocoon, Oh My!

2003-08-14 Thread Brian Atkins
Where can I go to find an overall architecture for how all the various web services, SOAP, application services, etc. fit together and their roles? Thanks! Brian Atkins -- Brian Atkins[EMAIL PROTECTED](970) 288-2114 Agilent Technologies 4380 Ziegler Road - MS ISPFt. Co

Re: Tomcat, Axis, Cocoon, Oh My!

2003-08-14 Thread Anne Thomas Manes
I provide a pretty thorough overview of these things in Chapter 8 in my book: http://www.amazon.com/exec/obidos/tg/detail/-/0321185773/qid=1060870784/sr=8-1/ref=sr_8_1/002-8408632-8355247?v=glance&s=books&n=507846 Anne At 09:21 AM 8/14/2003 +0200, you wrote: > Where can I go to find an overall arc

apache + tomcat + axis + https + CLIENT AUTENTICATION

2003-06-17 Thread java dev
Hi, I would like to use Apache HTTPS to access Axis soap services, with CLIENT AUTHENTICATION. The config work with IE and Mozilla (I can access to service?wsdl) but I can not use an axis client. I can only use axis client with Https and no Client Authentication. Can anyone help me... Thanks

apache httpd + mod_rewrite -> mod_jk -> tomcat -> axis url rewriting and service?wsdl

2003-03-20 Thread Jurgen Hildebrand - Adnovate
"; ... > So it seems that tomcat/axis gets the rewritten URL instead of the original URL. Does anyone know, If I can make it work so that I get: https://host.xy.z/ws/DomainService"; ... > in the wsdl definition? Thanks, - Jurgen

Tomcat & Axis

2002-12-02 Thread Melamud, Mikhail
Hi all, We have problem with our Axis 1.0 final release running under Tomcat 4.0.1: when multiple virtual users (the same client app running as separate processes) are invoking a web service method we get a lot of Java socket exceptions: "connection refused" from WSDL2Java generated client app

Re: Tomcat & Axis & NullPointer

2002-09-17 Thread Prabhakar Chaganti
Check the log in tomcat_dir/logs. it should give you a stack trace that can narrow it down. -prabhakar --- Original Message i generate (i hope successfully ;-) a web-service with Java2WSDL. But after i deployed the classes and wsdl file within Tomcat i never manage to run it. I the

Tomcat & Axis & NullPointer

2002-09-17 Thread Joerg Froehlich
Hi there, i generate (i hope successfully ;-) a web-service with Java2WSDL. But after i deployed the classes and wsdl file within Tomcat i never manage to run it. I the Tomcat Console i get the following message > - The class org.apache.axis.MessageContext does not contain a default constructo

Re: JBOSS + Tomcat + AXIS

2002-07-09 Thread Bruce Scharlau
At 04:06 PM 7/8/2002 -0500, you wrote: >Is deploying axis under jboss-3.0.1RC1_tomcat-4.0.4, is as simple as >creating war file of all the contents in webapps/axis and copying the war >file to deploy directory?.I tried to access "axis" using >http://localhost:8080/axis and I get the Axis page with

Re: JBOSS + Tomcat + AXIS

2002-07-08 Thread Rajan Gupta
Try putting jaxrpc.jar & xerces.jar from xml-axis/java/build/lib directory in the WEB-INF/lib directory --- Aravind Chavar <[EMAIL PROTECTED]> wrote: > Is deploying axis under jboss-3.0.1RC1_tomcat-4.0.4, is as simple as > creating war file of all the contents in webapps/axis and copying the > war

JBOSS + Tomcat + AXIS

2002-07-08 Thread Aravind Chavar
Is deploying axis under jboss-3.0.1RC1_tomcat-4.0.4, is as simple as creating war file of all the contents in webapps/axis and copying the war file to deploy directory?.I tried to access "axis" using http://localhost:8080/axis and I get the Axis page with two links - Administer Axis Visit the Axis

Re: Tomcat / Axis Performance Issues

2002-04-30 Thread Adam Greene
name). - Original Message - From: "Manuel Reyes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 30, 2002 8:29 AM Subject: Tomcat / Axis Performance Issues > I am running Jakarta Tomcat 4.0.2 (as WinNT service) with XML-AXIS Beta 1 > RC2 on Windows 200

Tomcat / Axis Performance Issues

2002-04-30 Thread Manuel Reyes
I am running Jakarta Tomcat 4.0.2 (as WinNT service) with XML-AXIS Beta 1 RC2 on Windows 2000, this is running solo, i.e. not integrated into a webserver (i.e. appache/iis etc) as it isnt required for the project. The process that I use Tomcat/Axis for is made up of the following components : 1