Search the web
Sign In
New User? Sign Up
jetty-discuss · Jetty Discussion
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2761 - 2790 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2761
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
silviobierman
Offline Send Email
Feb 1, 2002
6:31 pm
2765
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@...
Send Email
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 1, 2002
10:31 pm
2767
It should work fine with absolute locations. I suspect that you may be getting an alias rejections (see README). Make sure that you match the exact...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 1, 2002
10:46 pm
2768
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@...
Send Email
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...
Halas, Miroslav
miroslavhalas
Offline Send Email
Feb 1, 2002
10:56 pm
2770
Oops! Sorry for asking an FAQ. Thanks for your response though! Marlin ... newsgroups, it was...
mcm1303
mcm1303@...
Send Email
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 1, 2002
11:25 pm
2772
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@...
Send Email
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@...>...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 1, 2002
11:37 pm
2774
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 1, 2002
11:40 pm
2775
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 2, 2002
12:13 am
2776
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 4, 2002
4:04 am
2777
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@...
Send Email
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 4, 2002
4:35 am
2779
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....
Jan Bartel
janbartel
Offline Send Email
Feb 4, 2002
10:06 am
2780
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 Wilkins
gregjwilkins
Offline Send Email
Feb 4, 2002
10:24 am
2781
Greg, Doesn't pay to rush does it :). Fixed. Here is some sample trace output: ******************************************************************* [java]...
Ryan Lubke
Ryan.Lubke@...
Send Email
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 4, 2002
1:24 pm
2783
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@...
Send Email
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...
Mark Crocker
markcrocker
Online Now Send Email
Feb 4, 2002
3:09 pm
2785
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@...
Send Email
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@...
Send Email
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>...
Dmitri Colebatch
colebatchd
Offline Send Email
Feb 4, 2002
10:10 pm
2788
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...
Greg Wilkins
gregjwilkins
Offline Send Email
Feb 4, 2002
10:52 pm
2789
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...
silviobierman
Offline Send Email
Feb 5, 2002
11:10 am
2790
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...
Graham Heyes
heyes@...
Send Email
Feb 5, 2002
2:02 pm
Messages 2761 - 2790 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help