[OT] Accessing Http Request with Groovy

2004-06-21 Thread Jerry Jalenak
http.HttpServlet.service(HttpServlet.java:697) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) For some reason groovy is looking for the CoyoteRequestFacade, not the normal javax.servlet.http.HttpServletRequest. So, for all of you groovy guru's out there, how can I do this

RE: [OT] Accessing Http Request with Groovy

2004-06-21 Thread Jerry Jalenak
Yes --- ClassLoader classLoader = Thread.currentThread().getContextClassLoader(); if (null == classLoader) { classLoader = this.getClass().getClassLoader(); } Jerry Jalenak Development Manager, Web Publishing LabOne, Inc. 10101 Renner Blvd

RE: [OT] Accessing Http Request with Groovy

2004-06-21 Thread Jerry Jalenak
lex argument. I was hoping there might be a couple of groovy guru's (?) that could shed some light on this. Later, Jerry Jalenak Development Manager, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913) 577-1496 [EMAIL PROTECTED] > -Original Message- > Fr

[OT] request object w/ response.sendRedirect

2004-03-29 Thread Jerry Jalenak
ccess. Do any of you guru's out there have any ideas? Thanks. Jerry Jalenak Development Manager, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913) 577-1496 [EMAIL PROTECTED] This transmission (and any information attached to it) may be confidential and is intended sole

RE: [OT] request object w/ response.sendRedirect

2004-03-29 Thread Jerry Jalenak
t the object in the request, so the receiving 'page' can look at the request and determine if it got an error or not, and if not, pull the List object (or whatever it's called in ASP-land) and to something with it. Thanks. Jerry Jalenak Development Manager, Web Publishing LabOne, In

RE: [OT] request object w/ response.sendRedirect

2004-03-29 Thread Jerry Jalenak
Doesn't work with a response.sendRedirect() because of the new request object that gets constructed. I need to find a way to store something in the NEW object - just using request.setAttribute() stores the object in the OLD request, so it doesn't help.. 8-( Jerry Jalenak D

RE: [OT] request object w/ response.sendRedirect

2004-03-29 Thread Jerry Jalenak
I had headed down the cookie path in the past 1/2 hour or so. Craig - can you elaborate on the potential problems of using cookies across hosts? Thanks Jerry Jalenak Development Manager, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913) 577-1496 [EMAIL PROTECTED

RE: [OT] request object w/ response.sendRedirect

2004-03-30 Thread Jerry Jalenak
ances of Tomcat or even IIS running on distinct servers. And because of this, I have to use response.sendRedirect() which means I can't put objects in the request. Any other ideas? Jerry Jalenak Development Manager, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913) 577-14

RE: [OT] request object w/ response.sendRedirect

2004-03-30 Thread Jerry Jalenak
5.0.18 Jerry Jalenak Development Manager, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913) 577-1496 [EMAIL PROTECTED] > -Original Message- > From: Mark Lowe [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 30, 2004 9:29 AM > To: Struts Users Mailing Li

RE: [OT] request object w/ response.sendRedirect

2004-03-30 Thread Jerry Jalenak
I'm not sure if that will solve my issue (not familiar enough with web services at this point to fully understand the implications). I guess I'll also take a look at the form post / javascript option... Thanks! Jerry Jalenak Development Manager, Web Publishing LabOne, Inc. 10101 Renne

RE: [OT] request object w/ response.sendRedirect

2004-03-30 Thread Jerry Jalenak
The Java based apps are all running on the same instance of Tomcat (currently) under Linux. The ASP and ASP.Net apps are running on IIS under Win2K. These are all different apps - however, they share the common need to access images from our image servers Jerry Jalenak Development Manager

RE: [OT] request object w/ response.sendRedirect

2004-03-30 Thread Jerry Jalenak
Thanks for taking a look at this for me. I'll investigate the use of a DB to pass this stuff around... Jerry Jalenak Development Manager, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913) 577-1496 [EMAIL PROTECTED] > -Original Message- > From: Mark L

[OT] CMS w/ JAASRealm

2005-02-10 Thread Jerry Jalenak
to access the ServletContext or ServletConfig from a JAAS login module? Jerry Jalenak Senior Programmer / Analyst, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913) 577-1496 [EMAIL PROTECTED] This transmission (and any information attached to it) may be confidential and i

[OT] CMS w/ JAASRealm

2005-02-10 Thread Jerry Jalenak
to access the ServletContext or ServletConfig from a JAAS login module? Jerry Jalenak Senior Programmer / Analyst, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913) 577-1496 [EMAIL PROTECTED] This transmission (and any information attached to it) may be confidential and i

Alternative Presentation Layers

2004-12-10 Thread Jerry Jalenak
oking into Apache Cocoon as a replacement for Struts, but hate to loose the 'ease' with which I can develop this webapp... Comments? Thanks! Jerry Jalenak Senior Programmer / Analyst, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913) 577-1496 [EMAIL PROTECTED] Th

Alternative Presentation Layers

2004-12-10 Thread Jerry Jalenak
oking into Apache Cocoon as a replacement for Struts, but hate to loose the 'ease' with which I can develop this webapp... Comments? Thanks! Jerry Jalenak Senior Programmer / Analyst, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913) 577-1496 [EMAIL PROTECTED] Th

RE: Struts Security

2005-01-27 Thread Jerry Jalenak
enting CMS. How do you handle this? Roll your own? Jerry Jalenak Senior Programmer / Analyst, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913) 577-1496 [EMAIL PROTECTED] -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Thursday, January 27, 20

RE: Struts Security

2005-01-27 Thread Jerry Jalenak
enting CMS. How do you handle this? Roll your own? Jerry Jalenak Senior Programmer / Analyst, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913) 577-1496 [EMAIL PROTECTED] -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Thursday, January 27, 20