Re: filter: How to set browser encoding?

2005-10-12 Thread Frank W. Zammetti
parameter... just realized I have a cut-and-paste error in the javadoc. D'oh!). -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] On Wed, October 12, 2005 10:53 am, Mark said: > Hi e

Re: Fwd: More helpful reporting of exceptions in JSPs

2005-10-11 Thread Frank W. Zammetti
Wow, you are my hero! I've always missed that from the Weblogic days! I for one would love to see this added. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] On Tue, October 11, 2

RE: Form Based Authentication

2005-10-11 Thread Frank W. Zammetti
hardcode where to go to after that forced PW screen is finished. Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] On Tue, October 11, 2005 12:24 pm, Peter Bright said: > &

Re: Newbee question on servlet and html - Really frustated with this problem.

2005-10-10 Thread Frank W. Zammetti
ile download security warning) - Do you want to save this file ? It has a funny number suffixed to the my servlet name. Not sure what is happening. Here is my HTML code snippet. Beer selecton Page Select Beer Characteristics Thanks ! -- Frank W. Zammetti Founder and Chief Softw

[OT] Java Web Parts .9 is out

2005-09-06 Thread Frank W. Zammetti
I know there are a number of folks in both the Struts and Tomcat communities using Java Web Parts now, so it might not be all *that* off-topic... v.9 was just released. There is one new piece in the mix that, I think, might be of interest to some... it's called the DependencyFilter. It's bi

Re: switching

2005-09-03 Thread Frank W. Zammetti
e Toolbar for Internet Explorer Search from anywhere on the Web and block those annoying pop-ups. Download now at http://channels.netscape.com/ns/search/install.jsp --------- To unsubscribe, e-mail: [EMAIL PROTEC

Re: nonhtml download

2005-08-24 Thread Frank W. Zammetti
Clain Senior Software Engineer TCS Healthcare [EMAIL PROTECTED] (530)886-1700x235 "Skepticism is the first step toward truth" - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 10 connection limit with IIS and JK/ISAPI 1.2.14

2005-08-24 Thread Frank W. Zammetti
.2.14 > > >> If memory serves, IIS defaults to a 10 connection maximum. You need to >> go >> into the admin console and move the pretty slider over :) >> >> Also if memory serves, there is a hard 10 connection limit for the >> non-server versions, but that

Re: 10 connection limit with IIS and JK/ISAPI 1.2.14

2005-08-24 Thread Frank W. Zammetti
If memory serves, IIS defaults to a 10 connection maximum. You need to go into the admin console and move the pretty slider over :) Also if memory serves, there is a hard 10 connection limit for the non-server versions, but that doesn't apply here apparently. -- Frank W. Zammetti Founde

Re: execute class on start up

2005-08-22 Thread Frank W. Zammetti
s in advance! Xavier - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies ht

Custom tag runtime expression problem

2005-08-18 Thread Frank W. Zammetti
Hi all, I'm using Tomcat 5.0.29. I've created a custom tag and I need to be able to use runtime expressions for certain attributes. But it isn't working and I'm beating my head on the desk trying to figure out why. Here's my TLD: http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd";> 1.2

RE: Session lifecycle (UNCLASSIFIED)

2005-08-09 Thread Frank W. Zammetti
The redirect-after-post pattern might solve your problem otherwise. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Tue, August 9, 2005 10:25 am, Arup Vidyerthy said: > Samara, > > If your logout is a 'post' then whe

Re: [OT] JSP 1.2 JAR

2005-08-08 Thread Frank W. Zammetti
Ah. That would explain it :) Thanks Jon! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Mon, August 8, 2005 11:22 am, Jon Wingfield said: > For Servlet 2.3 containers both the JSP and Servlet APIs are in > servlet.jar. >

[OT] JSP 1.2 JAR

2005-08-08 Thread Frank W. Zammetti
arly *must* be there, but it isn't named what I expect I guess). Thanks! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: AW: Session ID's

2005-08-03 Thread Frank W. Zammetti
but it is very good. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Wed, August 3, 2005 3:18 am, Bernhard Slominski said: > Well, nobody likes to go through the specs, an excellent book which covers > the session handling very wel

Re: j_security_check & sessions

2005-08-01 Thread Frank W. Zammetti
gs up to not have a session at that point). -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Mon, August 1, 2005 9:04 am, Chris Holden said: > Hi, I am using the built in security constraints to password protect some > directories in

Re: setting application variables

2005-07-29 Thread Frank W. Zammetti
PROTECTED] -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Any kind of Request Recorder/Player available?

2005-07-15 Thread Frank W. Zammetti
line being a request. Then it should be a simple matter to write a Java app using the standard JDK classes to run through that CSV file and make the requests with the parameters you recorded. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Fri

Re: file access via HttpSession

2005-07-12 Thread Frank W. Zammetti
e-mail: [EMAIL PROTECTED] -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem when a click a button that it execute a servlet "n" times

2005-07-11 Thread Frank W. Zammetti
s that you click the button. Thanks. - Correo Yahoo! Comprueba qué es nuevo, aquí http://correo.yahoo.es - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W.

Re: servlet mapping and url

2005-07-02 Thread Frank W. Zammetti
bile phone. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ANN] Java Web Parts + AjaxTags = Something Cool!(tm)

2005-07-01 Thread Frank W. Zammetti
I am happy to announce that my previously Struts-only project AjaxTags has now been made generic and has been rolled in to Java Web Parts! This means that for *any* Java web developer, you can now add Ajax functionality to your web sites with NO coding on your part in a completely declarative f

Re: Frames and request

2005-06-30 Thread Frank W. Zammetti
On Thu, June 30, 2005 11:32 am, Carlos Bracho said: > Hello. > I am working with frames (I know it's a bad practice... but I cannot do > anything about it) well the problem is: Whoever told you using frames is a bad practice was probably scared of them :) I find a lot of people see that it takes

RE: http session lost between struts action

2005-06-27 Thread Frank W. Zammetti
ppropriate... Angelina, I would call it with false and check for null, as Guru says. It probably won't solve the problem, but it will tell you a little bit more, namely whether the session really exists or not in a more explicit manner. -- Frank W. Zammetti Founder and Chief Software Archi

Re: how do i restrict servlet access? / blocking URLs

2005-06-24 Thread Frank W. Zammetti
You could literally examine the IP of the incoming request (look at ServletRequest object), or you could have A set some sort of flag in request to indicate to the filter to let the request through regardless. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http

Re: Tomcat con pooling to Oracle RAC

2005-06-20 Thread Frank W. Zammetti
, but I develop with Tomcat). Thanks for that reference though... The DBA wants me to not talk to a specific node, and I think that may help get me all squared away with the OCI driver. Thanks again! :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omny

Tomcat con pooling to Oracle RAC

2005-06-20 Thread Frank W. Zammetti
Does anyone have any experience configuring Tomcat to connect to an Oracle RAC cluster? I have an application that currently works in a test environment, where it connects to a single Oracle server. Now I'm moving it to a QA environment, where there is a 3-node Oracle cluster using RAC. I'm gett

Re: User authentication using Realms

2005-06-20 Thread Frank W. Zammetti
connect with the path you specified? That makes a little more sense with the exception you are seeing. Ok, that's all the shots in the dark I have right now :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Mon, June 20, 2005 9:34 am, Gag

[ANN] Java Web Parts release

2005-06-19 Thread Frank W. Zammetti
asses and functions for Java web application developers including taglibs, filters, JSP templates, servlets, utility classes and other general-purpose code. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnyte

Re: JSP including servlet output

2005-06-17 Thread Frank W. Zammetti
RSS" | http://www.vtgroup.com/ -----Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Friday, June 17, 2005 1:21 PM To: tomcat-user@jakarta.apache.org Subject: Re: JSP including servlet output Never mind, got it... changed: ServletOutputStream out

Re: JSP including servlet output

2005-06-17 Thread Frank W. Zammetti
Never mind, got it... changed: ServletOutputStream out = response.getOutputStream(); ..to... PrintWriter out = response.getWriter(); ...and it now works. I wouldn't mind an explanation though :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies

JSP including servlet output

2005-06-17 Thread Frank W. Zammetti
es one overcome this problem? TIA! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Help/Examples setting up security settings

2005-06-15 Thread Frank W. Zammetti
is that set up by default? Also, does he need to create a context for his app and perhaps set something to tell Tomcat to use security? This is stuff I am not familiar with, so hopefully someone else reading this can help. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Te

Re: IE-Page not found problem

2005-06-14 Thread Frank W. Zammetti
> Yes, it can be done with a simple . See earlier message in this > thread for details, or follow the link to the Tomcat bug database in my > previous message. I missed that thread, but this is good to know. Thanks! >Keep in mind, this is not just a problem > with pdf files

Re: IE-Page not found problem

2005-06-14 Thread Frank W. Zammetti
> Yes, it can be done with a simple . See earlier message in this > thread for details, or follow the link to the Tomcat bug database in my > previous message. I missed that thread, but this is good to know. Thanks! >Keep in mind, this is not just a problem > with pdf files

Re: IE-Page not found problem

2005-06-14 Thread Frank W. Zammetti
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies ht

Re: Concurrent login detection - how?

2005-06-14 Thread Frank W. Zammetti
d Wide Web <http://www.techbooks.com>http://www.techbooks.com [EMAIL PROTECTED] 5650 Jillson St., Los Angeles, CA 90040 (323) 888-8889 x331 (323) 888-1849 (Fax) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: Help/Examples setting up security settings

2005-06-14 Thread Frank W. Zammetti
if the decision ends up being that we won't go the JSP route. I realize that it's difficult for someone reading this to get the full picture of my situation. I've tried to include all pertinent information. If anyone can help me out, I would sure appreciate it. (Thanks again Frank

RE: Help/Examples setting up security settings

2005-06-14 Thread Frank W. Zammetti
On Tue, June 14, 2005 9:26 am, Gagnon, Joseph M \(US SSA\) said: > Very simple stuff. However, when I try to login (by loading the > login.jsp page), I get the following error from Tomcat: > > HTTP Status 404 - /SPID_JSP/j_security_check > --

RE: [OT] Help/Examples setting up security settings

2005-06-13 Thread Frank W. Zammetti
I am happy to do so. :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Mon, June 13, 2005 3:45 pm, Caldarale, Charles R said: >> From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] >> Subject: Re: Help/Examples setting up

Test, please ignore

2005-06-13 Thread Frank W. Zammetti
Sorry for the disturbance... trying to troubleshoot a posting issue... this will be the only such post to this list from me. Sorry again! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

Re: Help/Examples setting up security settings

2005-06-13 Thread Frank W. Zammetti
py :) Note that this process as outlined is conceptual... there could be some details in how the container does it's thing that I got wrong... from your perspective, and the perspective of what the user sees though, it is correct. I think that's everything. Hope that helps! -- Frank W

RE: Probably an easy answer

2005-06-13 Thread Frank W. Zammetti
rstand the problem you are trying to solve, I actually dealt with a similar issue with included code needing a Javascript variable that may or may not be present, but in this case I'm not sure of a good answer. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://

RE: Probably an easy answer

2005-06-13 Thread Frank W. Zammetti
ow you could use reflection as I suggested, i.e., what object would you inspect when the field you want to check for is a JSP variable? I'm not sure. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Mon, June 13, 2005 8:58 am, Charles P

Re: Probably an easy answer

2005-06-10 Thread Frank W. Zammetti
ks Charles - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To u

Re: Tomcat, SSL, IE, and .pdf downloads

2005-06-07 Thread Frank W. Zammetti
three paths accessed to generate PDFs, and life is good again. The point is be sure that it's no Tomcat setting the headers... and even if it is and you turn that off, be sure they aren't getting set anywhere else, like Struts, or some other app code. -- Frank W. Zammetti Founder

Re: IE-Page not found problem

2005-06-06 Thread Frank W. Zammetti
Please see my previous post in this thread for some actual help (potentially anyway). -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Mon, June 6, 2005 11:14 am, sudip shrestha said: > I have no idea why you are continuing on this p

Re: IE-Page not found problem

2005-06-06 Thread Frank W. Zammetti
rs to turn off the "friendly messages" option... I'm not certain, but I believe they will get you slightly more helpful (to you) messages with that option turned off. It's under Tools...Internet Options... Advanced... Show Friendly HTTP Error Messages. -- Frank W. Zammetti F

Re: Which is best practice for stowing objects, request or session context?

2005-06-04 Thread Frank W. Zammetti
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To uns

Re: Simple question on HTTP return codes

2005-05-31 Thread Frank W. Zammetti
Cool, good to know there is a difference. Thanks! Frank Dakota Jack wrote: Just a small note, Frank. You use sendError(int sc) for errors but setStatus(int sc) for codes that are not errors. On 5/31/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: Yep, I *should* have know

Re: Validating a session

2005-05-31 Thread Frank W. Zammetti
Thanks Jack, that's a good reference. It didn't really answer my specific question, not that I could see immediately anyway, but I solved the problem a different way anyhow, so it's all good. I bookmarked that anyway, could be a good reference down the road for something. -- Fr

Re: Simple question on HTTP return codes

2005-05-31 Thread Frank W. Zammetti
Yep, I *should* have known that :)... The sendError() method of HttpServletRequest does it. Sorry for wasted bandwidth! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Tue, May 31, 2005 3:13 pm, Frank W. Zammetti said: > I fear I sho

Simple question on HTTP return codes

2005-05-31 Thread Frank W. Zammetti
something to throw, like an exception? Thanks all! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Validating a session

2005-05-31 Thread Frank W. Zammetti
. But, for reasons that would probably make your head spin if I explained, I cannot simply allow the container to do it, I need to be able to do it from my own code. Moreover, this can't be a Tomcat-specific solution. Any takers? :) -- Frank W. Zammetti Founder and Chief Software Architect Om

Re: Cross-site scripting vulnerability

2005-05-27 Thread Frank W. Zammetti
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] . -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To

Re: Adding content/JSPs on the fly

2005-05-27 Thread Frank W. Zammetti
(String)request.getAttribute("theJSPContent")%> And that's that. You could create a screen specifically for uploading a JSP and storing it in the database. Would something like this suite your needs? I realize it's not as straight-forward as one might like, but it'

Re: How to change the value of a form's text field by scriplet?

2005-05-23 Thread Frank W. Zammetti
lues that you want to be able to change the field to, like maybe something like a "previous value" button, and you have the value at the time the JSP is interpreted, you can do this and just call changeIt() in response to onClick() of the button. That's something of a hybrid.

Re: How to change the value of a form's text field by scriplet?

2005-05-23 Thread Frank W. Zammetti
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] . -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com --

Re: Where do -Xms32m, -Xmx256m, and -Xrs go in the Tomcat 5.0.28 batch files?

2005-05-23 Thread Frank W. Zammetti
http://web.bvu.edu/staff/david/index.jsp?section=software&subsection=tcservcfg&page=downloads -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Mon, May 23, 2005 10:56 am, Dakota Jack said: > Hi, again, Frank, > > Where ca

Re: Where do -Xms32m, -Xmx256m, and -Xrs go in the Tomcat 5.0.28 batch files?

2005-05-23 Thread Frank W. Zammetti
u.edu/staff/david/index.jsp?section=software&subsection=tcservcfg&page=overview Of course, if your not on Windows or not running as a service, you already have your answer :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Mon, May 23,

Re: Can a servlet receive its own request?

2005-05-18 Thread Frank W. Zammetti
lowing the standards you rarely get that right now, it's not such a problem :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Wed, May 18, 2005 2:53 pm, Will Hartung said: >> From: "Michael Mehrle" <[EMAIL PROTECTED]> &g

Re: Can a servlet receive its own request?

2005-05-18 Thread Frank W. Zammetti
ing accordingly. It'd be just like using the standard URL object, but it's more robust than that. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Wed, May 18, 2005 11:58 am, Michael Mehrle said: > Simple question, but it'

Re: How to do "Downtime" with a Apache/Tomcat webapp

2005-05-16 Thread Frank W. Zammetti
application context to tell if the app was up or not too, so that if I had to make the app unavailable during a time when it normally was available, I just set the flag. I also defined a single user that was still allowed to get in (another context parameter). This works out great. -- Frank W

Re: delete temporary content after session timeout

2005-05-14 Thread Frank W. Zammetti
d(HttpSessionEvent event) { } } Couldn't be simpler! You can do event.getSession() in both if you need to do anything with the session (like, for the OP, if you have a reference to the user ID who's directory you want to purge of temporary files). -- Frank W. Zammetti Founder and Ch

Re: delete temporary content after session timeout

2005-05-14 Thread Frank W. Zammetti
Write a SessionListener... it has two methods, one that fires when a session is created, one when it is destroyed. That should do the trick for you. That's not a Tomcat-specific solution either, so it should be rather portable should you ever need to move to another app server. -- Fr

Re: Sessions and keep-alives

2005-05-13 Thread Frank W. Zammetti
I'm curious how this would work? If I open a page with an invisible GIF, there's no way (without scripting and such) to have the GIF "refresh", right? Or is there something I'm missing? You can set a meta refresh on the page, but not the GIF itself, as far as I

Re: Sessions and keep-alives

2005-05-12 Thread Frank W. Zammetti
rom timing out. Does that all make sense? (I'm not sure I described it well) Frank W. Zammetti -Original Message- From: "Patrick Lacson"<[EMAIL PROTECTED]> Sent: 5/13/05 12:56:43 AM To: "Tomcat Users List" Subject: Re: Sessions and

Re: Sessions and keep-alives

2005-05-12 Thread Frank W. Zammetti
rom timing out. Does that all make sense? (I'm not sure I described it well) Frank W. Zammetti -Original Message- From: "Patrick Lacson"<[EMAIL PROTECTED]> Sent: 5/13/05 12:56:43 AM To: "Tomcat Users List" Subject: Re: Sessions and

Re: Free reporting s/w that works with apache+tomcat

2005-05-10 Thread Frank W. Zammetti
user needs to send to those reports to it's vendors. Excel is the most desired format for them. Pls give your feedback on this before i start implementing on this. Thank you. --- "Frank W. Zammetti" <[EMAIL PROTECTED]> wrote: Take a look at DataVision. I think you'll li

Re: Free reporting s/w that works with apache+tomcat

2005-05-10 Thread Frank W. Zammetti
el free to ping me if you decide to use it and need some help getting going beyond the article and included documentation. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com U K Laxmi wrote: I'm developing a web application using apache+to

Re: compile against servlet.jar but must run tomcat with servlet-ap1.jar

2005-05-09 Thread Frank W. Zammetti
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsub

Re: Concurrency Issue With a SessionListener.

2005-05-03 Thread Frank W. Zammetti
) is called (DirtyFlag). Thank you in advance for any help. Jacob Champlin EMO Corporation - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W. Zammetti Founder and Chief Sof

Re: Images & CSS not loaded after the request passes through a Servlet Filter

2005-04-28 Thread Frank W. Zammetti
Question: are the requests for images and CSS files also going through the filter? I'm wondering if those requests are getting forarded to the logon page too, which obviously wouldn't work. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnyt

Re: RES: Nervous about Sessions ...

2005-04-27 Thread Frank W. Zammetti
fmt.LocalizationContext(bundle); javax.servlet.jsp.jstl.core.Config.set(session, javax.servlet.jsp.jstl.core.Config.FMT_LOCALIZATION_CONTEXT,lc); (...) Do you know about any changes related to that in TC 5.5.x? Thank you! Paulo -----Mensagem original- De: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Enviada em: qua

Re: set header in all responses

2005-04-27 Thread Frank W. Zammetti
Filters: http://java.sun.com/products/servlet/Filters.html -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Rodrigo Avila wrote: right... I need to all apps in an TC instance use these headers... how I do it? I don't know how use fi

Re: set header in all responses

2005-04-27 Thread Frank W. Zammetti
A filter is an ideal solution for this... It has the benefit of being app-specific, so should you ever want to host another app in the same TC instance that doesn't require those headers, they won't be set automatically (i.e., at the server-level). -- Frank W. Zammetti Founder

Re: Nervous about Sessions ...

2005-04-27 Thread Frank W. Zammetti
ins, must be serializable. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com David Whitehurst wrote: If I use the "session" to store things, 1. Can I use simple java types? 2. Do I have to use Java Beans (extends serializable)? David Wh

[OT] Re: development environment

2005-04-22 Thread Frank W. Zammetti
ome office (laptop instead of secondary PC is the big difference), configured in a very similar way, so with the full VPN access to work, I can work almost as effectively at home as at work, not to mention work on my own stuff off-hours. -- Frank W. Zammetti Founder and Chief Software Archit

Re: Accessing the context path within a Servlet/JSP

2005-04-04 Thread Frank W. Zammetti
--- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com

Re: JavaMail API ?

2005-03-01 Thread Frank W. Zammetti
asn't been incorporated into JDK1.5 though, that would have been a reasonable expectation. Is it perhaps rolled into J2EE instead? I don't know. Same for JAF. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com David Smith wrote: No

Re: Tomcat control from Ant

2005-02-17 Thread Frank W. Zammetti
Sorry for the list noise :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Thu, February 17, 2005 11:02 am, Frank W. Zammetti said: > Hello all. I have an Ant build script for an application that stops > Tomcat if it's runnin

Tomcat control from Ant

2005-02-17 Thread Frank W. Zammetti
ough everything works perfectly as it should. I don't get it. Thanks all! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [OT] Re: JSP under /WEB-INF folder PROTOCOL PAGES (ProtocolPages)

2005-01-30 Thread Frank W. Zammetti
rver side to try and control caching is either (a) useless because the end user can override it anyway or (b) not in keeping with the "spirit" of the web, at least, not as originally intended. Now I'm off on a bit of a tangent though :) -- Frank W. Zammetti Founder and Chief Softwar

Re: [OT] Re: JSP under /WEB-INF folder PROTOCOL PAGES (ProtocolPages)

2005-01-30 Thread Frank W. Zammetti
stereo, but in general you wouldn't expect the Caddy to lose. A bit of hyperbole there, but the underlying point is what's important. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com ---

Re: [OT] Re: JSP under /WEB-INF folder PROTOCOL PAGES (ProtocolPages)

2005-01-30 Thread Frank W. Zammetti
ld override any tags or headers you set. I might be wrong about that, but that would be my expectation. After all, what good is a setting in my browser that says don't cache anything if a web site designer can come along and overrule that? Surely the FOSS community would be up in arms ove

Re: [OT] Re: JSP under /WEB-INF folder PROTOCOL PAGES (ProtocolPages)

2005-01-30 Thread Frank W. Zammetti
ther optimizations, it might turn out to be faster, but that further proves my point: the web server is like the proxy in this example. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] Re: JSP under /WEB-INF folder PROTOCOL PAGES (ProtocolPages)

2005-01-30 Thread Frank W. Zammetti
ivity. At this point I don't think either of us could walk away with an actual answer :) I understand. All your comments are quite fair, in my opinion. We'll look around and learn a bit here. I leave the leg-work to you :) -- Frank W. Zammetti Founder and Chief Software Architect

[OT] Re: JSP under /WEB-INF folder PROTOCOL PAGES (ProtocolPages)

2005-01-29 Thread Frank W. Zammetti
sical user though, now you can only service 10 concurrent users, so you've reduced your overall server capacity (as viewed by outside clients) by 90%. Ouch. I fully acknowledge those are rough, worst-case numbers... I certainly don't mean to imply that your approach is 90% worse. Not at all! Just trying to illustrate the problem, as I see it, in certain environments. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JSP under /WEB-INF folder PROTOCOL PAGES (ProtocolPages)

2005-01-29 Thread Frank W. Zammetti
code src='resource.do?file='my.css' is stricly HTML. Absolutely it is, but as I pointed out, it's being interpreted on the browser side. That's where the issue comes in to play I think, especially in a distributed environment. I'd be interested to hear your

Re: JSP under /WEB-INF folder

2005-01-29 Thread Frank W. Zammetti
it does, but it could be something for someone to explore is my point. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Dakota Jack wrote: On Sat, 29 Jan 2005 17:17:03 -0500, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: One thing worth po

Re: JSP under /WEB-INF folder

2005-01-29 Thread Frank W. Zammetti
cases where a single server with a decent set of specs can handle the load anyway, but in a more robust "enterprise" environment, your really kind of defeating the purpose of a fleet of web servers in front of a number of app servers. -- Frank W. Zammetti Founder and Chief Software Archi

Re: JSP under /WEB-INF folder

2005-01-29 Thread Frank W. Zammetti
pulled when serving images from a database), and I further assume your stylesheets aren't just linked in... -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Dakota Jack wrote: On Tue, 28 Dec 2004 13:57:33 -0500, Frank W. Zammetti <[EMAI

Re: ?? Sharing the JSTL JARS and Classloading ??

2005-01-23 Thread Frank W. Zammetti
k with that version too. Same problem with DLLs... how many times have you had a version conflict with MS Common Controls? Maybe not recently because some work has been done to alleviate this situation, but certainly in the past is arose all the time. The same could happen if you make JARs

Re: What is it mean that "Java code does not belong in well designed JSP pages"?

2005-01-23 Thread Frank W. Zammetti
that habit myself :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Tim Funk wrote: Essentially you have written a servlet but packaged it as a JSP. Anytime it becomes a trivial effort to hand transform a JSP into a servlet usually means some r

Re: What is it mean that "Java code does not belong in well designed JSP pages"?

2005-01-23 Thread Frank W. Zammetti
fully. Right tool for the job and all that jazz, right?!? -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What is it mean that "Java code does not belong in well designed JSP pages"?

2005-01-23 Thread Frank W. Zammetti
ll you that code in JSPs is to be avoided, and I'm not going out of my way to debate that. But, I think it's fair to say that if you do have code in JSPs, it should be (a) trivial and (b) strictly presentation-related. Breaking THOSE rules, which by extension breaks the higher rules, i

Re: Long running requests and timeouts?

2005-01-17 Thread Frank W. Zammetti
in solving your problem. I too will be watching to see what your solution is, just out of curiosity. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Andrzej Jan Taramina wrote: Frank: I don't know your usage pattern, but especially

Re: Long running requests and timeouts?

2005-01-17 Thread Frank W. Zammetti
n to rearchitect what your doing, but if you are, I very much suggest doing so. Hope this helps! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Andrzej Jan Taramina wrote: I have a situation where some requests that get sent to Tomcat are ve

Re: dynamically compile JSPs

2005-01-10 Thread Frank W. Zammetti
you provided however, but if you get to that hair-pulling stage where you feel like your really stuck, I'm relatively sure the above will do it for you, if worse comes to worse. I guess if this isn't something that's going to be happening a lot, it might not be a problem this

Re: JSP compilation problem

2005-01-02 Thread Frank W. Zammetti
? If so, what version of Tomcat is OK with 5.0? (assuming any are, which I DO assume). Or is this just some sort of fluke situation? In any case, my problem is solved, and that was the resolution. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.c

  1   2   >