Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Struts - A MVC web framework
Tomcat - JSP/Servlet container
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
JSP - A mailing list about Java Server Pages specification and reference
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
Tomcat NOT running -- > solved

Tomcat NOT running -- > solved

2003-09-29       - By Johan Louwers

 Back
Solved the problem,
the problem was I had a typo....

In tomcat-users.xml I forgot a "
I had :
<user username="XXXX" password="XXXX" roles=admin"/>

and this should be:
<user username="XXXX" password="XXXX" roles="admin"/>

:-)


-- -- Original Message -- --
From: "Johan Louwers" <Suntac@(protected)>
To: "Tomcat Users List" <tomcat-user@(protected)>
Sent: Monday, September 29, 2003 11:17 AM
Subject: Tomcat NOT running


> I have a problem,
> we found this morning that the tomcat server is not starting.. when we do
> manual ./startup.sh all looks good buth tomcat is not started. When we do
> ./shutdown.sh I get the following error:
>
> # ./shutdown.sh
> Using CATALINA_BASE:   /usr/local/jakarta-tomcat-4 (See http://cat-4.ora-code.com).1.27
> Using CATALINA_HOME:   /usr/local/jakarta-tomcat-4 (See http://cat-4.ora-code.com).1.27
> Using CATALINA_TMPDIR: /usr/local/jakarta-tomcat-4 (See http://cat-4.ora-code.com).1.27/temp
> Using JAVA_HOME:       /usr/local/j2sdk1.4.1_05
> Catalina.stop: java.net.ConnectException Source code of java.net.ConnectException: Connection refused
> java.net.ConnectException Source code of java.net.ConnectException: Connection refused
>         at java.net.PlainSocketImpl Source code of java.net.PlainSocketImpl(Native Method)
>         at java.net.PlainSocketImpl Source code of java.net.PlainSocketImpl(PlainSocketImpl.java:305)
>         at
> java.net.PlainSocketImpl Source code of java.net.PlainSocketImpl(PlainSocketImpl.java:171)
>         at java.net.PlainSocketImpl Source code of java.net.PlainSocketImpl(PlainSocketImpl.java:158)
>         at java.net.Socket Source code of java.net.Socket(Socket.java:434)
>         at java.net.Socket Source code of java.net.Socket(Socket.java:384)
>         at java.net.Socket Source code of java.net.Socket<init>(Socket.java:291)
>         at java.net.Socket Source code of java.net.Socket<init>(Socket.java:119)
>         at org.apache.catalina.startup.Catalina Source code of org.apache.catalina.startup.Catalina(Catalina.java:581)
>         at org.apache.catalina.startup.Catalina Source code of org.apache.catalina.startup.Catalina(Catalina.java:402)
>         at org.apache.catalina.startup.Catalina Source code of org.apache.catalina.startup.Catalina(Catalina.java:180)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
> )
>         at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
> .java:25)
>         at java.lang.reflect.Method Source code of java.lang.reflect.Method(Method.java:324)
>         at org.apache.catalina.startup.Bootstrap Source code of org.apache.catalina.startup.Bootstrap(Bootstrap.java:203)
> #
>
> Any clue anybody?
>
> Regards,
> Johan.
>
>
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
> For additional commands, e-mail: tomcat-user-help@(protected)
>


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)



©2008 junlu.com - Jax Systems, LLC, U.S.A.