Two key things to know about the mechanism: 1) The host header is used by Jetty to form all automatic redirect IF they should be needed. The Host header...
I think you have secured the URL path /secure/secure/* Paths within contexts are stripped of the context path. cheers ... -- Greg Wilkins<gregw@...>...
OK, I have added this to the CVS now. There are new attributes of HttpListeners isConfidential(Connection) getConfidentialScheme() getConfidentialPort() and...
Where do I specify the error log file in Jetty. I have done the request log but my stderr.log file is empty and I don't think that it is set. Please HELP!!!...
You are not wrong - I just happen to know where it is... :-) Anyway, it should be linked back into the site sometime soon......
Brett Sealey
bretts@...
May 1, 2002 8:20 pm
3023
Hi, This may be a bit of a stupid question, I'm not really sure, but here goes. I am using WebMacro to render my HTML from within Jetty, I have got local ...
Craig O'Shannessy
craig@...
May 2, 2002 11:19 am
3024
My first thought is why not call a Session bean and let it run the transaction for you. Remember that some containers split the webapp and EJBs onto different ...
Cross posting your problem to a Jetty list where there might be folks with more info for you. Jan ... Subject: [JBoss-dev] Jetty/JSP problem with struts...
Luke, if it is a small web-app, can you send it (or a stripped down test version) too me directly and I'll see what is going on... regards ... -- Greg...
Not being sure of what WebMethods etc are, I'll just dip my toe into this discussion, and run away at the first sign of trouble :-) What are the transaction...
Hi Guys, thanks for th prompt reply. I guest I really am in a bit of a bind. I sort of see the servlet as being very much like a session bean, it's all being...
Craig O'Shannessy
craig@...
May 3, 2002 4:26 am
3029
Craig, Thanks for clarifying code snippets. It's clear that the "required" transaction attribute is what is needed with this application architecture -...
If webmacro does not give you control before and after rendering, then you could consider using 2.3 Filters or a servlet doing an include in order to get...
Hmm, maybe you have something there. I just checked the docs, and I don't have to subclass WMServlet, I can call it's helper classes directly from a plain...
Craig O'Shannessy
craig@...
May 3, 2002 8:36 am
3032
... If you're calling multiple methods, or the same method each time, and you make the method(s) requires, then each time you call it you'll get a new tx......
Dmitri Colebatch
dim@...
May 3, 2002 9:02 am
3033
Thanks Dimitri, that is a very good point. I think I can use User Transactions OK, so I'll stick to that. If anyone wants the code let me know (webmacro...
Craig O'Shannessy
craig@...
May 3, 2002 9:43 am
3034
... Sure - post your solution so it can live on the archive for all posterity. cheers -- Greg Wilkins<gregw@...> GB Phone: +44-(0)7092063462 ...
Greg, For those of us too lazy to do our own JDK 1.4 build of the latest Jetty build taking advantage of the new JDK 1.4 networking features, would it make ...
Edward Ivanovic
eivanovic@...
May 3, 2002 7:31 pm
3036
Gee how hard can ant clean ant be????? I'm this little black duck is just a little bit too task loaded to start doing different compiles, because next it will...
I'm sorry I have not had time to look at this. I'll try this week - but it is not really a core problem. Have you made any progress with this yourself? ... --...
Thanks for the heads-up. I've tested the SourceForge download link and the Mort Bay download site (ftp.mortbay.com/pub) and both seem to be working now. Could...
When I tried running the SIMPLESERVER example from the tutorials I faced the problem of path(s). The statement String home = System.getProperty ("jetty.home",...
wadood79
wadood79@...
May 7, 2002 7:42 am
3040
Hi All, Can somebody please help me in solving this problem. I maintain a web- Site. It works fine. But when there is no Internet or when Network is down there...
wadood79
wadood79@...
May 7, 2002 7:52 am
3041
This is really a basic java question and not really appropriate for this list. But while I'm here.... environment variables are nor java properties. Java...
This is a very big question you are asking. Yes Jetty could form part of a solution by providing a client local WWW server - but there are many many many more...
NO, the property is what it is, there is no translation all that he is saying is that the jetty.home is the current directory env vars are not available in...
Bradley Williams
bwilliams@...
May 7, 2002 3:45 pm
3044
Consider the following 2 jsp's: test1.jsp: <% // forward off to test2 with extra query string params ...