RE: load modules with jettylauncher without a jar

2007-04-11 Thread Leon Pennings
rwerp: Re: load modules with jettylauncher without a jar Servlet class loaders do not look for META-INF/Manifest.mf inside the WAR. I believe you could place it WEB-INF/classes/META-INF/Manifest.mf. From what you describe, I'm not sure that the manifest file is showing up in the right place. I w

Re: load modules with jettylauncher without a jar

2007-04-11 Thread Howard Lewis Ship
Servlet class loaders do not look for META-INF/Manifest.mf inside the WAR. I believe you could place it WEB-INF/classes/META-INF/Manifest.mf. From what you describe, I'm not sure that the manifest file is showing up in the right place. I would not rely on the manifest approach for a web appli

load modules with jettylauncher without a jar

2007-04-11 Thread Leon Pennings
Ok, I'm doing something wrong here. I'm working on a T5 project where I have a T5 module. I made a manifest file which is in the META-INF folder that is in the classpath (m2 resource folder, that is added as a source folder under eclipse). I'm running jettylauncher to test the project, but the mod