geronimo-iia / winstone

Winstone is a servlet container that was written out of a desire to provide servlet functionality without the bloat that full J2EE compliance introduces.
GNU Lesser General Public License v2.1
22 stars 3 forks source link

anormal log when displaying usage #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

java -jar winstone-1.0.3-boot.jar

What is the expected output? What do you see instead?
a strange log after showing usage:

Tue, 28 Feb 2012 11:40:58 173 GMT, BootStrap Warning: class 
'net.winstone.Winstone', exception occur when invoking 'main' method  : null

Original issue reported on code.google.com by jguibert@gmail.com on 28 Feb 2012 at 11:42

GoogleCodeExporter commented 9 years ago

Original comment by jguibert@gmail.com on 9 Mar 2012 at 3:03

GoogleCodeExporter commented 9 years ago
Steps to reproduce the problem:

1. Copy servlet-api-2.5.jar from winstone /lib directory to /lib directory of 
any deployed servlet.
2. Start winstone (java -jar winstone-1.0.3-boot.jar).
3. Enjoy.

=> Classpath (class loading order) issue.

Original comment by and...@terentiev.org on 24 Jan 2013 at 10:14