AW: Axis and Tomcat 4.0.3 Installation

2002-04-18 Thread Taubenberger Stefan
With 4.0.4b2 everything works fine.4.0.3 and 4.02 have classloading problems.. -Ursprüngliche Nachricht- Von: jerry dumblauskas [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 18. April 2002 15:16 An: [EMAIL PROTECTED] Betreff: Re: Axis and Tomcat 4.0.3 Installation this is a know

AW: Attachment contents access

2002-04-08 Thread Taubenberger Stefan
Hello , i think this should work public javax.activation.DataHandler echo( javax.activation.DataHandler dh){ // the content String out = dh.getName(); // content type String content = dh.getContentType(); try { FileInputStream in1 = new FileInputStream(out); } } -Ursprüngliche

DEployment at server

2002-03-13 Thread Taubenberger Stefan
Hello, my question is, if i must deploy the class Files of service in the webapps\axis\web-inf\classes Directory ?? Is it possible top deploy every service in a single war file, that the webapps looks like that: webapps\axis webapps\service1 webapps\service2 I have tried this, but it doesnt w

Help ! Deployment at Server

2002-03-13 Thread Taubenberger Stefan
Hello, I have a question to the deployment of a service. Must I have the classes for the service under the webapps/axis/web-inf/classes Directory. It means every new Service which i create, i must deploy my classes under this directory. Is this right ?? If this is right my next question is:

DEployment at server

2002-03-13 Thread Taubenberger Stefan
Hello, my question is, if i must deploy the class Files of service in the webapps\axis\web-inf\classes Directory ?? Is it possible top deploy every service in a single war file, that the webapps looks like that: webapps\axis webapps\service1 webapps\service2 I have tried this, but it doesnt w