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
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
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
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
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
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?
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
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]
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
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
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
(B
(B
(B
(B2004/11/08 $B$+$iIT:_$K$7$F$*$j$^$9!#(B2004/11/10 $B$K5"
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
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
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
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
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
17 matches
Mail list logo