How well supported is the -server option to java? Should I include that in the jetty start scripts? Please yell if it is not on your platform. -- Greg...
Hi Ming, I am currenntly working on integration of Jetty (www.jettyserver.org) JMX with Jonas so I can share the little experience I have with you. Jonas...
... It works on 1.3.1_03 on windows, and should do so in 1.3.1_04 too. Jan...
Jan Hlavatý
hlavac@...
Aug 1, 2002 3:30 pm
4091
... KJ> Not in java 1.3.1_04 on Win2K, at least not KJ> reported by java -help. I believe that in J2SE 1.3 for Windows, you have to download the Server Hotspot...
Metal Fatigue
sethb@...
Aug 1, 2002 3:47 pm
4092
Miro, Actually it is a "known problem" with the Jetty MBeans that they have non-serializable types. The JMX spec requires that they are serializable, but as...
I'll keep you posted as i find them. I will spend on it more time tonight or tomorrow night. (I am still using 4.0.x series but I will do separate integration...
Jetty Release 3.1.9(mature) 4.0.5 (stable) & 4.1.0RC0 (stable candidate) are now available via http://jetty.mortbay.com These are all maintenance releases...
... That's not true. JDK 1.3.1 ships with the server VM in the JRE of the JDK (see jre/bin/server directory). But it does not ship with JRE. Jan...
Jan Hlavatý
hlavac@...
Aug 1, 2002 6:48 pm
4097
... I'm against making it standard because: - IBM jvms don't have it and they are among the best on many linux boxes. - JRockit doesn't have it. It is reported...
Brett Sealey
bretts@...
Aug 1, 2002 8:02 pm
4098
... Hash: SHA1 I'm trying to use proper XML syntax to build my JSP pages and am following the specs form the Sun site. I keep getting an error and am not sure...
Robert Sfeir
sfeir@...
Aug 1, 2002 9:50 pm
4099
Hi, I added following context. <Call name="addContext"> <Arg>/images/*</Arg> <Set name="ResourceBase"><SystemProperty name="jetty.home" ...
adesai
naineshdesai@...
Aug 1, 2002 10:18 pm
4100
I'm trying to use proper XML syntax to build my JSP pages and am following the specs form the Sun site. I keep getting an error and am not sure if it's due to...
Nainesh, A couple of things: Firstly, you do realise that you don't have to use the handler style of configuration unless you have a reason for avoiding using...
Hi I'm new to jboss and jetty. I just tried to install it in MacOS X, and the installations appeared to go smoothly. I followed the directions on apple's...
mfischma
mfischma@...
Aug 2, 2002 8:30 am
4103
until you deploy some content to Jetty there will be nothing there. this is correct behaviour. Jules...
Greg, I have a question about ServerMBean.java in 4.0.5 In postRegister in configuration file is specified you configure and start the server. Shouldn't you in...
MiroHalas@...
Aug 2, 2002 2:26 pm
4105
I certainly should! I will add this. thanks ... -- Greg Wilkins<gregw@...> GB Phone: +44-(0)7092063462 Mort Bay Consulting Australia and UK....
All, I am attempting embedding Jetty in an application. All Jetty classes are loaded from a URLClassLoader (local url). When adding a web application (local...
Don't you have servlet classes in ext directory of JDK? Jan...
Jan Hlavatý
hlavac@...
Aug 3, 2002 2:29 am
4110
IBM does not have (as Brett said), but they also don't have a 1.4 version, so I suppose this is not a very strong point. Why not `java --help | grep '-version'...
MMmmm I have enough problems with start scripts without getting too fancy. I had put the -server flag in, but now have taken it out again. I think it is best...