Null printed in jsp getProperty fields

2005-04-12 Thread Michael Molloy
in it returns a lot of pages about unrelated problems. Thanks, --Michael Molloy = Michael Molloy Senior Software Engineer Ncycles Software Solutions 901.756.2705

RE: Null printed in jsp getProperty fields

2005-04-12 Thread Michael Molloy
Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 7:55 AM To: Tomcat Users List Subject: Re: Null printed in jsp getProperty fields There is no setting to turn this off. [But if you use JSTL - null get supressed for you.] -Tim Michael Molloy wrote: Hello

RE: Null printed in jsp getProperty fields

2005-04-12 Thread Michael Molloy
. *If the argument is null then the string null is printed.* -Tim Michael Molloy wrote: Thanks for the pointer. I have not investigated JSTL, and I will look into it further. Can anyone give me a link that explains the reasons behind this behaviour? Now that I'm aware that it can't be turned

RE: Null printed in jsp getProperty fields

2005-04-12 Thread Michael Molloy
many release cycles went by before discover and it was decided to keep the bug since a minor upgrade would cause major bugs for many deployments. Since 5.X is a major upgrade - it was an easy decision to revert back to the correct behavior. -Tim Michael Molloy wrote: Thanks for the information

Tomcat oddities

2003-01-08 Thread Michael Molloy
up a bit. Any suggestions will be greatly appreciated. We really need to get this figured out quickly. Thanks --Michael Molloy -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

One other freaky thing

2003-01-08 Thread Michael Molloy
that someone else has encountered? Thanks for any help, --Michael Molloy -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Application slow starting up

2002-11-14 Thread Michael Molloy
StandardWrapper[/webdav:invoker]: Loading container servlet invoker --- Michael Molloy [EMAIL PROTECTED] wrote: ATTACHMENT part 1 application/zip x-unix-mode=0644; name=Application.zip __ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your

Re: Application slow starting up

2002-11-14 Thread Michael Molloy
Nevermind. Turned out to be a query doing a full table scan on a table with 40,000,000 rows. Don't understand why the log doesn't show our print statements before it does, but oh well. Thanks for all suggestions. --Michael On Thursday, November 14, 2002, at 01:35 AM, Robert L Sowders wrote:

Application slow starting up

2002-11-13 Thread Michael Molloy
Hey guys gals. We're using tomcat 4.1.12 on Windows connecting to an oracle database on another machine. We've got our app setup in the webapps directory, and everything works fine on our development boxes our QA box (mix of OS X, wintel, and Sun) . However, at the client site running on a

To synchronize or not?

2002-05-15 Thread Michael Molloy
I've working on an application that will be used by 150 people concurrently. When Tomcat starts up, I've got a servlet that creates a class that contains about 800 html input tag hints. For example, when a user clicks into an input field, the hint for that field displays in the status bar of

JSP question

2002-03-28 Thread Michael Molloy
I'm working on a web application that will be used by about 150 people concurrently. One of the requirements is to show text field hints in the status bar whenever the mouse passes over a text field. All of the hints are stored in the database. I need to write a class that will be available at

Loadbalancing question--Please help if you can

2002-03-05 Thread Michael Molloy
This is the 2nd load balancing question I've asked of the group in the last week, and I haven't received a single response. I've looked on the web in the archives, but can't find an answer. Is anyone actually using the load balancing in 3.3a? I'm sure that there are some. My company would

Loadbalancing question

2002-03-04 Thread Michael Molloy
Been working with the loadbalancing in 3.3a, and I've *almost* got it. The last hurdle seems to be splitting the requests between 2 different computers. In my workers.properties file, I've got two workers set up, one of which is going to localhost (local) and the other (remote) to a remote

Got some questions about load balancing in 3.3a

2002-02-28 Thread Michael Molloy
I've got some questions about load balancing with Tomcat 3.3a. First of all, the Tomcat-Workers-How-To that comes with 3.3a says that the workers.properties file contains working entries for an Ajp12, Ajp13, and a load balancing worker. However, it also says that the tomcat workers to be used

How-To on load balancing?

2002-02-21 Thread Michael Molloy
Someone a few weeks ago posted a link to a how to on setting up load balancing with Tomcat 4.02b or something like that. I can't find the link and was wondering if that person could repost it. Thanks a lot. --Michael -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

Redirect after session expires?

2002-02-13 Thread Michael Molloy
I've got an application that builds menus when a user logs in and sticks the menus in an object which I then put inside the session. All subsequent jsps get their menu from that object in the session. However, when their session expires and they try to access a jsp, they get a

Re: Redirect after session expires?

2002-02-13 Thread Michael Molloy
like to know about any other possibilities, also. Thanks --Michael On Wed, 13 Feb 2002 15:37:53 + David Cassidy [EMAIL PROTECTED] wrote: is there a session.isInvalid() method ? If so ... :) D Michael Molloy wrote: I've got an application that builds menus when a user logs

Re: Redirect after session expires?

2002-02-13 Thread Michael Molloy
I will check it out. Thanks very much for the information. --Michael On Wed, 13 Feb 2002 10:57:09 -0600 Christopher K. St. John [EMAIL PROTECTED] wrote: Michael Molloy wrote: ... if there is a setting for web.xml or something to foward all pages that throw exceptions to a certain url

Re: Free Load Testing Tool

2002-01-25 Thread Michael Molloy
Your best response will probably come from a search on google.com for free load testing tools --Michael On Friday 25 January 2002 11:40 am, you wrote: Hi, Can anyone please let me know some Load Testing Tools, to test a JSP application, which are there for Free. Also their reliability

Help giving Tomcat more memory

2002-01-24 Thread Michael Molloy
I'm still experiencing the memory leak with JSPs that I asked about yesterday, and I'm trying to give Tomcat more memory, but it's apparently not working. I changed the following line in tomcat.bat.:startServer from %_STARTJAVA% %TOMCAT_OPTS% -Djava.security.policy . . . to %_STARTJAVA%

Re: Help giving Tomcat more memory

2002-01-24 Thread Michael Molloy
I'll give that a try. Thanks. --Michael On Thursday 24 January 2002 09:03 am, you wrote: No space and capital M works for me (i.e. -Xms256M -Xmx384M), but I'm not sure what is required. Randy -Original Message- From: Michael Molloy [mailto:[EMAIL PROTECTED]] Sent

Re: Help giving Tomcat more memory

2002-01-24 Thread Michael Molloy
that a try. Thanks. --Michael On Thursday 24 January 2002 09:03 am, you wrote: No space and capital M works for me (i.e. -Xms256M -Xmx384M), but I'm not sure what is required. Randy -Original Message- From: Michael Molloy [mailto:[EMAIL PROTECTED]] Sent: Thursday, January

Re: Pooling database connections: best practices?

2002-01-24 Thread Michael Molloy
Also DbConnectionPool at www.javaexchange.com. Don't know about the one mentioned below, but the one at JavaExchange is free. Working very well for me. --Michael On Thursday 24 January 2002 10:56 am, you wrote: just use a 3rd party component. check out the www.bitmechanic.com JDBC-Pool.

Re: Serious memory leak w/JSP pages?

2002-01-24 Thread Michael Molloy
I move up to 1.4.x. My work around until then is to run the VM with hotspot compilation turned off using the -Xint option. java -Xint Perhaps this is helpful. --- Philip Smith desk: 916.854.7021 [EMAIL PROTECTED] -Original Message- From: Michael Molloy [mailto:[EMAIL

Re: Serious memory leak w/JSP pages?

2002-01-24 Thread Michael Molloy
different ones at home last night that didn't require Windows. Good luck, --Michael On Thursday 24 January 2002 02:51 pm, you wrote: Hi Micheal, could you tell which Tool. Regards -Original Message- From: Michael Molloy [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 13:50

RE: How to prevent a .jsp from being accessed directly?

2001-01-31 Thread Michael Molloy
include url-pattern/jsps/selectroster.jsp/url-pattern What version of tomcat are you using? What is your environment? Bob -Original Message- From: Michael Molloy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 4:44 PM To: [EMAIL PROTECTED] Subject: RE: How to prevent a .jsp

How to prevent a .jsp from being accessed directly?

2001-01-30 Thread Michael Molloy
Since no one responded, does that mean there's nothing wrong with the xml below? It's still not working. Any suggestions would be welcome. --Michael -Original Message- From: Michael Molloy [mailto:[EMAIL PROTECTED]] Sent: Monday, January 29, 2001 7:41 PM To: Tomcat Subject: How

RE: How to prevent a .jsp from being accessed directly?

2001-01-30 Thread Michael Molloy
: RE: How to prevent a .jsp from being accessed directly? You may want to try setting the url pattern relative to the root i.e. url-pattern/dir1/subdir1/selectroster.jsp/url-pattern Bob -Original Message- From: Michael Molloy [mailto:[EMAIL PROTECTED]] Sent: Monday, January 29