You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "korz, david" <ko...@emc.com> on 2002/11/15 02:23:28 UTC

RE: How to deploy permanently? Get server-config.wsdd permissions right!

Yes, that was it. I didn't have a server-config.wsdd originally; I got it
from the jar it had wrong owner/group. There was a nice message in
catalina.out that indicated the permission problem, BTW.

-----Original Message-----
From: Steven Gollery [mailto:sgollery@cadrc.calpoly.edu]
Sent: Thursday, November 14, 2002 9:31 AM
To: axis-user@xml.apache.org
Subject: Re: How to deploy permanently?


David,

Deployment through the AdminClient should be permanent -- at least it 
always has been for us. If you have to re-deploy every time you restart 
Tomcat, there might be something with your setup -- file permissions, maybe?

Steven Gollery

korz, david wrote:

>What is the preferred method of deploying a service permanently? I don't
>want to have to run AdminClient every time my app server (tomcat) is
>started.
>