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 SparePartPrice web service in Tomcat, AXIS Java SOAP > environ

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
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 J2SDK stuff) SET CLASSPATH=C:\AXIS SET CLASSPATH=%CLASSPATH%;C:\XML-

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
Hello, you need to change the way you create classpath to the following > SET CLASSPATH=C:\J2SDK1.4.0_02\BIN; > SET CLASSPATH=%CLASSPATH%;C:\J2SDK1.4.0_02\LIB; > SET CLASSPATH=%CLASSPATH%C:\AXIS; Best regards, Pavel > -Original Message- > From: Syam Rajasekharuni [mailto:[EMAIL PROTECT