Exception in startup servlet?

2000-10-26 Thread Pierre Métras
Hi all, I've move my application from the development PC to a test server. In the move, I decided to do some little adjustments in software versions: Struts 2000-08-08=> Struts 0.5 with my patches Tomcat 3.1 => Tomcat 3.2 B6 Linux RedHat 6.1 => Debian 2.2 with t

Re: newbie question regarding performance

2000-10-26 Thread Scott Sayles
Thanks. :) That's what I needed to know. - Original Message - From: Phil Grimm <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 26, 2000 6:22 PM Subject: RE: newbie question regarding performance > Scott, > > Even though you have one servlet, each request is servi

new mail archive

2000-10-26 Thread Lorin Kobashigawa
http://www.mail-archive.com/struts-user%40jakarta.apache.org/ Only goes back as far as 10/19/2000, but will indubitably become more useful as time goes on. searchable and everything. -Lkb /** * @author: Lorin Kobashigawa-Bates <[EMAIL PROTECTED]> * @title: CodeMonkey / COO - Robot6 In

RE: newbie question regarding performance

2000-10-26 Thread Phil Grimm
Scott, Even though you have one servlet, each request is serviced in the context of a seperate thread. So, I don't see any reason why having multiple servlets would help you with scalability. Phil -Original Message- From: Sayles, Scott SAXONHQ [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: newbie question regarding performance

2000-10-26 Thread Sayles, Scott SAXONHQ
Thanks for the feedback :) Unfortunately, I'm not familiar with implementing load-balancing techniques and we're probably not equipped to do anything like that anytime soon. I understand the higher level of control, convenience, etc. from using a servlet centric architecture. However, what I'm

RE: more questions from a struts newbie

2000-10-26 Thread Jeff Jarrell
got it! there are some references in the JSP files. Thanks for your help. jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 10:03 PM To: [EMAIL PROTECTED] Subject: RE: more questions from a struts newbie Hmm. I thought the

How would one update the tabular data using Struts

2000-10-26 Thread Shamdasani Nimmi-ANS004
Hi, In my struts-based application I have a JSP where I want to bring up data in a table form, from a bean, 10 rows at a time and allow the user to update this data. Does anyone know how to update the tabular data? Thanks in advance. -Nimmi

RE: newbie question regarding performance

2000-10-26 Thread McCay, Larry
Scott, Scalability can be handled by the load-balancing techniques that you apply to your site. These mechanisms may be web farm configurations or application server deployment options. For example Bluestone Software's Total-e-Server (UBS) is typically deployed across multiple application hosts

newbie question regarding performance

2000-10-26 Thread Sayles, Scott SAXONHQ
I'm relatively new to Struts and MVC based architecture for Web applications. What are the implications to using a single controlling servlet for a high volume site? i.e. do I have to worry about performace in regards to using a single ActionServlet for all our requests? Thanks Scott

RE: more questions from a struts newbie

2000-10-26 Thread Jeff Jarrell
thanks for your help. i will continue my journey. jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 10:03 PM To: [EMAIL PROTECTED] Subject: RE: more questions from a struts newbie Hmm. I thought the .tld file (yes, app.tld is w

Options/select Tag usage

2000-10-26 Thread Chris Evans
Hi, Anybody have a good example of how the select tag is used with the tag.  I've got it iterating through a string array and it displays it on the screen fine, but when I try using more than one array(one of type string, the other type long) it complains about it.  Also, how is the value saved

Re: VAJ Tomcat, JOnAS, Struts Mini HOWTO

2000-10-26 Thread See Kai Leong, Ken
Hi,   Will you be writing for JBuilder and JDeveloper also?   Regards,Ken, See Kai Leong - Original Message - From: Nikolaus Rumm To: [EMAIL PROTECTED] ; Jonas Mailing List Sent: Friday, October 20, 2000 05:25 Subject: VAJ Tomcat, JOnAS, Struts Mini HOWTO Hel

Re: more questions from a struts newbie

2000-10-26 Thread William Jaynes
At one point when I was changing the example app much as you seem to be, I needed to delete the tomcat working directory where tomcat compiles the jsps into the actual servlets that run. The directory was named /tomcat/work/localhost_8080%2Fstruts-example. I think I needed to do this because I wa