Re: Can deploy from command line, but not from Ant

2002-03-29 Thread Robert Evans
> >so a new JVM is used. Regards. > >Ramón. > >>-Original Message- >>From: Robert Evans [mailto:[EMAIL PROTECTED]] >>Sent: Wednesday, March 27, 2002 7:27 PM >>To: [EMAIL PROTECTED] >>Subject: Can deploy from command line, but not from Ant >> &g

RE: Can deploy from command line, but not from Ant

2002-03-28 Thread Ramon Turnes
I had the same problem. Try to set fork="yes": so a new JVM is used. Regards. Ramón. > -Original Message- > From: Robert Evans [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 27, 2002 7:27 PM > To: [EMAIL PROTECTED] > Subject: Can

RE: Can deploy from command line, but not from Ant

2002-03-27 Thread Volkmann, Mark
Title: RE: Can deploy from command line, but not from Ant You need a JAXP-compliant XML parser such as Xerces or Crimson in your CLASSPATH. > -Original Message- > From: Robert Evans [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 27, 2002 12:27 PM > To: [EMA

Can deploy from command line, but not from Ant

2002-03-27 Thread Robert Evans
Greetings, I've been trying to get familiar with Axis, and am working through some beginning examples. I've been able to deploy the .jws based services, and as I am walking through the Axis users guide I have become stumped on manually deploying a service. If I try to deploy if from the comm