wjw465150 / run-jetty-run

Automatically exported from code.google.com/p/run-jetty-run
0 stars 0 forks source link

Jetty 7 #138

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?

Upgrading to from working Jetty 6 to Jetty 7 doesn't work. The runtime startup 
ok but no web app available. Even though it says web context /;src/main/webapp 
is loaded.

What steps will reproduce the problem?
1. With working Jetty6 settings
2. Updated the launch file to use Jetty 7.6.2
3. Updated class package from mortbay.jetty to equivalent eclipse.jetty... in 
jetty-env.xml
4. Start the runtime
5. Everything looks fine except that the web.xml doesn't seem to be loaded.
6. Try to make a mistake in jetty-env.xml, it does complain.
7. Make a mistake in web.xml, it doesn't realise.

What Eclipse version are you using ?

3.7

What Run-Jetty-Run version are you using?

1.3.3

What OS are you using ? 32bit or 64 bit?

Win7 64bit

Please provide any additional information below.

We do use JNDI and Realm configurations. Perhaps it is related to your comment 
http://code.google.com/p/run-jetty-run/issues/detail?id=135#c5.

Original issue reported on code.google.com by tiendung.tran on 28 Apr 2012 at 4:52

GoogleCodeExporter commented 9 years ago
ok , will test it and check it out.

Original comment by tonylovejava on 30 Apr 2012 at 3:01

GoogleCodeExporter commented 9 years ago
I'm able to narrow it down to JNDI Support option. Whenever JNDI support is 
turned off in the launch file, it starts up but of course fails where JNDI 
datasource is required. Turning it back on gets me nowhere.

Thanks,

Original comment by tiendung.tran on 14 May 2012 at 5:54

GoogleCodeExporter commented 9 years ago
Seems it's config issue , not plugin bug. Close it first.
Let me know if I misunderstand your comment. 

Original comment by tonylovejava on 1 Jan 2013 at 9:28

GoogleCodeExporter commented 9 years ago
Rephrase: Jetty 7 doesn't work with JNDI feature on.

Original comment by tiendung.tran on 1 Jan 2013 at 9:40

GoogleCodeExporter commented 9 years ago

Original comment by tonylovejava on 1 Jan 2013 at 9:46