On 25/05/2011 13:55, Christian Röttger wrote:
> Dear List,
> 
> i installed tomcat6.0.24 on a ubuntu 10.04 server with this installation
> guide ( https://help.ubuntu.com/10.04/serverguide/C/tomcat.html )
> without changing the port.
> 
> when i try to access the page on myserver:8080 it remains loading and
> loading. I don't what went wrong.

The exception gives you a fairly big hint:

> 25.05.2011 14:25:53 org.apache.tomcat.util.digester.Digester fatalError
> SCHWERWIEGEND: Parse Fatal Error at line 23 column 1: XML document
> structures must start and end within the same entity.
> org.xml.sax.SAXParseException; lineNumber: 23; columnNumber: 1; XML
> document structures must start and end within the same entity.

You have an error in your Tomcat configuration, an element of your XML
is incorrectly written...

> org.apache.catalina.mbeans.GlobalResourcesLifecycleListener createMBeans
> SCHWERWIEGEND: Exception processing Global JNDI Resources
> javax.naming.NamingException: XML document structures must start and end
> within the same entity.

... in the Global JNDI definition.


If you can't see what it is, you can post the server.xml file inline,
with any username, passwords & IPs removed.


p

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to