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
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
>
>
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
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
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
ing up
> an faq-o-matic? Just updating the faq would help.
>
> thanks,
>
> - Dale
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email
Thanks, Jason
>
>
>
> --
> Jason Novotny [EMAIL PROTECTED]
> Home: (510) 704-9917Work: (510) 486-8662
> NERSC Distributed Computing http://www-didc.lbl.gov
>
>
>
>
> -
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
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
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
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.
11 matches
Mail list logo