Struts web app performance improvement

2004-03-22 Thread Pingili, Madhupal
Hello All, We just ran the stress test on a web app. ( that searchs/retrieves documents from FileNet IS system) developed using Struts 1.1. Overall, the application appeared to slow down significantly with only 50 users, the average response time on my PC was about 30 seconds to bring up a page

RE: Struts web app performance improvement

2004-03-22 Thread Pingili, Madhupal
in this topic too...which tool are u using for the stress test... is it JProbe or winRunner... I have a struts app deployed in weblogic, that I want to test and improve performance of... Thaks in advance, Sam. Pingili, Madhupal [EMAIL PROTECTED] wrote: Hello All, We just ran the stress test

RE: Struts web app performance improvement

2004-03-22 Thread Pingili, Madhupal
on? Processor speed and number of CPUs please. That would make a big difference. -Original Message- From: Pingili, Madhupal [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 8:54 AM To: 'Struts Users Mailing List' Subject: Struts web app performance improvement Hello All, We just

RE: Struts web app performance improvement

2004-03-22 Thread Pingili, Madhupal
http only. -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 1:07 PM To: Struts Users Mailing List Subject: RE: Struts web app performance improvement Are you running under http or https? Pingili, Madhupal [EMAIL

RE: have anybody ever managed to work the ValidatorActionForm???? i don't think so!!!!

2004-03-12 Thread Pingili, Madhupal
the ValidatorActionForm i don't think so Maybe the bug in the ValidatorActionForm can be replaced using the page number workaround? Thanks -Mensaje original- De: Pingili, Madhupal [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 11 de Marzo de 2004 06:07 p.m. Para: 'Struts

RE: have anybody ever managed to work the ValidatorActionForm???? i don't think so!!!!

2004-03-11 Thread Pingili, Madhupal
This was discussed in another thread couple of weeks ago. Here is the link to that thread: http://www.mail-archive.com/[EMAIL PROTECTED]/msg95429.html Reddy Pingili -Original Message- From: Julio Cesar De Salvo [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 4:08 PM To:

RE: Validation help for same Form, multiple pages/tabs

2004-03-05 Thread Pingili, Madhupal
Well, It's not too hard to convert the LookupDispatchAction into separate Actions for you Wendy. Of course, I don't know the processing logic in LookupDispatchAction. I am using DynaValidatorActionForms and I validate based on the action path. I have 4 struts-menu tabs linking to 4 different

RE: Validation help for same Form, multiple pages/tabs

2004-03-05 Thread Pingili, Madhupal
If possible.could you encose the snippet please! Thanks! Pingili, Madhupal [EMAIL PROTECTED] wrote:Well, It's not too hard to convert the LookupDispatchAction into separate Actions for you Wendy. Of course, I don't know the processing logic in LookupDispatchAction. I am using

RE: Need help on making Custom Validator work

2004-02-12 Thread Pingili, Madhupal
: Pingili, Madhupal Sent: Wednesday, February 11, 2004 2:19 PM To: '[EMAIL PROTECTED]' Subject: Need help on making Custom Validator work Hi All, I have developed a validator for a special validation. I have debug statements in this class and I enabled the validator and struts.action

Need help on making Custom Validator work

2004-02-11 Thread Pingili, Madhupal
Hi All, I have developed a validator for a special validation. I have debug statements in this class and I enabled the validator and struts.action classes logging level to DEBUG. When I type an invalid field in my form and click on search button, the action gets invoked and I see all the messages

RE: struts-menu from action

2004-02-05 Thread Pingili, Madhupal
Here is the code to create MenuRepository: //Call SQL or Stored Procedure, get roles and prepare list of roles. ArrayList userMenus = new ArrayList(); userMenus.add(TabbedUserSearch); userMenus.add(TabbedAdvSearch); userMenus.add(TabbedLogoff);

RE: Struts Question.

2004-01-09 Thread Pingili, Madhupal
this email to Struts user mailing list so that someone can understand your questions and hopefully give some ideas. Reddy Pingili -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 12:00 PM To: Pingili, Madhupal Subject: Struts Question

[OT] How to select an Option automatically?

2003-11-25 Thread Pingili, Madhupal
I am converting a VB application to Web application. I need to select an option from a drop-down list box as the user enters a value in that box. For example, there are four values in that drop-down box: one, two, three, four As the user types say f or fo, I need to select the option four. Can

RE: Does Struts-Menu work with J2EE 1.2 (servlet 2.2 and JSP 1.1) lev el container?

2003-11-18 Thread Pingili, Madhupal
Nevermind. It's just a simple configuration issue. Got it resolved. -Original Message- From: Pingili, Madhupal Sent: Monday, November 17, 2003 1:51 PM To: 'Struts Users Mailing List' Subject: Does Struts-Menu work with J2EE 1.2 (servlet 2.2 and JSP 1.1) lev el container

Does Struts-Menu work with J2EE 1.2 (servlet 2.2 and JSP 1.1) lev el container?

2003-11-17 Thread Pingili, Madhupal
Hi All, Can I use struts-menu on a J2EE 1.2 level container? I just saw on their website Dependencies section that it needs servletapi 2.3. I am getting following error while trying to use struts-menu (struts-menu.sourceforge.net) on WebSphere 4.0.4 AE (J2EE 1.2 level container): Servlet Error:

Writing content to ServletOutputStream from Struts Action

2003-10-17 Thread Pingili, Madhupal
Finally, my Struts application is running in production environment. But, 2 exceptions getting logged in log files everyday. I want to get rid of them. 1. GetDocumentContentAction: * Exception:null com.ibm.servlet.engine.srt.WriteBeyondContentLengthException at

Character Encryption on ASP page and decrypt in a Struts action

2003-10-01 Thread Pingili, Madhupal
Hi All, I am looking for a proper character encryption technique. I need to encrypt a string like A00123 on a ASP page and decrypt in a Struts Action (or a Util class used in an action). I have used 2 keys(1010 and 10101010) on each character to encrypt on a ASP page and decrypt in a Util class

[OT]How to invoke Visual Basic Objects from Java Servlet(Action in Struts)?

2003-07-16 Thread Pingili, Madhupal
Hello Everyone, I don't think I have ever seen VB word (even as misspelled) on this mailing list. But I have an interesting project where I have to use VB objects for printing/faxing purposes. These VB objects are developed by EIS vendor to be used in custom applications for printing/faxing

RE: [OT]How to invoke Visual Basic Objects from Java Servlet(Action in Struts)?

2003-07-16 Thread Pingili, Madhupal
not activeX you may have a bigger problem!) but I cant help you much with that as Ive not tried it myself.) -Original Message- From: Pingili, Madhupal [mailto:[EMAIL PROTECTED] Sent: Wednesday, 16 July 2003 22:15 To: 'Struts Users Mailing List' Subject: [OT]How to invoke Visual Basic Objects

RE: common-logging, Struts, Log4j

2003-06-26 Thread Pingili, Madhupal
I have the similar setup and works very well for me. log4j.appender.LOGFILE.File=outputfile.log where it is located? where I find it? is it physical file? It should be saved under the app. server bin dir like c:/tomcat-4.18/bin. I don't use tomcat. But websphere app. server

Can I use 2 loggers (e.g. to write to 2 files) in one Action?

2003-06-23 Thread Pingili, Madhupal
Hi All, Can I use two loggers in one Action? I have set the Commons logging to use log4j. I need to log error messages in one file and all other messages in another file. In log4j.properties, I have following lines: # log4j properties file log4j.rootLogger=DEBUG, stdout, rolling

RE: block direct access to JSP files

2003-06-20 Thread Pingili, Madhupal
Hi, All my JSPs are behind actions. But, I have html:base/ in all my JSPs. If any user looks at html source (view source in IE), it shows the complete URL for that JSP like base href=http://myapp/myWeb/SearchPage.jsp; . So, there JSP name is exposed. How can I avoid this? I have another

RE: block direct access to JSP files

2003-06-19 Thread Pingili, Madhupal
Hi, I found a thread related to this: subject: Protecting JSPs using security-constraint Basically, the solution suggested was: security-constraint web-resource-collection web-resource-nameSecureAllJSPs/web-resource-name

RE: Struts 1.1 RC1 - Error while invoking struts-validator web app in Tomcat 3.2.4

2003-06-12 Thread Pingili, Madhupal
, June 12, 2003 1:38 PM To: Pingili, Madhupal Subject: Struts 1.1 RC1 - Error while invoking struts-validator web app in Tomcat 3.2.4 hi, i have the same problem as you, ERROR [main] (MessageResourcesFactory.java:197) - MessageResourcesFactory.createFactory

RE: Loosing Objects in the Request.

2003-04-03 Thread Pingili, Madhupal
Please correct me if I am wrong about this assumption: All these Tags html:option, html:options, html:optionsCollection, logic:iterate etc (not sure how many) need bean:define Tag. That means, if we want to use html:option, we need a bean:define Tag in JSP even though we have prepared

bean:parameter can't use attribute set in request????

2003-04-02 Thread Pingili, Madhupal
I am trying to display values in a map set as request.setAttribute(map, mapObject) in an Action. JSP looks like: html:select property=selValue html:option value=Select One/html:option bean:parameter id=aMap name=map/bean:parameter logic:iterate id=element name=aMap html:option

RE: bean:parameter can't use attribute set in request????

2003-04-02 Thread Pingili, Madhupal
can't use attribute set in request On Wed, 2003-04-02 at 15:09, Pingili, Madhupal wrote: I am trying to display values in a map set as request.setAttribute(map, mapObject) in an Action. JSP looks like: html:select property=selValue html:option value=Select One/html:option

RE: dyna classes

2003-04-02 Thread Pingili, Madhupal
Currently, I am using DynaValidatorActionForm in an application for following reasons: 1. If there are new fields added in an underlying EIS and we need to incorporate in existing web pages, all we need to do is, add new fields to the form, add any required validations on these fields in

RE: bean:parameter can't use attribute set in request????

2003-04-02 Thread Pingili, Madhupal
Subject: RE: bean:parameter can't use attribute set in request On Wed, 2003-04-02 at 15:24, Pingili, Madhupal wrote: I tried that also to find the following error: javax.servlet.jsp.JspException: Cannot find bean map in any scope Here's a quick one I just threw together

Loading properties from a file and keeping them in session

2003-03-27 Thread Pingili, Madhupal
I am thinking of a mechanism to load properties (name=value pairs) from a properties file and store them in an object and finally store that object in session for using it later in the web application. Can anyone share their experience doing this kind of tasks? Thanks Reddy

RE: Loading properties from a file and keeping them in session

2003-03-27 Thread Pingili, Madhupal
? At 10:56 AM 3/27/03 -0500, you wrote: On Thu, 2003-03-27 at 10:37, Pingili, Madhupal wrote: I am thinking of a mechanism to load properties (name=value pairs) from a properties file and store them in an object and finally store that object in session for using it later in the web

RE: struts 1.1 with Iplanet App server 6.0 SP4

2003-03-27 Thread Pingili, Madhupal
I got those same errors while I tried to run struts-validator example application came with struts 1.1 RC1 in Tomcat 3.2.4 container. -Original Message- From: Miriam Aguirre [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 3:28 PM To: '[EMAIL PROTECTED]' Subject: struts

RE: struts 1.1 with Iplanet App server 6.0 SP4

2003-03-27 Thread Pingili, Madhupal
' Subject: RE: struts 1.1 with Iplanet App server 6.0 SP4 were you able to fix it ? anyone get the new struts running on a newer version of iplanet ? -Original Message- From: Pingili, Madhupal [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 12:35 PM To: 'Struts

Struts 1.1 RC1 - Error while invoking struts-validator web app in Tomcat 3.2.4

2003-03-26 Thread Pingili, Madhupal
Hello All, I am getting following error while invoking http://localhost/struts-validator/index.jsp: Root cause: java.lang.ExceptionInInitializerError: java.lang.NullPointerException at org.apache.struts.util.MessageResources.getMessageResources(MessageResourc es.java:577) at