RE: Struts web app performance improvement

2004-03-22 Thread Pingili, Madhupal
> > To:'Struts Users Mailing List' > > Subject: RE: Struts web app performance improvement > > > > What sort of box was it run on? Processor speed and number of CPUs > please. > > > > That would make a big difference. &g

RE: Struts web app performance improvement

2004-03-22 Thread Pingili, Madhupal
What sort of box was it run 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 Mai

RE: Struts web app performance improvement

2004-03-22 Thread Pingili, Madhupal
Pingili, > I am interested 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, Madhu

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: have anybody ever managed to work the ValidatorActionForm???? i don't think so!!!!

2004-03-12 Thread Pingili, Madhupal
viado el: Viernes, 12 de Marzo de 2004 11:01 a.m. > Para: Struts Users Mailing List > Asunto: Re: have anybody ever managed to work the > ValidatorActionForm i don't think so > > What is the bug in ValidatorActionForm? > > Niall > > - Original Message ---

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
e 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

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 action

RE: Need help on making Custom Validator work

2004-02-12 Thread Pingili, Madhupal
e- > From: 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

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 message

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"); userM

RE: Struts Question.

2004-01-09 Thread Pingili, Madhupal
am posting 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,

[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".

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 (ser

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 com.ibm.servlet.engine.

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

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

2003-07-16 Thread Pingili, Madhupal
> to help with this (or at least invoking activeX/OLE stuff from java - if > its > 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

[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 purpos

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 saves

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 log4j.logger.pilotE

RE: block direct access to JSP files

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

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: SecureAllJSPs *.jsp nobody

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

2003-06-12 Thread Pingili, Madhupal
Thursday, 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) - > Mess

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 , , , etc (not sure how many) need Tag. That means, if we want to use , we need a Tag in JSP even though we have prepared that(Map/List/Set/String etc) in Action( like request.setAttribute( ) ) that can be used with tag.

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

2003-04-02 Thread Pingili, Madhupal
sday, April 02, 2003 3:35 PM > To: Struts Users Mailing List > Subject: RE: 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: C

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 val

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

2003-04-02 Thread Pingili, Madhupal
Re: 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: > > > >

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: Problem is, expects a request parameter with name "map". I get the following error: javax.servlet.jsp.JspException: No parameter map was included in this request

RE: struts 1.1 with Iplanet App server 6.0 SP4

2003-03-27 Thread Pingili, Madhupal
sers Mailing List' > 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:[EMA

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: str

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

2003-03-27 Thread Pingili, Madhupal
info you > needed to put into application (or session) scope? > > > > 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 > > > p

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 -

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) >