Simi,

As per Dion's posting we could do with some more information.
However if you are using :

Apache Tomcat Test Environment (Sheldon Wosnick)
http://www7.software.ibm.com/vad.nsf/Data/Document2390?OpenDocument

And you're also running Tomcat 3.2.1 there is a small problem you
may come across.

StartTomcat invokes org.apache.tomcat.startup.Tomcat with an argument list
created with
Object[] arguments = new Object[] {new String[] {""}};

This worked fine for 3.2.b7

However processArgs() in org.apache.tomcat.startup.Tomcat changed
in 3.2.1

processArgs() will try to process "", find it doesn't recognise it and
come back with a Usage : report.

I've got round it by passing arguments to set tomcat.home to "."

Object[] arguments = new Object[] {new String[] {"-h", "."}};

cheers

Graham

-----Original Message-----
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
che.org]On Behalf Of simi jose
Sent: 21 January 2001 07:38
To: [EMAIL PROTECTED]
Subject: tomcat+visualage



hi,

 I found following problems while connecting tomcat with visualage. I got
exception as invocation target  exception while running the startTtomcat
class
but the stoptomcat class is working properly.My assumption is that there may
be some error in Tomcat.java class.so please send me the
org.apache.tomcat.startup.Tomcat.java class.Suggest some methods to correct
the error.

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to