You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by anupam bhasin <an...@engineer.com> on 2001/02/03 09:46:30 UTC

PROBLEM RUNNING TOMCAT3.1

SIR!,
WHILE RUNNING TOMCAT3.1 UNDER WIN98 32MB CELE566MHZ, THE NEW DOS WINDOW THAT
'STARTUP.BAT' STARTS CLOSES.
PLEASE HELP ME OUT!
THE SAME HAPPENS WITH 'TOMCAT RUN' COMMAND

REGARDS

ANUPAM


______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup

Re: date

Posted by Clayton Peirens <pl...@okotoks.net>.
Try the following:
    String dateString = "03/02/2001";
    java.text.SimpleDateFormat format = new
java.text.SimpleDateFormat("dd/MM/yyyy");   //  assuming DMY
    try {
        Date d = format.parse(dateString);
    } catch( java.text.ParseException ex ) {}


----- Original Message -----
From: "venkatesan" <gv...@aitpl.stpn.soft.net>
To: <to...@jakarta.apache.org>
Sent: February 3, 2001 4:35 AM
Subject: date


> Hi All,
>         Sorry for this question here.... can any body tell that to convert
a
> string which represents String ss = "03/02/2001" to Date object......
>
>    Again sorry for this question here...Thankx in advance
>
> cheers
> Venkatesh..
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, email: tomcat-user-help@jakarta.apache.org
>
>


date

Posted by venkatesan <gv...@aitpl.stpn.soft.net>.
Hi All,
        Sorry for this question here.... can any body tell that to convert a
string which represents String ss = "03/02/2001" to Date object......

   Again sorry for this question here...Thankx in advance

cheers
Venkatesh..


Re: PROBLEM RUNNING TOMCAT3.1

Posted by R N Mukherjee <rn...@rdcis.bih.nic.in>.

Download the file(100KB) at the following and your problem will be over in
10seconds.

http://www.geocities.com/jdrudnicki/


At 03:46 03/02/01 -0500, you wrote:
>SIR!,
>WHILE RUNNING TOMCAT3.1 UNDER WIN98 32MB CELE566MHZ, THE NEW DOS WINDOW THAT
>'STARTUP.BAT' STARTS CLOSES.
>PLEASE HELP ME OUT!
>THE SAME HAPPENS WITH 'TOMCAT RUN' COMMAND
>
>REGARDS
>
>ANUPAM
>
>
>______________________________________________
>FREE Personalized Email at Mail.com
>Sign up at http://www.mail.com/?sr=signup
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, email: tomcat-user-help@jakarta.apache.org
>
>