vote up 1 vote down star

When I start Tomcat (6.0.18) from Eclipse (3.4), I receive this message (first in the log):

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

Seems this message does not have any severe impact, however, does anyone know how to get rid of it?

flag

8 Answers

vote up 1 vote down check

From Eclipse Newsgroup:

The warning about the source property is new with Tomcat 6.0.16 and may be ignored. WTP adds a "source" attribute to identify which project in the workspace is associated with the context. The fact that the Context object in Tomcat has no corresponding source property doesn't cause any problems.

I realize that this doesn't answer how to get rid of the warning, but I hope it helps.

link|flag
vote up 0 vote down

server tab

-->doubleclick servername

-->server options: tick "Publish module contexts to separate XML files"

restart your server


done

kr, zara

link|flag
vote up 0 vote down

I'm finding that Tomcat can't seem to find classes defined in other projects, maybe even in the main project. It's failing on the filter definition which is the first definition in web.xml. If I add the project and its dependencies to the server's launch configuration then I just move on to a new error, all of which seems to point to it not setting up the project properly.

Our setup is quite complex. We have multiple components as projects in Eclipse with separate output projects. We have a separate webapp directory which contains the static HTML and images, as well as our WEB-INF.

Eclipse is "Europa Winter release". Tomcat is 6.0.18. I tried version 2.4 and 2.5 of the "Dynamic Web Module" facet.

Thanks for any help!

  • Richard
link|flag
vote up 0 vote down

yo no encuentro esa carpeta de configuracion, yo uso el Tomcat V6.0 Server con Eclipse y me sale el mismo error, alguien me podria decir como lo resuelvo?

link|flag
vote up 3 vote down

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.

link|flag
vote up 0 vote down

I'm also getting the same error when i tried to install FDDPMA. This warning cause me the error 'Feb 18, 2009 3:23:25 AM org.apache.catalina.realm.JAASRealm authenticate SEVERE: Unexpected error java.lang.SecurityException: Unable to locate a login configuration'

As org.apache.catalina.realm.JAASRealm setUseContextClassLoader

Do you know how to get rid of this?

link|flag
vote up 0 vote down

I had the same problem with Eclipse 3.4(Ganymede) and dynamic web project.
The message didn't influence successfull deploy.But I had to delete row

<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>

from org.eclipse.wst.common.component file in .settings folder of Eclipse

link|flag
vote up 0 vote down

hi there,

can you tell us what plugin you're using to start tomcat from Eclipse ?

link|flag
sure. I'm using Eclipse WTP (eclipse.org/webtools) – Das Sep 20 '08 at 6:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.