Presto inside of Jetty

michael.rollins
michael.rollins's picture
User offline. Last seen 1 year 41 weeks ago. Offline
Joined: 01/07/2009
Points: 231

 We're attempting to run Presto inside of JBoss configured to use Jetty instead of Tomcat.  Up to this point, we've been using JBoss/Tomcat with no problem, so I'm pretty sure the problems are localized to Jetty.

When the Presto Spring root webapp starts, I get a lot of errors similar to this:

12:17:06,101 INFO  [STDOUT] 2010-04-13 12:17:06,101 ERROR [JPOX.General] - <Parameter Plugin.ExtensionPointNotRegistered doesn't exist for bundle java.util.PropertyResourceBundle@b98df1f>

Some other odd behavior occurs.  For instance, I can start the /presto/home but my coworker can't.  I can also load the the Mashlet explorer, but I can't load the Service Explorer (I get a 404 error from Jetty) and Wires only displays a JackBe tag line, nothing else.

My best guess is that some kind of resource file/class isn't being loaded, but I'm not sure where to look for this.  Any help would be appreciated, thanks!

0
Your rating: None
michael.rollins
michael.rollins's picture
User offline. Last seen 1 year 41 weeks ago. Offline
Joined: 01/07/2009
Points: 231

 Got it working, sort of.  Turns out that some of the redirection is going awry.  For instance, when you click on the button that takes you to the service explorer it takes you to http://localhost:8080/jsp/RunServiceExplorer.jsp  It should be "http://localhost:8080/serviceexplorer/jsp/RunServiceExplorer.jsp".  Going there directly will solve the problem, but the redirection failure is curious.

Also, I'm having to re-import some of my database services.  It's hit or miss which ones, though.  /shrug  Still wouldn't mind some official response.  I know it's probably out-of-bounds of what you guys normally do (running in Jetty) but if anyone has a clue, it would be beneficial to us.

Thanks.