RE: problems installing tomcat on linux

2001-05-25 Thread Gilles Laborderie
This sounds like the correct behaviour to me. It doesn't return to the bash prompt because it will output the STDERR messages in this window. Try to access http://localhost:8080/ to see if Tomcat is running. Gilles > -Original Message- > From: Duane Douglas [mailto:[EMAIL PROTECTED]] > S

RE: Error message

2001-05-24 Thread Gilles Laborderie
Right-click startup.bat, select properties, select the memory tab, set initial environment to 4096, click OK and try again Gilles > -Original Message- > From: Steven Loh [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 24, 2001 2:47 AM > To: [EMAIL PROTECTED] > Subject: Error message > >

RE: Include question...

2001-05-24 Thread Gilles Laborderie
The problem is probably a syntax error such as a forgotten closing "}" or something like that. This disrupts the rest of the code when the page gets compiled in a servlet resulting in a try not being caught. Double-check the syntax in your jsp code. You can also open the servlet that Tomcat is tr

RE: classpath

2001-05-22 Thread Gilles Laborderie
I had the same problem and here is the solution that worked for me: (with Tomcat 3.2) edit $TOMCAT_HOME/bin/tomcat.bat (or .sh) Replace the following line: set CLASSPATH=%CLASSPATH%;%cp% with set CLASSPATH=path/to/xerces.jar;%CLASSPATH%;%cp% where "path/to/xerces.jar" is obviousl

RE: error reading request --please help

2001-05-21 Thread Gilles Laborderie
Try to point your browser to http://vader.ics.uci.edu:19000/examples/jsp/source.jsp Gilles > -Original Message- > From: Vasanth Krishnan Venkatachalam [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 21, 2001 12:34 PM > To: [EMAIL PROTECTED] > Subject: error reading request --please help

Re: faq-o-matic

2001-02-11 Thread Gilles Laborderie
ing up > an faq-o-matic? Just updating the faq would help. > > thanks, > > - Dale > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email

Re: errorpage.jsp: Can't convert javax.servlet.jsp.JspWriter to java.io.PrintWriter

2001-02-11 Thread Gilles Laborderie
Thanks, Jason > > > > -- > Jason Novotny [EMAIL PROTECTED] > Home: (510) 704-9917Work: (510) 486-8662 > NERSC Distributed Computing http://www-didc.lbl.gov > > > > > -

RE: JDBC Realm

2001-02-06 Thread Gilles Laborderie
Hi, For JDBC Realm info, take a look at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/JDBCRealm.howto You'll need a driver for MySQL. This one worked for me: http://mmmysql.sourceforge.net/ Documentation on how to set the driver up can be found at http://mmmysql.sourceforge.net/doc/ H

RE: Help On running Tomcat

2001-01-30 Thread Gilles Laborderie
On Win32 "$TOMCAT_HOME\bin\startup.bat" or "$TOMCAT_HOME\bin\tomcat start" --> will start Tomcat in a different window "$TOMCAT_HOME\bin\tomcat run" --> will start Tomcat in the current MS-DOS prompt window The latter is great to begug a problematic server start since you can actually see the er

RE: Tomcat and Apache integration

2001-01-30 Thread Gilles Laborderie
Try http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-apache-howto. html Gilles > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 30, 2001 11:17 AM > To: [EMAIL PROTECTED] > Subject: Tomcat and Apache integration > > > I'd lik

Tomcat3.2 MySql and JDBC-ODBC bridge

2001-01-29 Thread Gilles Laborderie
Hi, Basically Tomcat refuses to start when mysql is not already launched. My Config: on Win32 Tomcat 3.2 MySql 3.23.11 using MyOBDC 2.50.36 I added the following to server.xml: When I try to start Tomcat WHITOUT staring mySQL before, I receive the following error: FATAL:java.lang.