Hi all, Could u send a sample code to start a jetty server from a java application including setting the default webroot and additional wep apps and also how...
Ranjith T R
ranjith@...
Jun 2, 2003 8:53 am
5976
Ranjith asked: Hi all, Could u send a sample code to start a jetty server from a java application including setting the default webroot and additional wep apps...
Jetty pre-release 4.2.10pre1 is now available via http://jetty.mortbay.org This release fixes a moderate security problem added in 4.2.10pre0 that allowed JSP...
Greetings all, I have been juggling with my Jetty config for a while now and am getting stuck and frustrated... :). What I want to do is set a webapps that...
ScanMail for Microsoft Exchange has blocked an attachment.
Sender = stalpaertnv@... Recipient(s) = jetty-support@... Subject = [jetty-support]...
Administrator@
Jun 2, 2003 4:36 pm
5981
... I'm trying to avoid Forwarding because the viewer will see that the URL is different from what is intended. Where else can I go look to see if what I'm...
In the Jetty tut, I see logging can be turned on with the following (XML at the bottom.) When I try it, the server states ... java.io.IOException: Jetty ...
Okay, I'm going to try this question again from a different angle and with a different example: Here's an example of what I would like to have work. ...
If I understand correctly (and after a couple of experiments) I should redeploy "maint" webapp each time after I deploy a real webapp, right? So if two...
Well there is no maint webapp... only the 1st and 2nd webapp, with the 1st webapp getting requests untll undeployed when they fall through to the 2nd webapp. ...
It is possible to control the order that JBoss deploys files in the deploy directory. Check out the URLComparator attribute in the URLDeploymentScanner MBean ...
My JSPs stop working if I switch to 4.10 from 4.9. Looking at the log messages it appears that jasper can't import the relevant files as I get lots of failed...
ScanMail for Microsoft Exchange has blocked an attachment.
Sender = mack@... Recipient(s) = jetty-support@... Subject = [jetty-support] Re:...
Administrator@
Jun 3, 2003 12:14 pm
5998
Since I first used Tomcat three years ago there is still the same problem in jasper: when you replace some jsp in webapp with a new version it is not checked...
Hi I want to configure the Jetty Http Server so that it listens at two ports, say 4910 and 4900, and map these ports to different document base. Listener at...
i generally just update the timestamp of the topmost jsp page which is including the other jsp snippets. that recompiles that main page and jasper also...
... multiple classloaders. see the tomcat documentation on the classloaders it uses at: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html...