Actually, the problem was not made up. It had to do with a date issue that
is now resolved. Since Tomcat itself was displaying the symptom and failing
to process its own index.jsp, I thought it reasonable to ask a bunch of
people who were more experienced in using Tomcat when normal research was
turning up nothing.

I am also working with JSP and Servlets for my job. And in my job, we
occasionally run into problems that look like they might be global. In this
case it turned out to be in our code, but had the symptoms of either a virus
or a Tomcat issue.

If you have not run into these types of situations at your job, you are
lucky. However, it is unwise to assume people are pulling your leg when they
are asking for help. Someday, you may be the one faced with this type of
problem and asking for help. How would a response like this one help
you????? And isn't that the point of this mailing list? That we all help
each other?

Margaret

-----Original Message-----
From: QAS LAILA [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 01, 2001 6:16 PM
To: [EMAIL PROTECTED]
Subject: Re: URGENT HELP WANTED RE: TOMCAT 3.2


I know that these messages which have been
sent are just made up.

For instance  Urgent , abhi, etc

I am logged on here because I am doing JSPs & servlets
which is my job.
It is treating a person as if they are stupid.

Can you please explain the messages.

Regards,
Zahid

>From: Margaret Fisk <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
>reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: URGENT HELP WANTED RE: TOMCAT 3.2
>Date: Mon, 1 Oct 2001 12:07:43 -0700
>
>Hi everyone,
>
>I'm running into a major problem and hoped someone had seen it before.
>Tomcat has suddenly stopped running this morning. It won't launch the index
>at http:\\localhost:8080\index.jsp or any other of my files. If I turn back
>the date on the computer, it works again, but other processes fail.
>
>I've checked the Jakarta Project site and there doesn't see to be a message
>that the version, 3.2 is expiring, but that's all I can think of.
>
>Please help,
>Thanks,
>Margaret
>
>-----Original Message-----
>From: Richard Yee [mailto:[EMAIL PROTECTED]]
>Sent: Monday, October 01, 2001 12:05 PM
>To: [EMAIL PROTECTED]
>Subject: Re: multiple delims...
>
>
>James,
>Check the JavaDocs again on the usage of StringTokenizer,  it does have the
>ability to have multiple delimeters.  You specify the delimiters in the 2nd
>argument of the constructor.  The nextToken() method will return the token
>with or without the delimiting characters depending on the value of  the
>returnDelims flag in the constructor.  If you need to find the char
>position of the token, you could first copy the stringbuffer into a string
>variable and then do a String.indexOf() call to return the char position.
>
>Regards,
>
>Richard Yee
>At 02:06 PM 10/1/01 -0400, you wrote:
>
> >I am trying to take a line of text from a StringBuffer object and pull
>out
> >a chunk of text from it.  I has investingated the StringTokenizer, but
> >this sorts with only one delim.  also, Tokenizer cannot return me the
> >location #(on the line) of the tokens.  only the amount of them.
> >
> >question...
> >what can I use to return 2 delimeters, and the locations of
> >both?  essentially I want the characters between the two tokens.
> >James McKain  800.473.3789 x2013  Contract Support Engineer     lDePuy
> >Orthopaedics, Inc.
> >                            a Johnson & Johnson  Company
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


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

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to