Jilles van Gurp wrote:
I'm not sure this is the right place for this question but I assume more tomcat users use the sysdeo plugin to launch tomcat.

The issue is that my WEB-INF/classes directory of my web application is not on the classpath if I launch tomcat using the sysdeo plugin. This used to work fine but for some reason it is broken now. I use this directory to load some configuration files. I have multiple web applications in one tomcat installation so I can't just add the directories to the global classpath. Of course the application works fine outside eclipse.

I've tried to use other plugins (e.g. the webtools tomcat launcher) but these all insist on copying and moving files instead of just accepting my working & highly tweaked tomcat configuration (without manager). Sysdeo is nice because you can just point it to the server.xml and it will launch tomcat in the debugger, which is all I want.

Any suggestions for replacing sysdeo or fixing the problem would be much appreciated.

Regards,

Jilles

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Ah figured it out! For the interested: do not add any projects to the tomcat classpath. Apparently this confuses things. After all if you properly configured tomcat already, this shouldn't be necessary anyway.

Jilles

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to