Re: Classpath on Windows ME

2002-10-10 Thread Scott Nichol
following to run Tomcat c: cd \jakarta-tomcat-4.0.5\bin simple Scott Nichol - Original Message - From: "Syam Rajasekharuni" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 6:15 PM Subject: Re: Classpath on Windows ME &g

Re: Classpath on Windows ME

2002-10-10 Thread Syam Rajasekharuni
Hi, Thanks Scott and Pavel for the time and help so far.. though I haven't yet resolved the issue. Syam - Original Message - From: "Syam Rajasekharuni" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 4:11 PM Subject: Re: Cla

Re: Classpath on Windows ME

2002-10-09 Thread Scott Nichol
tml, right?). Also, I cannot recommend strongly enough that you use the release version of Axis rather than a beta. Scott Nichol - Original Message - From: "Syam Rajasekharuni" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 2:11 AM Subj

Re: Classpath on Windows ME

2002-10-08 Thread Syam Rajasekharuni
Syam - Original Message - From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 12:27 PM Subject: Re: Classpath on Windows ME > You will find that catalina.bat uses a fair amount of envir

Re: Classpath on Windows ME

2002-10-08 Thread Scott Nichol
the startup.bat. Scott Nichol - Original Message - From: "Syam Rajasekharuni" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 08, 2002 10:00 PM Subject: Re: Classpath on Windows ME > Hi, > > I have tried maxim

Re: Classpath on Windows ME

2002-10-08 Thread rwbolerjack
Need to check your computer date it is set for August. > > From: "Syam Rajasekharuni" <[EMAIL PROTECTED]> > Date: 2002/08/09 Fri AM 01:24:22 EDT > To: <[EMAIL PROTECTED]> > Subject: Classpath on Windows ME > > Hi, > > I am deploying Spa

RE: Classpath on Windows ME

2002-10-08 Thread Pavel Ausianik
Pavel > -Original Message- > From: Scott Nichol [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 08, 2002 6:18 PM > To: [EMAIL PROTECTED] > Subject: Re: Classpath on Windows ME > > > Check http://support.microsoft.com/default.aspx?scid=kb;en-us;Q230205; > you will

Re: Classpath on Windows ME

2002-10-08 Thread Scott Nichol
2 11:07 AM Subject: Re: Classpath on Windows ME > I suspect your use of /e:920 in config.sys means that the option is > ignored. My config.sys on Windows 98 has > > shell=c:\windows\command.com /e:4096 /p > > You can build your classpath like (note that you should not need the

Re: Classpath on Windows ME

2002-10-08 Thread Scott Nichol
, 2002 1:24 AM Subject: Classpath on Windows ME > Hi, > > I am deploying SparePartPrice web service in Tomcat, AXIS Java SOAP > environment. I have set up Autoexec.bat on Windows ME to point to required > class file paths. I am getting Out of environment space error when starting &g

Re: Classpath on Windows ME

2002-10-08 Thread Syam Rajasekharuni
more suggestions appreciated, Thanks Syam - Original Message - From: "Pavel Ausianik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 08, 2002 4:30 PM Subject: RE: Classpath on Windows ME > Hello, > > you need to change the way you cr

RE: Classpath on Windows ME

2002-10-07 Thread Pavel Ausianik
[mailto:[EMAIL PROTECTED]] > Sent: Friday, August 09, 2002 8:24 AM > To: [EMAIL PROTECTED] > Subject: Classpath on Windows ME > > > Hi, > > I am deploying SparePartPrice web service in Tomcat, AXIS Java SOAP > environment. I have set up Autoexec.bat on Windows ME to &g

Classpath on Windows ME

2002-10-07 Thread Syam Rajasekharuni
CLASSPATH=C:\XML-AXIS-BETA1\LIB\TTBYTECODE.JAR; SET CLASSPATH=C:\JAKARTA-TOMCAT-4.0.4\COMMON\LIB\XERCES.JAR; SET CLASSPATH=C:\JAKARTA-TOMCAT-4.0.4\COMMON\LIB\ACTIVATION.JAR Can someone show correct way of setting CLASSPATH on Windows ME so that the web service finds required classes during deploy time