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
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
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
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:
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