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 368 - 398 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
368
Taking it out does what I want. Kent...
Kent Johnson
KJohnson@...
Send Email
May 4, 2000
4:36 pm
369
Hello, I've been using the HTML package for a short time and have now come across another similar package from apache: the element construction set. Does...
mikeh@...
Send Email
May 9, 2000
7:09 pm
370
Hi... I have no idea if this is the right place to post this, but I might as well try. I just downloaded Jetty 2.4.3 to try it out. It was giving me a ...
jmanson@...
Send Email
May 13, 2000
7:01 pm
371
What were you doing to get this exception? As while you fix may avoid the symptoms, I think it best to find the source of the null reference. If you were...
Greg Wilkins
gregw@...
Send Email
May 13, 2000
11:05 pm
372
Can any body enlighten me on the auto reloading of JSP pages in Jetty? I mean if changes were made to the JSP page will they take effect by just clicking the...
s_puppala@...
Send Email
May 23, 2000
7:02 pm
373
... It is a problem with the java URL API and GNUJSP. Basicly the lastModified() method does not work in java for file URL's so there needs to be some work...
Greg Wilkins
gregw@...
Send Email
May 23, 2000
7:43 pm
374
I've been trying to track down the problem with why a JSP page apparently isn't recompiled when the source .jsp file is updated, even when you swear that...
James Robinson
jlrobins_uncc@...
Send Email
May 26, 2000
10:49 pm
375
I'm using JSP and now I have no problems with auto-reload. The problem was the parameters in the JettyServlets.prp file, now looks like this: ...
Rafael Posse
rafael.posse@...
Send Email
May 29, 2000
5:37 pm
376
Thanks for this Rafael, although the "solution" still raises a few questions. ... Like why this does not work with a CLASSPATH??? I can only guess that if you...
Greg Wilkins
gregw@...
Send Email
May 29, 2000
9:07 pm
377
... The problem was just you have described. Because gnujsp.jar was in the System CLASSPATH and in the jsp CLASSPATH, instanceof evaluates false and the...
Rafael Posse Fernandez
rafael.posse@...
Send Email
May 30, 2000
10:08 am
378
I've been playing with a variety of IDE's again :). JBuilder does something weird with the current directory. They claim it's within the Java spec, but it...
Preston L. Bannister
preston@...
Send Email
May 30, 2000
7:32 pm
379
Preston, This is a TOTALY COOL patch This has given me sooooo much grief! specially with things like GNUJSP reloading etc. It is definitely in the next...
Greg Wilkins
gregw@...
Send Email
May 30, 2000
7:39 pm
380
... Excellent!! JSP recompile/reload now works on my Jetty setup! Thanks very much for puzzling this out... ... main.root.Servlet.CLASS :...
Preston L. Bannister
preston@...
Send Email
May 30, 2000
8:13 pm
381
... No kidding :). I test on Win32, Linux and IBM OS/390. Yes, GNUJSP was giving me grief... ... You're welcome! :)...
Preston L. Bannister
preston@...
Send Email
May 30, 2000
8:13 pm
382
Minor correction, ResourceBase should be: main.root.Servlet.PROPERTY.SERVLET.gnujsp.ResourceBase : file:./webroot/ From: Preston L. Bannister...
Preston L. Bannister
preston@...
Send Email
May 30, 2000
8:34 pm
383
Hi I am curious to know how the jetty server responds if the request is for an Html file.Jetty is working fine with Jsps and Servlets. Is there any specific...
ckrang@...
Send Email
May 30, 2000
11:04 pm
384
I am using the 2.4.3 Jetty build with an HttpListener that uses JSSE (I modified the KiwiConsulting handler that came with the Jetty distribution). I now have...
bsturgen@...
Send Email
May 31, 2000
4:52 pm
385
Release 2.4.4 is now available at http://jetty.mortbay.com Release 2.4.4 - 3rd June 2000 LATEST + Many debug call optimizations + Added RolloverFileLogSink +...
Greg Wilkins
gregw@...
Send Email
Jun 3, 2000
10:25 am
386
I was browsing through your site looking at your web server - great stuff. I am a software developer seeking a solution for an application that I am...
todd@...
Send Email
Jun 5, 2000
5:55 am
387
... Isn't it a redirect what you're looking for? ... Most browsers deny cookies to servers different from the ones which set them. ... If the setCookie() cal...
Juancarlo Añez
juancarlo@...
Send Email
Jun 6, 2000
4:37 am
388
Is anyone using Jetty as their main, Internet-connected web server? If so, how does it compare in speed an reliability to other servers like Apache? I've been...
Juancarlo Añez
juancarlo@...
Send Email
Jun 6, 2000
4:37 am
389
Issue: On Win32, after accessing http://localhost:8080/JSP/snoop.jsp, trying to access http://localhost/jsp/snoop.jsp will give: ...
Juancarlo Añez
juancarlo@...
Send Email
Jun 6, 2000
4:37 am
390
Greg, I'm thingking about backporting virtual servers into 2.x. Can it be done? Any hints? Juanco -- Juancarlo Añez mailto:juanca@... ...
Juancarlo Añez
juancarlo@...
Send Email
Jun 6, 2000
4:37 am
391
... There is a VirtualHostHandler in Jetty2, that does a simple translation from a virtual host name to a path prefix. eg. you could map requests to ...
Greg Wilkins
gregw@...
Send Email
Jun 6, 2000
7:35 am
392
This is not exactly as intended. I originally had it setup so tht /JSP/snoop.jsp would get the raw JSP file. Obviously this does not work, but then I removed...
Greg Wilkins
gregw@...
Send Email
Jun 6, 2000
7:37 am
393
Greg, ... Jetty 2.x should be able to handle virtual servers if they have different IP addresses. Placing a different server on each IP should do the trick,...
Juancarlo Añez
juancarlo@...
Send Email
Jun 6, 2000
1:46 pm
395
I was trying to install Jetty in my Win 98 PC..and when I winzip it prompts me to enter the full name of the file contained.. I'll greatly appreciate the help ...
spradhip@...
Send Email
Jun 7, 2000
1:24 pm
396
Hi, I would like to have Jetty up as an Auto Start Service on Windows NT.Can anybody enlighten me on how to achieve the same? Thanks in Advance Srini...
s_puppala@...
Send Email
Jun 7, 2000
2:10 pm
397
... Jetty works fine on Win 98. Winzip should be able to handle the tgz files OK. I have not seen or heard of the "file contained" prompt. Check that you are...
Greg Wilkins
gregw@...
Send Email
Jun 7, 2000
5:12 pm
398
... it ... initially.I do not know the answer even now.As some other team had unzipped version I started using that.May be the latest winzip may not prompt for...
s_puppala@...
Send Email
Jun 7, 2000
6:49 pm
Messages 368 - 398 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