OT: PostScript file

2001-11-26 Thread Sheila Ratnam

Hi all,

Sorry for this off-the-topic question. But I desperately need help on this.
How can one read a PostScript file on Windows platform?

TIA,
Sheila



_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




OT: On Exam!

2001-08-23 Thread Sheila Ratnam

Hi all,

I am sorry for a slightly out of topic question. Sun has an exam on Web 
Component (310-080). Can anyone suggest how to go about preparing for it? 
Any articles, books, sample questions, CDs,?

Thanks in advance,
Sheila


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Free hosting of Servlet/Jsp ?

2001-08-22 Thread Sheila Ratnam


Hi all,

Is there a free-hosting site where I can put up a small website using 
servlets / JSP ?.. to get the real world learning experience?

Thanks,
Sheila

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Re: Help on my first Servlet & JSP

2001-08-21 Thread Sheila Ratnam

Thanks David. You gave me the right clue.
In Windows Explorer->File->Options
File Types->New
Opens a dialogueBox to create the new MIME type.

Now the pc isn't as brain dead!

Thanks,
Sheila


>From: David Smith <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: Help on my first Servlet & JSP
>Date: Tue, 21 Aug 2001 13:56:38 -0400
>
>On Tuesday 21 August 2001 01:20 pm, you wrote:
> > Hi all,
> >
> > I have two requests.
> >
> > 1)The Tomcat documentation explains how to configure Tomcat using CVS.
> > Could someone please direct me to a simpler, without-using-CVS way of
> > deploying a servlet?
> >
> > 2) When I create a jsp file using Notepad, and try to save it as say
> > index.jsp, my pc stores it as index.jsp.txt ! I guess it doesn't know 
>what
> > jsp is, and I have to set the MIME entry, right? How do I do that? I am
> > using windows 95.
>
>No you don't.  Several Windows apps are brain dead in dealing with filename
>extensions and just blindly tack on .txt regardless of what you want.  Just
>rename it to remove the .txt extension after disabling 'Hide file 
>extensions
>for known file types' in My Computer folder view options.
>
> >
> > Thanks a lot,
> > Sheila
> >
> >
> > _
> > Get your FREE download of MSN Explorer at 
>http://explorer.msn.com/intl.asp
>
>--David Smith


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Re: Help on my first Servlet & JSP

2001-08-21 Thread Sheila Ratnam

Ok! I got my servlet to work. I set the  tag in the servlet.xml 
under confg, and restarted the server. It did the setting, and then it 
worked. Now I understand why it wasn't working before.

I still have to get my pc to learn what jsp is.

Please help.
Sheila


>From: "Sheila Ratnam" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Help on my first Servlet & JSP
>Date: Tue, 21 Aug 2001 17:20:44 +
>
>Hi all,
>
>I have two requests.
>
>1)The Tomcat documentation explains how to configure Tomcat using CVS. 
>Could
>someone please direct me to a simpler, without-using-CVS way of deploying a
>servlet?
>
>2) When I create a jsp file using Notepad, and try to save it as say
>index.jsp, my pc stores it as index.jsp.txt ! I guess it doesn't know what
>jsp is, and I have to set the MIME entry, right? How do I do that? I am
>using windows 95.
>
>Thanks a lot,
>Sheila
>
>
>_
>Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Help on my first Servlet & JSP

2001-08-21 Thread Sheila Ratnam

Hi all,

I have two requests.

1)The Tomcat documentation explains how to configure Tomcat using CVS. Could 
someone please direct me to a simpler, without-using-CVS way of deploying a 
servlet?

2) When I create a jsp file using Notepad, and try to save it as say 
index.jsp, my pc stores it as index.jsp.txt ! I guess it doesn't know what 
jsp is, and I have to set the MIME entry, right? How do I do that? I am 
using windows 95.

Thanks a lot,
Sheila


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




RE: Help Installing Tomcat on Win95

2001-08-20 Thread Sheila Ratnam

Dmitri,

Yes, this is weird!
If I try
jar -tf servlet.jar
from inside the lib folder I get a long list of classes. But if I try the 
same from c:\> the system can't locate the servlet file.

So I placed the HelloWorld.java inside the lib folder (where the servlet.jar 
IS,) and I still get the error saying package.servlet does not exist.

What else should I do?
Sheila



>From: Dmitri Colebatch <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: RE: Help Installing Tomcat on Win95
>Date: Mon, 20 Aug 2001 15:10:42 +1000
>
>On Mon, 20 Aug 2001, Sheila Ratnam wrote:
> > I tried your method, but it didn't work. So it doesn't seem to be the 
>long
> > name problem. I also checked and confirmed that there is no other 
>version of
> > servlet.jar on my pc.
> >
> > Infact I am surprised that (both the servlet & jsp) examples at
> > http://localhost:8080/ work perfectly!
> > Could there be any other reason for package javax not being found?
>
>weird well, I'm assuming that servlet.jar is in tact I suppose you
>could check that though (jar -tf servlet.jar).  we're looking at real
>weirdness here, I think that in reality there's probably something simple
>that we've missed... sorry (o:
>
>cheesr
>dim
>
>
> >
> > Sheila
> >
> >
> >
> > >From: "Sheila Ratnam" <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: [EMAIL PROTECTED]
> > >Subject: RE: Help Installing Tomcat on Win95
> > >Date: Mon, 20 Aug 2001 00:04:36 +
> > >
> > >Rob & Pier, thanks for the help in getting my Tomcat server going.
> > >
> > >Now it's my first servlet that's not compiling! I have set the 
>CLASSPATH to
> > >c:jakarta-tomcat-4.0-b7\common\lib\servlet.jar; where the "servlet.jar"
> > >file
> > >is. But when I try to compile the servlet, the error message says
> > >"javax.servlet package does not exist"
> > >
> > >What else could be the problem?
> > >
> > >TIA,
> > >Sheila
> > >
> > >
> > >>From: "Rob S." <[EMAIL PROTECTED]>
> > >>Reply-To: [EMAIL PROTECTED]
> > >>To: <[EMAIL PROTECTED]>
> > >>Subject: RE: Help Installing Tomcat on Win95
> > >>Date: Sat, 18 Aug 2001 08:16:26 -0400
> > >>
> > >>AH
> > >>
> > >>You're trying to request your server through the WarpConnector port 
>and
> > >>not
> > >>the HTTP port?  This was what a lot of people used to do, try and make
> > >>requests to Tomcat 3.x through the AJP port 8007 (by default).  Pier,
> > >>maybe
> > >>the default WarpConnector should be at 8007? (assuming it's 8008)
> > >>
> > >>- r
> > >>
> > >> > -Original Message-
> > >> > From: Sheila Ratnam [mailto:[EMAIL PROTECTED]]
> > >> > Sent: Friday, August 17, 2001 10:28 PM
> > >> > To: [EMAIL PROTECTED]
> > >> > Subject: Re: Help Installing Tomcat on Win95
> > >> >
> > >> >
> > >> > Pier,
> > >> > I did try using the ip address instead of 'localhost', but it
> > >> > didn't work.
> > >> > Probably the error is what the log shows?
> > >> >
> > >> > Sheila
> > >> >
> > >> >
> > >> >
> > >> > >From: "Sheila Ratnam" <[EMAIL PROTECTED]>
> > >> > >Reply-To: [EMAIL PROTECTED]
> > >> > >To: [EMAIL PROTECTED]
> > >> > >Subject: Re: Help Installing Tomcat on Win95
> > >> > >Date: Sat, 18 Aug 2001 02:21:22 +
> > >> > >
> > >> > >Rob, Pier,
> > >> > >
> > >> > >I noticed the following error logged in apache.log file.
> > >> > >
> > >> > >2001-08-17 20:42:46 
>[org.apache.catalina.connector.warp.WarpConnector]
> > >> > >Error
> > >> > >accepting requests
> > >> > >java.net.SocketException: socket closed
> > >> > >at java.net.PlainSocketImpl.socketAccept(Native Method)
> > >> > >at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:424)
> > >> > >at java.net.ServerSocket.implAccept(ServerSocket.java:246)
> > >> > >at java.net.ServerSocket.accept(ServerSock

RE: Help Installing Tomcat on Win95

2001-08-19 Thread Sheila Ratnam

Dmitri,

I tried your method, but it didn't work. So it doesn't seem to be the long 
name problem. I also checked and confirmed that there is no other version of 
servlet.jar on my pc.

Infact I am surprised that (both the servlet & jsp) examples at 
http://localhost:8080/ work perfectly!
Could there be any other reason for package javax not being found?

Sheila



>From: "Sheila Ratnam" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: RE: Help Installing Tomcat on Win95
>Date: Mon, 20 Aug 2001 00:04:36 +
>
>Rob & Pier, thanks for the help in getting my Tomcat server going.
>
>Now it's my first servlet that's not compiling! I have set the CLASSPATH to
>c:jakarta-tomcat-4.0-b7\common\lib\servlet.jar; where the "servlet.jar" 
>file
>is. But when I try to compile the servlet, the error message says
>"javax.servlet package does not exist"
>
>What else could be the problem?
>
>TIA,
>Sheila
>
>
>>From: "Rob S." <[EMAIL PROTECTED]>
>>Reply-To: [EMAIL PROTECTED]
>>To: <[EMAIL PROTECTED]>
>>Subject: RE: Help Installing Tomcat on Win95
>>Date: Sat, 18 Aug 2001 08:16:26 -0400
>>
>>AH
>>
>>You're trying to request your server through the WarpConnector port and 
>>not
>>the HTTP port?  This was what a lot of people used to do, try and make
>>requests to Tomcat 3.x through the AJP port 8007 (by default).  Pier, 
>>maybe
>>the default WarpConnector should be at 8007? (assuming it's 8008)
>>
>>- r
>>
>> > -Original Message-
>> > From: Sheila Ratnam [mailto:[EMAIL PROTECTED]]
>> > Sent: Friday, August 17, 2001 10:28 PM
>> > To: [EMAIL PROTECTED]
>> > Subject: Re: Help Installing Tomcat on Win95
>> >
>> >
>> > Pier,
>> > I did try using the ip address instead of 'localhost', but it
>> > didn't work.
>> > Probably the error is what the log shows?
>> >
>> > Sheila
>> >
>> >
>> >
>> > >From: "Sheila Ratnam" <[EMAIL PROTECTED]>
>> > >Reply-To: [EMAIL PROTECTED]
>> > >To: [EMAIL PROTECTED]
>> > >Subject: Re: Help Installing Tomcat on Win95
>> > >Date: Sat, 18 Aug 2001 02:21:22 +
>> > >
>> > >Rob, Pier,
>> > >
>> > >I noticed the following error logged in apache.log file.
>> > >
>> > >2001-08-17 20:42:46 [org.apache.catalina.connector.warp.WarpConnector]
>> > >Error
>> > >accepting requests
>> > >java.net.SocketException: socket closed
>> > >at java.net.PlainSocketImpl.socketAccept(Native Method)
>> > >at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:424)
>> > >at java.net.ServerSocket.implAccept(ServerSocket.java:246)
>> > >at java.net.ServerSocket.accept(ServerSocket.java:225)
>> > >at
>> > >org.apache.catalina.connector.warp.WarpConnector.run(WarpConnecto
>> > r.java:554)
>> > >at java.lang.Thread.run(Thread.java:484)
>> > >
>> > >As you correctly expected, the CATALINA_HOME_Log file is empty.
>> > >How can I correct this?
>> > >
>> > >No problem with 'hitting' as long as I get this to work:)
>> > >
>> > >Thanks,
>> > >Sheila
>> > >
>> > >
>> > >
>> > >>From: "Pier P. Fumagalli" <[EMAIL PROTECTED]>
>> > >>Reply-To: [EMAIL PROTECTED]
>> > >>To: <[EMAIL PROTECTED]>
>> > >>Subject: Re: Help Installing Tomcat on Win95
>> > >>Date: Sat, 18 Aug 2001 02:52:14 +0100
>> > >>
>> > >>Rob S. at [EMAIL PROTECTED] wrote:
>> > >>
>> > >> >> I should add that I tried changing the port number in the
>>server.xml
>> > >>file
>> > >> >> inside conf folder as mentioned in the RUNNING.txt. Also checked
>>and
>> > >>made
>> > >> >> sure that the browser is not trying to access a proxy server. But
>> > >> >> it hasn't
>> > >> >> worked.
>> > >> >> Thanks,
>> > >> >> Sheila
>> > >> >
>> > >> > ?!  This brings a joyous tear to my eye! =~)  Someone has read the
>> > >> > documentation and acted upon it.  Sheila, you've made my
>> > day!

RE: Help Installing Tomcat on Win95

2001-08-19 Thread Sheila Ratnam

Sorry, it was a typo in my email (unfortunately!). I do have the correct 
path specified. But thanks for your sharp eyes :).

Do I have to place the servlet.java file in any specific directory to 
compile it? I have placed it inside a directory under ROOT, and from dos 
prompt made it the current directory and am trying to compile. Is that 
correct?

I also tried compiling it in another directory, outside the tomcat 
structure, where I usually compile other java projects. But it gives the 
same error.

Sheila


>From: Dmitri Colebatch <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: RE: Help Installing Tomcat on Win95
>Date: Mon, 20 Aug 2001 10:41:27 +1000
>
>I'm assuming its a type.. but you have
>c:jakarta-tomcat-4.0-b7\common\lib\servlet.jar rather than
>c:\jakarta-tomcat-4.0-b7\common\lib\servlet.jar - from memory that will be
>resolved from the current c dir... so may not even be finding servlet.jar
>
>then again - if its just an email typo weird...
>
>cheers
>dim
>
>On Mon, 20 Aug 2001, Sheila Ratnam wrote:
>
> > Rob & Pier, thanks for the help in getting my Tomcat server going.
> >
> > Now it's my first servlet that's not compiling! I have set the CLASSPATH 
>to
> > c:jakarta-tomcat-4.0-b7\common\lib\servlet.jar; where the "servlet.jar" 
>file
> > is. But when I try to compile the servlet, the error message says
> > "javax.servlet package does not exist"
> >
> > What else could be the problem?
> >
> > TIA,
> > Sheila
> >



_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




RE: Help Installing Tomcat on Win95

2001-08-19 Thread Sheila Ratnam

Rob & Pier, thanks for the help in getting my Tomcat server going.

Now it's my first servlet that's not compiling! I have set the CLASSPATH to 
c:jakarta-tomcat-4.0-b7\common\lib\servlet.jar; where the "servlet.jar" file 
is. But when I try to compile the servlet, the error message says 
"javax.servlet package does not exist"

What else could be the problem?

TIA,
Sheila


>From: "Rob S." <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: RE: Help Installing Tomcat on Win95
>Date: Sat, 18 Aug 2001 08:16:26 -0400
>
>AH
>
>You're trying to request your server through the WarpConnector port and not
>the HTTP port?  This was what a lot of people used to do, try and make
>requests to Tomcat 3.x through the AJP port 8007 (by default).  Pier, maybe
>the default WarpConnector should be at 8007? (assuming it's 8008)
>
>- r
>
> > -Original Message-
> > From: Sheila Ratnam [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, August 17, 2001 10:28 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Help Installing Tomcat on Win95
> >
> >
> > Pier,
> > I did try using the ip address instead of 'localhost', but it
> > didn't work.
> > Probably the error is what the log shows?
> >
> > Sheila
> >
> >
> >
> > >From: "Sheila Ratnam" <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: [EMAIL PROTECTED]
> > >Subject: Re: Help Installing Tomcat on Win95
> > >Date: Sat, 18 Aug 2001 02:21:22 +
> > >
> > >Rob, Pier,
> > >
> > >I noticed the following error logged in apache.log file.
> > >
> > >2001-08-17 20:42:46 [org.apache.catalina.connector.warp.WarpConnector]
> > >Error
> > >accepting requests
> > >java.net.SocketException: socket closed
> > >at java.net.PlainSocketImpl.socketAccept(Native Method)
> > >at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:424)
> > >at java.net.ServerSocket.implAccept(ServerSocket.java:246)
> > >at java.net.ServerSocket.accept(ServerSocket.java:225)
> > >at
> > >org.apache.catalina.connector.warp.WarpConnector.run(WarpConnecto
> > r.java:554)
> > >at java.lang.Thread.run(Thread.java:484)
> > >
> > >As you correctly expected, the CATALINA_HOME_Log file is empty.
> > >How can I correct this?
> > >
> > >No problem with 'hitting' as long as I get this to work:)
> > >
> > >Thanks,
> > >Sheila
> > >
> > >
> > >
> > >>From: "Pier P. Fumagalli" <[EMAIL PROTECTED]>
> > >>Reply-To: [EMAIL PROTECTED]
> > >>To: <[EMAIL PROTECTED]>
> > >>Subject: Re: Help Installing Tomcat on Win95
> > >>Date: Sat, 18 Aug 2001 02:52:14 +0100
> > >>
> > >>Rob S. at [EMAIL PROTECTED] wrote:
> > >>
> > >> >> I should add that I tried changing the port number in the 
>server.xml
> > >>file
> > >> >> inside conf folder as mentioned in the RUNNING.txt. Also checked 
>and
> > >>made
> > >> >> sure that the browser is not trying to access a proxy server. But
> > >> >> it hasn't
> > >> >> worked.
> > >> >> Thanks,
> > >> >> Sheila
> > >> >
> > >> > ?!  This brings a joyous tear to my eye! =~)  Someone has read the
> > >> > documentation and acted upon it.  Sheila, you've made my
> > day!  So your
> > >> > Tomcat has started at 8080 and http://localhost:8080/ doesn't do 
>the
> > >> > trick...  Did you check the log files ($CATALINA_HOME/logs) for any
> > >>activity
> > >> > when you make a request?  If nothing at all appears in those files, 
>I
> > >>don't
> > >> > think the request is getting there.
> > >>
> > >>Another good test on Windows is to try to send your request to
> > >>http://127.0.0.1:8080/ as sometimes Windows forgets about the meaning 
>of
> > >>localhost (I believe it was EXACTLY Win95, and was later fixed
> > on Win98).
> > >>
> > >>And, BTW, Rob, stop trying to hit on girls on the mailing list
> > :) :) :) :)
> > >>I tried it in the past, doesn't work! :) :) :) :)
> > >>
> > >> Pier
> > >>
> > >
> > >
> > >_
> > >Get your FREE download of MSN Explorer at
>http://explorer.msn.com/intl.asp
> >
>
>
>_
>Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
>


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Re: Help Installing Tomcat on Win95

2001-08-17 Thread Sheila Ratnam

Pier,
I did try using the ip address instead of 'localhost', but it didn't work. 
Probably the error is what the log shows?

Sheila



>From: "Sheila Ratnam" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: Help Installing Tomcat on Win95
>Date: Sat, 18 Aug 2001 02:21:22 +
>
>Rob, Pier,
>
>I noticed the following error logged in apache.log file.
>
>2001-08-17 20:42:46 [org.apache.catalina.connector.warp.WarpConnector] 
>Error
>accepting requests
>java.net.SocketException: socket closed
>at java.net.PlainSocketImpl.socketAccept(Native Method)
>at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:424)
>at java.net.ServerSocket.implAccept(ServerSocket.java:246)
>at java.net.ServerSocket.accept(ServerSocket.java:225)
>at
>org.apache.catalina.connector.warp.WarpConnector.run(WarpConnector.java:554)
>at java.lang.Thread.run(Thread.java:484)
>
>As you correctly expected, the CATALINA_HOME_Log file is empty.
>How can I correct this?
>
>No problem with 'hitting' as long as I get this to work:)
>
>Thanks,
>Sheila
>
>
>
>>From: "Pier P. Fumagalli" <[EMAIL PROTECTED]>
>>Reply-To: [EMAIL PROTECTED]
>>To: <[EMAIL PROTECTED]>
>>Subject: Re: Help Installing Tomcat on Win95
>>Date: Sat, 18 Aug 2001 02:52:14 +0100
>>
>>Rob S. at [EMAIL PROTECTED] wrote:
>>
>> >> I should add that I tried changing the port number in the server.xml
>>file
>> >> inside conf folder as mentioned in the RUNNING.txt. Also checked and
>>made
>> >> sure that the browser is not trying to access a proxy server. But
>> >> it hasn't
>> >> worked.
>> >> Thanks,
>> >> Sheila
>> >
>> > ?!  This brings a joyous tear to my eye! =~)  Someone has read the
>> > documentation and acted upon it.  Sheila, you've made my day!  So your
>> > Tomcat has started at 8080 and http://localhost:8080/ doesn't do the
>> > trick...  Did you check the log files ($CATALINA_HOME/logs) for any
>>activity
>> > when you make a request?  If nothing at all appears in those files, I
>>don't
>> > think the request is getting there.
>>
>>Another good test on Windows is to try to send your request to
>>http://127.0.0.1:8080/ as sometimes Windows forgets about the meaning of
>>localhost (I believe it was EXACTLY Win95, and was later fixed on Win98).
>>
>>And, BTW, Rob, stop trying to hit on girls on the mailing list :) :) :) :)
>>I tried it in the past, doesn't work! :) :) :) :)
>>
>> Pier
>>
>
>
>_
>Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Re: Help Installing Tomcat on Win95

2001-08-17 Thread Sheila Ratnam

Rob, Pier,

I noticed the following error logged in apache.log file.

2001-08-17 20:42:46 [org.apache.catalina.connector.warp.WarpConnector] Error 
accepting requests
java.net.SocketException: socket closed
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:424)
at java.net.ServerSocket.implAccept(ServerSocket.java:246)
at java.net.ServerSocket.accept(ServerSocket.java:225)
at 
org.apache.catalina.connector.warp.WarpConnector.run(WarpConnector.java:554)
at java.lang.Thread.run(Thread.java:484)

As you correctly expected, the CATALINA_HOME_Log file is empty.
How can I correct this?

No problem with 'hitting' as long as I get this to work:)

Thanks,
Sheila



>From: "Pier P. Fumagalli" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: Re: Help Installing Tomcat on Win95
>Date: Sat, 18 Aug 2001 02:52:14 +0100
>
>Rob S. at [EMAIL PROTECTED] wrote:
>
> >> I should add that I tried changing the port number in the server.xml 
>file
> >> inside conf folder as mentioned in the RUNNING.txt. Also checked and 
>made
> >> sure that the browser is not trying to access a proxy server. But
> >> it hasn't
> >> worked.
> >> Thanks,
> >> Sheila
> >
> > ?!  This brings a joyous tear to my eye! =~)  Someone has read the
> > documentation and acted upon it.  Sheila, you've made my day!  So your
> > Tomcat has started at 8080 and http://localhost:8080/ doesn't do the
> > trick...  Did you check the log files ($CATALINA_HOME/logs) for any 
>activity
> > when you make a request?  If nothing at all appears in those files, I 
>don't
> > think the request is getting there.
>
>Another good test on Windows is to try to send your request to
>http://127.0.0.1:8080/ as sometimes Windows forgets about the meaning of
>localhost (I believe it was EXACTLY Win95, and was later fixed on Win98).
>
>And, BTW, Rob, stop trying to hit on girls on the mailing list :) :) :) :)
>I tried it in the past, doesn't work! :) :) :) :)
>
> Pier
>


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Re: Help Installing Tomcat on Win95

2001-08-17 Thread Sheila Ratnam

I should add that I tried changing the port number in the server.xml file 
inside conf folder as mentioned in the RUNNING.txt. Also checked and made 
sure that the browser is not trying to access a proxy server. But it hasn't 
worked.
Thanks,
Sheila


>Date: Fri, 17 Aug 2001 22:36:30 +
>
>
>Thanks Prasanna,
>I have been able to get the Startup work. It brings up two windows. One is
>titled "Java" and displays:
>Starting service Tomcat-Standalone
>Apache Tomcat/4.0-b7
>Starting service Tomcat-Apache
>Apache Tomcat/4.0-b7
>
>The other is titled "Finished Startup", and shows the classpath being used.
>But when I try using browser with URL http://localhost:8080/, it's not able
>to display a page.
>
>When I use Shutdown file, it closes the server and the two windows opened
>earlier.
>
>What could be wrong? I have PWS on Win95. Please help.
>Thanks,
>Sheila
>
>
>
>>From: Prasanna Uppaladadium <[EMAIL PROTECTED]>
>>Reply-To: [EMAIL PROTECTED]
>>To: [EMAIL PROTECTED]
>>Subject: Re: Help Installing Tomcat on Win95
>>Date: Fri, 17 Aug 2001 16:50:32 -0700
>>
>>Sheila,
>>
>>It simply means that Windows 95 has run out of memory space for creating
>>your
>>environment variable. You will have to increase the environment space for
>>shell
>>variables. You can do this by adding 'SHELL=C:\COMMAND.COM /E:1024 /P' to
>>your
>>config.sys file.
>>
>>That should fix it. If that doesn't work, set the value after /E to a
>>larger
>>number.
>>
>>Prasanna.
>>
>>Sheila Ratnam wrote:
>>
>> > Rob!
>> >
>> > It says: "Set an environment variable CATALINA_HOME to the path of the
>> > directory into which you have installed Tomcat 4.0."
>> > I have set it correctly by
>> > SET CATALINA_HOME = c:\c:\jakarta-tomcat-4.0-b7
>> > in the Autoexec.bat.
>> >
>> > Am I doing it wrong?
>> > What does the message "Out of environment space" mean?
>> >
>> > Thanks,
>> > Sheila
>> >
>> > >From: "Rob S." <[EMAIL PROTECTED]>
>> > >Reply-To: "Rob S." <[EMAIL PROTECTED]>
>> > >To: [EMAIL PROTECTED]
>> > >Subject: Re: Help Installing Tomcat on Win95
>> > >Date: Fri, 17 Aug 2001 13:28:48 PDT
>> > >
>> > >Sheila, Sheila, Shiela... read the RUNNING.txt file in CATALINA_HOME 
>>=)
>> > >
>> > >- r
>> > >
>> > >On Fri, 17 Aug 2001 20:16:52 + [EMAIL PROTECTED]
>>wrote:
>> > > > Hi all,
>> > > >
>> > > > I downloaded the b7 version, and installed it in
>> > >c:\jakarta-tomcat-4.0-b7
>> > > > directory. I am using Win95, so edited the Autoexec to set 
>>JAVA_HOME
>>and
>> > > > CATALINA_HOME to correct values. The autoexec runs and gives 
>>correct
>> > > > message. But when I run startup in bin, the message is:
>> > > > Out of environment space
>> > > > Out of environment space
>> > > > Using CLASSPATH:
>> > > >
>> > > > What may be wrong? I have IIS personal server on my pc, which I 
>>have
>> > >shut
>> > > > down. But I do not have any other server.
>> > > >
>> > > > Please help.
>> > > > Thanks
>> > > > Sheila
>> > > >
>> > > >
>> > > > _
>> > > > Get your FREE download of MSN Explorer at
>> > >http://explorer.msn.com/intl.asp
>> > >
>> > >
>> > >
>> >
>> > _
>> > Get your FREE download of MSN Explorer at
>>http://explorer.msn.com/intl.asp
>>
>
>
>_
>Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Re: Help Installing Tomcat on Win95

2001-08-17 Thread Sheila Ratnam


Thanks Prasanna,
I have been able to get the Startup work. It brings up two windows. One is 
titled "Java" and displays:
Starting service Tomcat-Standalone
Apache Tomcat/4.0-b7
Starting service Tomcat-Apache
Apache Tomcat/4.0-b7

The other is titled "Finished Startup", and shows the classpath being used. 
But when I try using browser with URL http://localhost:8080/, it's not able 
to display a page.

When I use Shutdown file, it closes the server and the two windows opened 
earlier.

What could be wrong? I have PWS on Win95. Please help.
Thanks,
Sheila



>From: Prasanna Uppaladadium <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: Help Installing Tomcat on Win95
>Date: Fri, 17 Aug 2001 16:50:32 -0700
>
>Sheila,
>
>It simply means that Windows 95 has run out of memory space for creating 
>your
>environment variable. You will have to increase the environment space for 
>shell
>variables. You can do this by adding 'SHELL=C:\COMMAND.COM /E:1024 /P' to 
>your
>config.sys file.
>
>That should fix it. If that doesn't work, set the value after /E to a 
>larger
>number.
>
>Prasanna.
>
>Sheila Ratnam wrote:
>
> > Rob!
> >
> > It says: "Set an environment variable CATALINA_HOME to the path of the
> > directory into which you have installed Tomcat 4.0."
> > I have set it correctly by
> > SET CATALINA_HOME = c:\c:\jakarta-tomcat-4.0-b7
> > in the Autoexec.bat.
> >
> > Am I doing it wrong?
> > What does the message "Out of environment space" mean?
> >
> > Thanks,
> > Sheila
> >
> > >From: "Rob S." <[EMAIL PROTECTED]>
> > >Reply-To: "Rob S." <[EMAIL PROTECTED]>
> > >To: [EMAIL PROTECTED]
> > >Subject: Re: Help Installing Tomcat on Win95
> > >Date: Fri, 17 Aug 2001 13:28:48 PDT
> > >
> > >Sheila, Sheila, Shiela... read the RUNNING.txt file in CATALINA_HOME =)
> > >
> > >- r
> > >
> > >On Fri, 17 Aug 2001 20:16:52 + [EMAIL PROTECTED] 
>wrote:
> > > > Hi all,
> > > >
> > > > I downloaded the b7 version, and installed it in
> > >c:\jakarta-tomcat-4.0-b7
> > > > directory. I am using Win95, so edited the Autoexec to set JAVA_HOME 
>and
> > > > CATALINA_HOME to correct values. The autoexec runs and gives correct
> > > > message. But when I run startup in bin, the message is:
> > > > Out of environment space
> > > > Out of environment space
> > > > Using CLASSPATH:
> > > >
> > > > What may be wrong? I have IIS personal server on my pc, which I have
> > >shut
> > > > down. But I do not have any other server.
> > > >
> > > > Please help.
> > > > Thanks
> > > > Sheila
> > > >
> > > >
> > > > _
> > > > Get your FREE download of MSN Explorer at
> > >http://explorer.msn.com/intl.asp
> > >
> > >
> > >
> >
> > _
> > Get your FREE download of MSN Explorer at 
>http://explorer.msn.com/intl.asp
>


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Re: Help Installing Tomcat on Win95

2001-08-17 Thread Sheila Ratnam

Rob!

It says: "Set an environment variable CATALINA_HOME to the path of the 
directory into which you have installed Tomcat 4.0."
I have set it correctly by
SET CATALINA_HOME = c:\c:\jakarta-tomcat-4.0-b7
in the Autoexec.bat.

Am I doing it wrong?
What does the message "Out of environment space" mean?

Thanks,
Sheila

>From: "Rob S." <[EMAIL PROTECTED]>
>Reply-To: "Rob S." <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: Help Installing Tomcat on Win95
>Date: Fri, 17 Aug 2001 13:28:48 PDT
>
>Sheila, Sheila, Shiela... read the RUNNING.txt file in CATALINA_HOME =)
>
>- r
>
>On Fri, 17 Aug 2001 20:16:52 + [EMAIL PROTECTED] wrote:
> > Hi all,
> >
> > I downloaded the b7 version, and installed it in 
>c:\jakarta-tomcat-4.0-b7
> > directory. I am using Win95, so edited the Autoexec to set JAVA_HOME and
> > CATALINA_HOME to correct values. The autoexec runs and gives correct
> > message. But when I run startup in bin, the message is:
> > Out of environment space
> > Out of environment space
> > Using CLASSPATH:
> >
> > What may be wrong? I have IIS personal server on my pc, which I have 
>shut
> > down. But I do not have any other server.
> >
> > Please help.
> > Thanks
> > Sheila
> >
> >
> > _
> > Get your FREE download of MSN Explorer at 
>http://explorer.msn.com/intl.asp
>
>
>


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Help Installing Tomcat on Win95

2001-08-17 Thread Sheila Ratnam

Hi all,

I downloaded the b7 version, and installed it in c:\jakarta-tomcat-4.0-b7 
directory. I am using Win95, so edited the Autoexec to set JAVA_HOME and 
CATALINA_HOME to correct values. The autoexec runs and gives correct 
message. But when I run startup in bin, the message is:
Out of environment space
Out of environment space
Using CLASSPATH:

What may be wrong? I have IIS personal server on my pc, which I have shut 
down. But I do not have any other server.

Please help.
Thanks
Sheila


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp