2
votes
1answer
38 views
Is Comet easier in ASP.NET with Asynchronous Pages?
I don't mean to ask, is Comet easier in ASPNET than in Jetty? I mean, is Comet easier inn either ASPNET or Jetty, as compared to other alternatives? I think the asynch capabiliti …
0
votes
0answers
3 views
Jetty + Seam, playing nicely
Hi all,
I am having issues with Jetty and Seam playing nicely together. If I specify a webdefaults.xml file, no matter what request I make to the server, I get a 404.
In my webd …
0
votes
1answer
34 views
Recommended way to develop using Jetty and Eclipse
Hi,
I am currently developing a J2EE application and I would like to use Jetty. I would like to have iot integrated with Eclipse, so I could debug the appliaction.
I've tried ou …
0
votes
0answers
29 views
Some servlet/jetty questions
Having the ServletAPI plus the configurations you can make to jetty or any other web container
Do we have a way to limit the request sizes ? (ie to close the connection if postin …
1
vote
1answer
22 views
How to tie the Lifecycle for a Spring Bean to the webapps’ lifecycle ?
I want to create a bean that has start() and stop() methods.
When the webapp's context is active, start() is called during Spring's runtime bootup. When the webapp is undeployed o …
0
votes
2answers
768 views
GWT 1.7 - Configuring a DataSource in Jetty (Hosted Mode)
Hello, I'm new to GWT (1.7) and tried to establish a connection to my MySQL database from the servlet. Because I got some errors, I googled them and found out, that I have to confi …
3
votes
2answers
31 views
How to start cxf service on localhost but return external address in wsdl?
I'm using cxf and jetty behind apache to expose a webservice via soap. The goal is to start jetty on http://localhost:9000 in all cases and have apache proxy to it, but have the a …
0
votes
0answers
22 views
VisualVM breaks jetty
Hi,
I'm trying to profile application that is run by "mvn jetty:run", when I connect VisualVM to it and click on Profile jetty crashes with:
Profiler Agent: Waiting for connection …
2
votes
2answers
23 views
Embedded jetty ServletTester serving single static file
I'm unit testing with jetty and I want to serve not only my servlet under test but a static page as well. The static page is needed by my application. I'm initializing jetty like t …
0
votes
2answers
69 views
jetty jndi mail session
I am declaring all of my mail sessions in jetty-env.xml and they appear to work fine. The problem I'm having is that they don't appear to be using ssl or smtps which is a must.
& …
0
votes
1answer
32 views
jetty - noSuchMethodError
I get the following error when running mvn jetty:run-war:
2009-11-14 15:19:28.459:/:INFO: Initializing Spring root WebApplicationContext
* ERROR 15:19:28,491 Context initializati …
1
vote
2answers
66 views
How do I deploy a webapp into Apache Felix?
What bundles do I need to install? At least, this would have to be a servlet container / web server such as Jetty, but will the basic org.apache.felix.http.jetty bundle do, or is t …
0
votes
3answers
81 views
Jetty vs CXF / Which one to choose?
Hi,
I am fairly new to the Java world and pretty overwhelmed by the beauty of choice between dozens of libraries doing more or less the same thing, or not.
So with Jetty and CXF. …
0
votes
2answers
109 views
Strangeness with Jetty serving images
I'm completely stumped. I'll give the background for the sake of
completeness but I'm not sure if it will help or not. I'm running a Lift project on a standard Jetty set-up running …
0
votes
2answers
45 views
Buliding a WAR that uses Axis2 + Rampart for Tomcat
I'm trying to build an axis-based web service with rampart for
security, and I've been hoping to deploy a single war to tomcat,
rather than installing axis and deploying within axi …
