Featured Posts

Integrating GlassFish Application server with Apache... A typical production topology for GlassFish will be a front ending GlassFish with Apache for serving the static files. To integrate GlassFish Application Server with Apache web server follow the below...

Readmore

Some Java, JEE and WebSphere stuffs Rss

WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property

Posted by Albin Joseph | Posted in Tomcat | Posted on 29-11-2008

16

1 Star2 Stars3 Stars4 Stars5 Stars (11 votes, average: 5.00 out of 5)
4,757 views

Today I was trying to deploy a web application to Tomcat server. Publishing went smoothly with no errors. So I thought everything will work fine. But when I tried to access the application, page was not coming. On further study of the log files I could see a warning message in Tomcat console. The error message was

WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:AppName' did not find a matching property.

The solution to this problem is very simple. Double click on your tomcat server. It will open the server configuration. Under server options check ‘Publish module contents to separate XML files’ checkbox. Restart your server. This time your page will come without any issues.

  • Share/Bookmark

Read More

Comments (16)

[...] The next problem was related to Tomcat and the context properties. I solve it with the indication of this article: WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property [...]

Thank you!!! That was a quick but important fix!

Thanks.. saved me a few hours of frustation. thank you very much! :razz:

Thanks! That solved my problem!

Thanks! That solved my problem!

<3

thanks for this, worked perfectly!

Yeah! :grin:

i kiss u in the forhead! :* :D

THX, you seem to be the only one with the right answer

Thanks for the solution, but why does this fix it? What causes the issue to begin with?

Thanks, very nice tip.
Why did it happened ? Is it because I’ve changed the Eclipse version ? The error message is not clear to me.

Thanks a lot for your solution :)

Excellent, my friend!!!!

thanks !

thanks man!!!

Write a comment