Re: .\ in class path

2000-07-28 Thread Chao Chen

"." simply means the current working directory in MS-DOS.


In a message dated 7/28/00 11:01:42 PM Central Daylight Time,
[EMAIL PROTECTED] writes:

 Subj:   .\ in class path
  Date:7/28/00 11:01:42 PM Central Daylight Time
  From:[EMAIL PROTECTED] (B R Nair)
  Sender:  [EMAIL PROTECTED] (A mailing list about Java Server Pages
 specification and reference)
  Reply-to:[EMAIL PROTECTED] (A mailing list about Java Server
Pages
 specification and reference)
  To:  [EMAIL PROTECTED]

  Hello,

  In the
  SET CLASSPATH=C:\SBN\LEGAL.JAR;.\
  statement (MS DOS environment), what is the function of the last two
  characters, namely, ".\"?

  Thanx in advance.


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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



Re: Is it required to End the Custom Tag?

2000-07-24 Thread Chao Chen

In a message dated 7/24/00 5:43:58 AM Central Daylight Time,
[EMAIL PROTECTED] writes:

 Subj:   Is it required to End the Custom Tag?
  Date:7/24/00 5:43:58 AM Central Daylight Time
  From:[EMAIL PROTECTED] (Pratik)
  Sender:  [EMAIL PROTECTED] (A mailing list about Java Server Pages
 specification and reference)
  Reply-to:[EMAIL PROTECTED] (A mailing list about Java Server
Pages
 specification and reference)
  To:  [EMAIL PROTECTED]

  Hi Friends
  I would like to ask a silly but strange question.
  I start tag like qu:mytag and if I don't end that tag like /qu:mytag
  then also tomcat executes my tag
  It does not complain that tag should be ended properly

  Is this a tomcat Bug??
  I am using tomcat 3.1


No, this is not a bug.  The tag could be used in either of the following two
ways, depending on whether it is defined to be a container that makes use of
the tag library

qu:mytag
Arbitrary JSP
qu:mytag /

or just
qu:mytag /

  Please guide me

  Thanks in Advance


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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



Tomcat failed to start

2000-07-11 Thread Chao Chen

Hi:

I have been using Tomcat on Windows 98 for sometime.  Recently, I was unable
to start Tomcat.  Looks like it failed during the execution of server
configuration file.  Can anyone tell me to way to detect the problem
associated with the port 8080 (default configuration for Tomcat)?  I
suspected that my Win98 is conflicting with Tomcat listening port.

Regards,
cfc

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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



IDE for JSP/Servlet

2000-06-06 Thread Chao Chen

Hello members!

Can anyone recommend a good IDE for Java application development, especially
in the area of JSP/Servlet ?  How good is JBuilder 3.5?  Dealing  with
compilation and run-time errors associated with JSPs has been quite
frustrating.  Your answers might help reduce the pain.  Thanks.

Cheers

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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



JSP Books

2000-05-01 Thread Chao Chen

Hi :

I am new to JSP.

Can anyone suggest me a couple of good books??

Regards,
Chen

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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