Hi on my first attempt to implement a simple example of a MVC application I get a 403 error. I am using JBoss-2.4.3_Jetty-3.1.3 I use a WAR file that contains...
andrew@...
Feb 1, 2002 2:03 pm
2762
My company is thinking of switching to squirrel mail for their email client. Being that squirrel mail is web based we would also need to impliment a web...
meyer37
jeffm@...
Feb 1, 2002 4:54 pm
2763
Hello, I am using JBoss-2.4.4 Jetty-3.1.3-1. I am trying to prevent access to all the pages in my site except the html pages. I have tried the following...
Andre Gerard
Andre@...
Feb 1, 2002 4:57 pm
2764
Hello, I am using Jetty as a http/servlet server. I use server.addWebApplication("<pattern>","<path>",null); to enable my web applications. Since I run this...
After more investigation one test is missing in SecurityHandler.handle: ( sc.getMethods().size()==0 ) Here is the corrected code // Does this forbid...
Andre Gerard
Andre@...
Feb 1, 2002 6:44 pm
2766
... Andre, Firstly this code has been reworked a little in the last few days to implement the clarifications in the 2.3 spec, including the * rolename to allow...
According to Jetty's license, I should be able to distribute Jetty, but according to Sun's licensing, I can distribute the JRE, but I cannot distribute the...
mcm1303
mcm1303@...
Feb 1, 2002 10:54 pm
2769
You need to precompilte them using jspc. Just search the newsgroups, it was answered many times before. Regards, Miro Halas...
Oops! Sorry for asking an FAQ. Thanks for your response though! Marlin ... newsgroups, it was...
mcm1303
mcm1303@...
Feb 1, 2002 11:02 pm
2771
Andrew, a couple of things you have done wrong.... + It is forbiddon by the servlet spec to serve any content directly out of WEB-INF. So your URL is always...
Actually, I just recently stumbled on the following announcement at http://java.sun.com/j2se/1.3/jre/ ... 24Oct01 - Beginning October 17, 2001, it is...
Brett Sealey
bretts@...
Feb 1, 2002 11:32 pm
2773
Oops! sorry for not putting all the frequently asked questions actually into the FAQ ! I'm gonna doit!!! I am!!!!!! ... -- Greg Wilkins<gregw@...>...
Jeff, PHP supports a servlet pluggin, so it should be simple to add to Jetty. I know it has been done before, but I don't know the exact versions of PHP or...
Can I have a quick show of hands - how many people are thinking of going to the JavaOne Jetty BOF session on 25 March? I'm still trying to work out my travel...
Ryan, Thanks for adding the Host header into watchdog - however there is still a problem. By default you are only setting Host: localhost when you should be...
Hi All, What does the frase HttpContext should be mapped to the ServletContext in the OSGI Spec...? does the bundle programmer while supplying the HttpContext...
Ramesh Krishnan
vibgyor@...
Feb 4, 2002 4:06 am
2778
Ramesh, I'm sorry but I can't really answer this, as I do not know the OSGI spec. When I looked breifly at it, I saw that it's ServletContext interface was an...
Jules (et al), I've modified the Jetty/JBoss integration code to work with the new Jetty JMX structure (and Jetty4). I'm attaching an rcsdiff of the changes....
The first beta release of Jetty4 is now available via http://jetty.mortbay.org Jetty4 supports the 2.3 Servlet API and 1.2 JSP specification. A matching...
Greg, Doesn't pay to rush does it :). Fixed. Here is some sample trace output: ******************************************************************* [java]...
Ryan Lubke
Ryan.Lubke@...
Feb 4, 2002 12:53 pm
2782
... Thanks for the fast turn around ... Not bad after your fix running against Jetty 4.0 Beta0: [515] ant servlet ... [java] [watchdog] ------- TEST SUMMARY...
Great to see that they are all passing. ... Still working on how to integrate the existing security tests we have into Watchdog. Might be a bit slow in coming...
Ryan Lubke
Ryan.Lubke@...
Feb 4, 2002 2:11 pm
2784
... I'll definitely be there since I'm presenting the embedded portion of the BOF. ... I'd definitely love to have you there because our presentation has lots...
I thought that I'd have a go at trying webstart with Jetty. I can get applications to start on MacOS X since it understands yhat file extension .jnlp is a...
Graham Heyes
heyes@...
Feb 4, 2002 6:10 pm
2786
Hi, I wish to load a servlet automatically when the jetty servlet container starts up. Does anyone know how to do it? Thanks a lot for any advice in advance, ...
wxhuang72
wxhuang72@...
Feb 4, 2002 9:31 pm
2787
In web.xml -> <servlet> <servlet-name>MyServlet</servlet-name> <servlet-class>foo.bar.MyServlet</servlet-class> <load-on-startup>1</load-on-startup> </servlet>...
It's not often I can say this (but it is getting more frequent!) Read the doco at: http://jetty.mortbay.org/jetty/doc/MimeTypes.html cheers PS. You can also do...
Hello, I often work with JBuilder 5 and I run Jetty as a Http/Servlet server embedded in a Java application. Whenever my servlets throw exceptions, Jetty...
Greg, ok, started off the day feeling stupid ;^) looked at the page,excellent! Then went to http://jetty.mortbay.org/jetty/doc to see how on earth I managed...