Fwd: Jikes rvm and tomcat

2005-01-02 Thread Nalini Belaramani
new year Nalini - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: The requested resource (/BookSource/DispatchServlet) is not available.

2002-11-01 Thread Nalini
)) % jsp:forward page=web-inf/classes/BookStore/DispatchServlet/ Thanks in advance. Nalini --- Alfonso Martinez [EMAIL PROTECTED] wrote: I am not really sure about your form sintax: FORM method='POST' onsubmit=jsp:forward page='DispatchServlet'/ ... try FORM method='POST' action

The requested resource (/BookSource/DispatchServlet) is not available.

2002-10-31 Thread Nalini
Hi, I am writing my first JSP, servlets application using Tomcat 4.1 server. I have a Win 98 machine. I created a directory called BookSource under ROOT under webapps. This is my directory structure. C:\jakarta-tomcat\webapps\ROOT\BookSource I have web-inf and login.jsp under this directory.

tomcat 4.1.12 not starting- exception

2002-10-28 Thread Nalini
Hi, I have installed jdk1.3.1_04 and made JAVA_HOME point to the jdk home = directory. Then I have down loaded the release version of tomcat 4.1.12 and unzipped = it. When I tried to start tomcat from the tomcathome\bin directory using = the startup command , I get the following error. Using

Tomcat 4.1.12 won't start- giving exception

2002-10-28 Thread Nalini
Hi, I have installed jdk1.3.1_04 and made JAVA_HOME point to the jdk home = directory. Then I have down loaded the release version of tomcat 4.1.12 and unzipped = it. When I tried to start tomcat from the tomcathome\bin directory using = the startup command , I get the following error. Using

Re: Tomcat 4.1.12 won't start- giving exception

2002-10-28 Thread Nalini
I used jdk1.4 and it worked. Tomcat started. Thanks. --- Burt Johnson [EMAIL PROTECTED] wrote: At 4:07 PM -0300 10/28/02, Fabio Mengue wrote: You have to use JDK 1.4.x to use tomcat-4.1.12-LE. Or any other LE version. Not true. Just add the Xerces parsers and it works fine. I'm using

Re: Tomcat 4.1.12 won't start- giving exception

2002-10-28 Thread Nalini
Thanks. I used jdk1.4, it works now. --- Burt Johnson [EMAIL PROTECTED] wrote: At 9:10 AM -0800 10/28/02, Nalini wrote: Exception in thread main java.lang.NoClassDefFoundError: org/xml/sax/Inpu= tSour ce at java.lang.Class.newInstance0(Native Method