Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Tomcat server in Eclipse errors on web.xml

0

84 views

Hi

I'm new to JSP/JSF & Richfaces & Tomcat.

I currently have a project checkout out locally and have tomcat configured in my eclipse installation to run my project.

Now the following message seems to be randomly occurring when I start tomcat from eclipse:

"cvc-pattern-valid: Value 'head' is not facet-valid with respect to pattern '($||\p{L})(\p{L}|\p{Nd}||$)*' for type 'null'."

I originally thought it was when I was making changes to my web.xml file. Mainly because when I would go back and undo a change I made, the server would start up successfully.

But sometimes it seems that this error will be thrown, I will make no changes, come back 10 minutes later and start the server and it works fine!

Any ideas?

asked January 20, 2011 10:21 am CST
posted via StackOverflow

1 Answers

0
 

If you know that your app can be deployed on a tomcat instance without this problem then it should be an issue with the way tomcat has been setup from eclipse. Also is tomcat shutting down without a problem? I would suggest create a new tomcat server (quickly by right clicking on the servers panel > New > Server) and redeploy there in order to eliminate the one-off case.

answered January 20, 2011 12:00 pm CST

Your answer

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect

Preview
Similar questions