Jules, now that Jboss has moved to 4.1, it is more likely that people need to configure the webdefaults.xml. Can we change the jbossweb.sar so that it contains...
Hello, I've done the test again with jetty 3.1.9 and this is an extract of the console: I get the message OUT OF THREADS. Kind regards, Charlie. 17:42:53.168...
Remember that 3.1.x is old and unsupported now (without a support contract). This is almost certainly because your test client is trying to make more...
I'm more than grateful for any responses. I have only 3 sockets left in TIME_WAIT and two sockets LISTENING. I launched the test again today by turning up the...
Are we trying to enable people to change the webdefaults.xml for all apps - or on an app-by-app basis ? How about a war/WEB-INF/jetty-webdefaults.xml ? I can...
WEB-INF/web.xml is the standard J2EE descriptor WEB-INF/jetty-web.xml or web-jetty.xml is a proprietary Jetty per-webapp configuration mechanism (the same...
There is nothing unusual in the log segments that you sent. Those are just exceptions that occur as sockets timeout etc. Unless you can characterize what sort...
Ummm... I just ran into this, it looks so silly it is probably true: When I define default servlet, I lose ability to serve static resources in that context! I...
Jan Hlavatý
hlavac@...
Oct 1, 2002 3:44 pm
4698
webdefaults.xml is the base level web.xml for all webapps. The standard version is configured with the standard settings for a webapp (eg jsp support). It...
... I concluded it was true! You can easily get some really interesting recursion :-( ... resources ... ...> Do I really have to reimplement container's...
Yep this certainly is he case. I really don't understand why there is no exact "/" match pattern??? Of course you can always to a request dispatch to the...
... Some two years ago, when I didn't know about servlets yet, I wrote a similar engine - it used * as default "servlet" mapping (i called them handlers...
Jan Hlavatý
hlavac@...
Oct 1, 2002 4:51 pm
4702
... And why does /foo/* match /foo ??? They have obviously never used regular expressions before :-) ... Actually it should not be too bad. You don't need to...
... Yes, I know, but since my resources are not files but virtual (sometimes cached) content generated from style-neutral data and set of templates... I'll...
Jan Hlavatý
hlavac@...
Oct 1, 2002 5:42 pm
4704
... Whilst I agree that most of the webdefaults.xml settings make sense to apply to the server as a whole, I can imagine that it would be perfectly valid for...
... Jetty already allows this. You can call setDefaultsDescriptor on an individual webappcontext either from the config file or via the API directly. The...
Yes and I also thought you could setDirAllowed from the web-jetty.xml...
Brett Sealey
bretts@...
Oct 1, 2002 7:42 pm
4707
i can't seem to make struts work with jetty ver 4.0.5 (on redhat linux 7.3). i have added the following to the jetty.xml <!-- Jetty config for Struts BEGIN -->...
lem0n5
babylemon5@...
Oct 1, 2002 8:02 pm
4708
Thanks again for your assistance. I'm sure that my client didn't connect with more connections that i have configured. i'll use Jetty 4.1 and i hope that will...
Bill, Jetty 4.1.* uses jasper2 for JSP, which uses ant for compilation. So I assume all the jikes code has moved to the ant jar. Note if this is not working...
... Thats because they use Ant for compilation. I think Ant can be made to use Jikes... Jan...
Jan Hlavatý
hlavac@...
Oct 2, 2002 6:58 am
4712
Hi, is there any possibility to mark jetty threads as daemon threads to let the jvm shutdown without calling System.exit()? I checked the shutdown behaviour...
Elsen Christian
mex01@...
Oct 2, 2002 12:57 pm
4713
Hi all, I am new to Jetty. I just dowloaded Jetty-4.1.1.zip from sf and extracted to jetty directory. I have set JETTY_HOME=d:\jetty and I started jetty.bat...
The problem appears to be the bat file is using the jre1.4 classpath even though you are using jre1.3. But the ant target should have worked??? Have you tried...
The listeners have a setDaemon method, which may work.... but I have not tested it for a very very long time.... Elsen Christian wrote:> Hi, ... -- Greg...
I just got the struts 1.02 release and dropped all the wars into the webapps directory of Jetty 4.0.5 and 4.1.1 Then started Jetty using the normal jetty.xml ...
Hello Greg, Thanks for your quick response. As you mentioned I tried using "java -jar start.jar" and it worked. Since we are using weblogic v6.1 as our EJB...