Another bug - could not load the Tomcat server configuration [message #52466] |
Thu, 06 March 2008 08:09  |
Eclipse User |
|
|
|
Hi there,
There is another bug related to tomcat server in eclipse.
I get the following error:
Publishing failed
Could not load the Tomcat server configuration at \Servers\Tomcat v5.5
Server @ localhost-config. The configuration may be corrupt or incomplete.
Could not load the Tomcat server configuration at \Servers\Tomcat v5.5
Server @ localhost-config. The configuration may be corrupt or incomplete.
I am in Windows XP system logged in as admin user.
After going through all the bug reports i figured out the issue with all
the 3 xml files(server.xml,tomcat-users.xml, web.xml) which are copied to
the server directory. String "<!DOCTYPE Server SYSTEM "null">" is appended
in all the xml files (End of file)...
[workspace]Servers\Tomcat v5.5 Server @ localhost-config
server.xml
==========
<Context docBase="spring" path="/spring" reloadable="true"
source="org.eclipse.jst.j2ee.server:spring"/></Host>
</Engine>
</Service>
</Server><!DOCTYPE Server SYSTEM "null">
tomcat-users.xml
================
<user password="tomcat" roles="role1" username="role1"/>
</tomcat-users><!DOCTYPE tomcat-users SYSTEM "null">
web.xml
=======
</web-app><!DOCTYPE web-app SYSTEM "null">
I tried removing these string and starting the server. Then the error was
little different :
Publishing failed
Could not load the Tomcat server configuration at \Servers\Tomcat v5.5
Server @ localhost-config. The configuration may be corrupt or incomplete.
Resource is out of sync with the file system: /Servers/Tomcat v5.5
Server @ localhost-config/server.xml.
Could not load the Tomcat server configuration at \Servers\Tomcat v5.5
Server @ localhost-config. The configuration may be corrupt or incomplete.
Resource is out of sync with the file system: /Servers/Tomcat v5.5
Server @ localhost-config/server.xml.
What might be the problem pls help me to solve this issue...
Set up
======
OS Windows XP
Eclipse version : Eclipse SDK Version: 3.2.2 Build id: M20070212-1330
Tomcat version : 5.5
Thank you,
Vijay
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.28261 seconds