Re: Doubts with tomcat

2004-11-07 Thread Amit Gupta
Thanks David, I will definitely take care of mailing to appropriate list. Does this list member subscribe to tomcat list also. Amit Gupta - Original Message - From: "David G. Friedman" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; "Amit Gupta" <[EMAIL PROTECTE

RE: My bean cannot be found.

2004-11-07 Thread Girish Kumar K. P.
The 'hosts' should be ''d -Original Message- From: Richard [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 11:55 AM To: Struts Users Mailing List Subject: My bean cannot be found. Hello Guys, My newly created bean cannot be found please help. heres my code

RE: Doubts with tomcat

2004-11-07 Thread David G. Friedman
Amit, You really need to post questions on the appropriate list and AVOID posting to inappropriate lists. It's like the story of the boy who cried wolf. Pretty soon, you might be ignored by people who feel you are rudely and needlessly eating up their important list-reading minutes, as has been s

My bean cannot be found.

2004-11-07 Thread Richard
Hello Guys, My newly created bean cannot be found please help. heres my code <% User user = ( User ) session.getAttribute( "user" ) ; ArrayList hosts = ( ArrayList ) user.ge

Re: Doubts with tomcat

2004-11-07 Thread Amit Gupta
I have asked it in tomcat list but I wanted to know from you too that is why I mailed it here too. Bye Amit Gupta - Original Message - From: "Kailash Vasani" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, November 08, 2004 10:27 AM Subject: RE: Doub

RE: Is their any tutorial for optimizing tomcat performance?

2004-11-07 Thread Kailash Vasani
Hi, U should have asked this question in tomcat's user mailing list -Original Message- From: Amit Gupta [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 10:20 AM To: Tomcat Users List; Struts Users Mailing List Subject: Is their any tutorial for optimizing tomcat performance?

RE: Doubts with tomcat

2004-11-07 Thread Kailash Vasani
Hi again, U should have asked this in tomcat's user mailing list. -Original Message- From: Amit Gupta [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 10:13 AM To: Tomcat Users List; Struts Users Mailing List Subject: Doubts with tomcat Hello everybody, I have following secti

Is their any tutorial for optimizing tomcat performance?

2004-11-07 Thread Amit Gupta
Hi, Is their any tutorial for optimizing tomcat performance? I run it on 64 MB RAM and 64 SWAP Space. is it Ok or not? Amit Gupta Email: [EMAIL PROTECTED]

Doubts with tomcat

2004-11-07 Thread Amit Gupta
Hello everybody, I have following section in server.xml I have following queries: 1) When I start tomcat with above server.xml , it creates 9 process with same output on shell. it is /usr/java/jdk1.5.0//bin/java -Djava.endorsed.dirs=/usr/local/tomcat/common/endorsed -classpath

Re: security issue

2004-11-07 Thread Andrew Hill
You cant control what the client browser sends to the server (as hackers can spoof almost anything thats sent) so you need to treat all data from the client as suspiscious until proven otherwise! This means validating any data that is submitted to your application before your application makes

A new paradigm of Struts development

2004-11-07 Thread Tak Yoshida
Hi, I would like to introduce Page Driven development, OzStruts, to all Struts developers, which makes Struts application more clean and maintainable. I guess most of Struts developers are having same issues I had, so please take a look at my two cent idea. Any productive suggestion and critices

Naoki Ando $B$OIT:_$K$7$F$*$j$^$9!#(B

2004-11-07 Thread Naoki . Ando
(B (B (B (B2004/11/08 $B$+$iIT:_$K$7$F$*$j$^$9!#(B2004/11/10 $B$K5"

security issue

2004-11-07 Thread Muhammad Momin Rashid
Hello All, In my application, I have a scenario in which user is allowed to update the information pertaining to his/her account. The pages are localised and on the basis of this localisation, some fields are updateable in one scenario, while others are not. The problem is that a "smart enoug

RE: What is a good Struts application?

2004-11-07 Thread Robert Taylor
I would take some time and do a little research on the MVC architecture and web applications. You want to avoid business logic in your view (.jsp) and leverage other J2EE components for authentication and authorization. So, for the example below, you may want to investigate the the use of contain

What is a good Struts application?

2004-11-07 Thread heavyzseed-struts
hi, I am a newbie to Apache Struts. I'd like to know what a good Struts application looks like. In our JSP pages, should we try to avoid embedded java code but use tags? For example, i have an index.jsp page for my banking application. When a user comes to this page, it displays the login form. W

indexed form properties

2004-11-07 Thread Nathan Coast
Hi, Its been a while since I tried this (struts 1.0) and I wanted to check this is still the recommended approach for submitting a Collection or an Array property. .. and in the FormClass, you have the following methods: public Collection getItems() public MyObject getItem

Re: Remotely restart Tomcat.

2004-11-07 Thread Thomas Kellerer
On 04.11.2004 12:49 Christoph Kutzinski wrote: > AFAIk this is generally disrecommended in production environments since > there are some memory leaks in Tomcat/Struts (which are seemingly very > hard or impossible to fix) regarding webapp restart. > > The recommended way is to shut down and rest