Hi,
No, when I start tomcat from eclipse, it still have errors like:
java.lang.NoSuchFieldError: IS_DIR
at org.apache.catalina.startup.Bootstrap.createClassLoader
(Bootstrap.java:173)
at org.apache.catalina.startup.Bootstrap.initClassLoaders
(Bootstrap.java:98)
or, if I move bootstrap.jar higher than GWT SDK from the Java Build
Path of my project:
java.lang.ClassNotFoundException:
org.apache.catalina.core.AprLifecycleListener
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
It either finds wrong classes in gwt-dev.jar instead of from jars in
d:/tomcat-5.5.26/bin, d:/tomcat-5.5.26/common/lib or d:/tomcat-5.5.26/
server/lib or does not find classes at all.
I only added bootstrap.jar from the tomcat directory, because it is
the only jar we usually add to our projects.
I added gwt-servlet.jar to the Java Build Path with no difference.
If I add catalina.jar, tomcat-util.jar, catalina-storeconfig.jar to
the Java Build Path, it goes further. I don't like the idea but at
some point, I guess I would get it working if I added ALL the tomcat
jars.
If I completely remove gwt-dev.jar from the run configuration class
path, or if I disable GWT from my project, tomcat starts up no
problem.
Regards,
Bob
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.