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.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7064 - 7093 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7064
I'm not sure I understand 100% what you are doing, and exactly where in the process the #note is being dropped, but I can make the following observations: 1)...
Chris Haynes
chrishaynes_...
Offline Send Email
Aug 1, 2003
8:26 am
7065
Maybe you could just encode the pid attribute before submitting to the jsp page. That way you can still submit the '#' symbol. It will appear as %23 I think. ...
iconstandit
Offline Send Email
Aug 1, 2003
9:26 am
7066
I thought I might not have been clear. The "#" is being used as a separator indicating an anchor on the page, so I think I'm doing exactly what it is intended...
Frank Morton
frank_morton
Offline Send Email
Aug 1, 2003
2:22 pm
7067
... No, AFAIR Chris pointed you in the right direction. We once had the same idea and after some research found that actually only the browser itself knows...
Marko Friedemann
snyroller
Offline Send Email
Aug 1, 2003
3:02 pm
7068
<apology> Actually, I realized 1/2 hour after I posted what you intended. I've been waiting to apologize. </apology> You could dynamically generate a page...
Chris Haynes
chrishaynes_...
Offline Send Email
Aug 1, 2003
3:34 pm
7069
Frank, The more I think about this, the more puzzled I am. I think Marco is pulling us back onto the right track. Before I read your eMail I would have said...
Chris Haynes
chrishaynes_...
Offline Send Email
Aug 1, 2003
4:06 pm
7070
I appreciate both of you responding. It is strange that I've been doing this for a couple years without problems and suddenly adding one tag breaks everything...
Frank Morton
frank_morton
Offline Send Email
Aug 1, 2003
4:16 pm
7071
... The onLoad thing worked perfectly. Thanks for the idea. Frank...
Frank Morton
frank_morton
Offline Send Email
Aug 1, 2003
5:47 pm
7072
Pixory is a freeware "personal image server" based on Jetty and Tapestry. The application can be found -> http://www.pixory.org ... WHATSNEW in this release: ...
Joe Panico
pixory
Offline Send Email
Aug 1, 2003
6:51 pm
7073
I was wondering if anybody on this list could give me some advice on pitfalls setting up a production system with JBoss / Jetty for serving content for a J2ME...
Holger (David) Wagner
holtsch2000
Offline Send Email
Aug 2, 2003
3:50 pm
7074
David, Having Client - Apache - Jetty for your load of very many, very small messages will push up the server cost considerably - I'd guess that the total...
Chris Haynes
chrishaynes_...
Offline Send Email
Aug 3, 2003
7:39 am
7075
I have just developed a new system of hosting and sending mail that is far more stable than 'foriegn' servers! Join our own network. Go 100% legal & ethical...
LeadsOnDemand!
steelboxes
Offline Send Email
Aug 3, 2003
10:35 am
7076
HI This is the first time I post a message. How do I got response to my posted message? Do I have to join the discussion group and how? My question is as...
gchongg
Offline Send Email
Aug 3, 2003
7:11 pm
7077
... I'll send this reply directly to you as well as to the list, but normally people do subscribe, and replies are sent only to the list, so that only one copy...
Chris Haynes
chrishaynes_...
Offline Send Email
Aug 3, 2003
8:35 pm
7078
... I had a look at this. It does not look too difficult - but I think I will have to write some JNI code to open UnixSockets in Java (does anybody know if...
Greg Wilkins
gregjwilkins
Offline Send Email
Aug 4, 2003
6:53 am
7079
Hi, Just bumping up the thread as there have been no replies that I know of. My 2 questions are similar/related to the previous post. 1) Out-of-the-box, where...
redalienm
Offline Send Email
Aug 4, 2003
8:33 am
7080
Update: 1) I generated a compiler error and noticed that the compiled files go under C:\Documents and Settings\Dre\Local Settings\Temp\. 1a) Just wondering,...
redalienm
Offline Send Email
Aug 4, 2003
9:03 am
7081
Jetty uses the java.io.tempdir System property to root it's temp files so you can change this to move the files about. you can also change it per HttpContext ...
Greg Wilkins
gregjwilkins
Offline Send Email
Aug 4, 2003
9:10 am
7082
Hi Chris, Thank you very much for the hints you gave me - I really appreciate that! ... I kind of had the feeling that this would be the case - after all, ...
Holger (David) Wagner
holtsch2000
Offline Send Email
Aug 4, 2003
10:48 am
7083
... If you use an OS like linux which has a firewall built into the kernel, then you can have services available locally and not expose them to the outside. ...
Andy Zeneski
jaz@...
Send Email
Aug 4, 2003
11:10 am
7084
... Sorry, security jargon, borrowed from the military. De-Militarized Zone. i.e. it is an intermediate LAN which sits between the open Internet and an...
Chris Haynes
chrishaynes_...
Offline Send Email
Aug 4, 2003
11:35 am
7085
... Actually, after reading Chris' comments, I think his suggestion is pretty interesting, too. First of all, you can of course have the browser GET a dynamic...
Marko Friedemann
snyroller
Offline Send Email
Aug 4, 2003
1:47 pm
7086
Hi, Can someone tell me how to stop Jetty from showing the directory structure and all the files in a directory if that directory does not contain a default...
maniarkm
Offline Send Email
Aug 4, 2003
1:49 pm
7087
... You can set "dirAllowed" to "false" in your webdefault.xml. Here's an example from one of my config files: <servlet> <servlet-name>images</servlet-name> ...
jeff@...
jeffcsturm
Offline Send Email
Aug 4, 2003
2:49 pm
7088
... And to stop those pesky developers getting onto production boxes (as we know they cause far more problems than hacks from the internet). cheers -- Greg...
Greg Wilkins
gregjwilkins
Offline Send Email
Aug 4, 2003
3:25 pm
7089
I'm trying to set up Jetty to be embedded (without the xml config file) All of my servlets and images reside in jar files. I have been able to configure Jetty...
katelfox
Online Now Send Email
Aug 4, 2003
10:53 pm
7090
... Then don't use the invoker. We create a new HttpContext for each named servlet. But we only have a few. There are certainly other ways to do it. You...
jeff@...
jeffcsturm
Offline Send Email
Aug 4, 2003
11:53 pm
7091
Is there a simple example of a default servlet that does the prefixing? Thanks, Kate ... access ... named ... the...
katelfox
Online Now Send Email
Aug 5, 2003
12:12 am
7092
"katelfox" Asked:Subject: [jetty-discuss] embedded jetty ... access ... Cheap and cheerful approach: Remove the line package xxx.yyy.zzz; from Login.java and...
Chris Haynes
chrishaynes_...
Offline Send Email
Aug 5, 2003
8:01 am
7093
Why are you using the invoker? the line servlets.addServlet("Login", "/", "xxx.yyy.zzz.Login_jsp"); Should make your Login_jsp servlet be called for all...
Greg Wilkins
gregjwilkins
Offline Send Email
Aug 6, 2003
1:46 am
Messages 7064 - 7093 of 8501   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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