Struts Validation

2005-09-29 Thread Samara, Fadi N Mr ACSIM/ASPEX
Dear list, I have a very simple form that I am validating. I enables the plugin and the validation works fine, but when I submit an empty form, it shows NULL instead of picking the correct msg for the particular field from the properties files. Any idea why this is happening ? I tried all

RE: Struts Validation

2005-09-29 Thread Phillip Qin
You need to copy some messages from validator-rules.xml's commented out block. -Original Message- From: Samara, Fadi N Mr ACSIM/ASPEX [mailto:[EMAIL PROTECTED] Sent: September 29, 2005 12:44 PM To: 'tomcat-user@jakarta.apache.org' Subject: Struts Validation Dear list, I have a very

RE: Struts Validation

2005-09-29 Thread Raghupathy,Gurumoorthy
Send your ApplicationResource.properties and alsi the struts-config.xml -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: 29 September 2005 17:52 To: Tomcat Users List Subject: RE: Struts Validation You need to copy some messages from validator-rules.xml's commented

Struts, JSP 2.0 and Jasper2 compiler/code generation error

2005-09-13 Thread Clark Wright
I am running into a class hierarchy mismatch with taglibs and jasper2 out of tomcat 5.5 and precompiling jsp pages built with the struts taglibs. I have: Jboss AS 4.0.2 Tomcat 5.5 (bundled) Struts 1.2.4 The error I am getting at compile time is: [javac] F:\Sandboxes\Projects\rainier-1

TagHandlerPool, Struts 1.2.7 and Tomcat 5.5

2005-08-24 Thread javendo
Hi, I am trying to port a web-application originally written with Tomcat 4.1 to Tomcat 5.5. The application uses struts and throws the following exception when launched: 23:34:22,953 ERROR [login_jsp]] Servlet.service() for servlet login.login_jsp threw exception

RE: Tomcat 5.5.9 with Struts 1.2.7 - ClassCastException - looks like a Tomcat bug

2005-08-18 Thread stewart.cambridge
: Christian Dionne [mailto:[EMAIL PROTECTED] Sent: 17 August 2005 14:14 To: 'Struts Users Mailing List' Subject: RE: Tomcat 5.5.9 with Struts 1.2.7 - ClassCastException - looks like a Tomcat bug Hi Stewart, I had the same problem and I received a great answer on this mailing list a few days ago

tomcat 5.5.7 + struts problem

2005-08-16 Thread Jiang, Peiyun
What is happening here? I'm running tomcat 5.5.7 as Windows service. It's working with tomcat 5.0 as service. Why 5.5.7 does not have start scripts? Thanks. Peiyun --- java.lang.ClassCastException: org.apache.struts.taglib.html.MessagesTei

Problem with navigating a struts based webapp after logging in

2005-08-04 Thread Sujit Gangadharan
Hi We have a struts based web application running under Tomcat 4.1.12. There is this random issue that happens with certain users. The user logs in using the domain name, say http://www.xyz.com, he gets redirected to https://www.xyz.com. After the user logs in, he gets kicked out back to login

Re: Re: Tomcat Struts Datasource problem

2005-07-29 Thread Anoop kumar V
) Kris74 De: Anoop kumar V [EMAIL PROTECTED] A: Kris74 [EMAIL PROTECTED], Tomcat Users List tomcat-user@jakarta.apache.org Objet: Re: Tomcat Struts Datasource problem Date: Thu, 28 Jul 2005 14:50:21 -0400 Did you check out this link: a href=http://jakarta.apache.org/tomcat/tomcat

Re: Tomcat Struts Datasource problem

2005-07-28 Thread Anoop kumar V
Did you check out this link: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html HTH, Anoop On 7/27/05, Kris74 [EMAIL PROTECTED] wrote: Thank you for your answer on my topic. I am using Tomcat 5, (I have 2 versions : 5.0.28 and 5.5.9) I have post also in

Re: http session lost between struts action

2005-06-27 Thread angelina zh
Jack, I dont understand why you keep saying there is nothing worng. The session got established at the log in page and kept valid in the security re-diredct pages till the welcome page. Then session got lost. Why there is nothing wrong with it? The session id did not get lost, just the http

Re: http session lost between struts action

2005-06-27 Thread David Smith
Check these: 1. Your browser is accepting cookies 2. Your links are being generated by taglibs that insure the jsessionid is attached if needed. I say if needed because if tomcat is getting a valid session cookie from your browser, the jsessionid won't be added to the link. They don't both

Re: http session lost between struts action

2005-06-27 Thread delbd
Don't know if it is related, but a note on an issue in session tracking we got here (an how we soluced it) We got the following scenario: 1) someone get a link to a struts form in an email 2) He get to the page by clicking on link 3) The page is in a 'secure' area, meaning he gets a popup from

Re: http session lost between struts action

2005-06-27 Thread angelina zh
David, Thanks a lot for your help. My browser accepts cookies. Actually I inspected the cookies as well as the session object when I was debugging. The cookies is a valid array with valid sessionId inside and the method isRequestedSessionIdFromCookie() returns true as long as the http

RE: http session lost between struts action

2005-06-27 Thread Raghupathy,Gurumoorthy
Message- From: angelina zh [mailto:[EMAIL PROTECTED] Sent: 27 June 2005 17:18 To: Tomcat Users List Subject: Re: http session lost between struts action David, Thanks a lot for your help. My browser accepts cookies. Actually I inspected the cookies as well as the session object when I

RE: http session lost between struts action

2005-06-27 Thread Frank W. Zammetti
= request.getSession(true); will always create a new session Regards Guru -Original Message- From: angelina zh [mailto:[EMAIL PROTECTED] Sent: 27 June 2005 17:18 To: Tomcat Users List Subject: Re: http session lost between struts action David, Thanks a lot for your help. My browser accepts

RE: http session lost between struts action

2005-06-27 Thread angelina zh
); will always create a new session Regards Guru -Original Message- From: angelina zh [mailto:[EMAIL PROTECTED] Sent: 27 June 2005 17:18 To: Tomcat Users List Subject: Re: http session lost between struts action David, Thanks a lot for your help. My browser accepts cookies

Re: http session lost between struts action

2005-06-27 Thread David Smith
You might want to setup the Request Dumper Valve (*org.apache.catalina.valves.RequestDumperValve*.) and see if that offer's any insight. I suspect the cookie isn't being returned in subsequent requests after the welcome page. Unfortunately, I don't have enough info about your setup to even

RE: http session lost between struts action

2005-06-27 Thread Medha Parathasarathy
-Original Message- From: angelina zh [mailto:[EMAIL PROTECTED] Sent: 27 June 2005 17:18 To: Tomcat Users List Subject: Re: http session lost between struts action David, Thanks a lot for your help. My browser accepts cookies. Actually I inspected the cookies as well

Re: http session lost between struts action

2005-06-26 Thread Torsten Römer
But they use Struts, where URL rewriting is done automatically if cookies are disabled, presumed the relevant tags are used rather than plain HTML links, for example. Maybe that's the problem, that in some link, form action or redirect the jsessionid is missing. Then of course the session

Re: http session lost between struts action

2005-06-26 Thread Dakota Jack
There is nothing wrong. You don't have a new session in your browser. On 6/23/05, angelina zh [EMAIL PROTECTED] wrote: Hi, Can anyone please help me on this session lost issue? Here is the problem I am getting: -- If I open a IE 6.0 browser and log into the web site we are developing,

Re: http session lost between struts action

2005-06-26 Thread Dakota Jack
Again there is nothing wrong, so the fix does not help. ///;-) On 6/23/05, angelina zh [EMAIL PROTECTED] wrote: Michael, Thank you so much for your reply. The login page is a JSP page. In the JSP page, the login form's mothod is post and the action is a struts action. After login, we

Re: http session lost between struts action

2005-06-26 Thread Dakota Jack
Again, there is no problem, so don't accept any solutions. You leave some (most actually) open and the session remains open. On 6/26/05, Torsten Römer [EMAIL PROTECTED] wrote: But they use Struts, where URL rewriting is done automatically if cookies are disabled, presumed the relevant tags

Re: http session lost between struts action

2005-06-24 Thread Charl Gerber
. In the JSP page, the login form's mothod is post and the action is a struts action. After login, we did some internal redircts for security checking and then take the user to the welcome page. The welcome page is generated from XML using xslt. We have a FrontController which extends

http session lost between struts action

2005-06-23 Thread angelina zh
Hi, Can anyone please help me on this session lost issue? Here is the problem I am getting: -- If I open a IE 6.0 browser and log into the web site we are developing, I get into a welcome page with a few of link options. In the login action class, we set some attributes into the session.

Re: http session lost between struts action

2005-06-23 Thread Michael Jouravlev
On 6/23/05, angelina zh [EMAIL PROTECTED] wrote: -- If I open a IE 6.0 browser and log into the web site we are developing How do you log in? Do you navigate to static HTML page, to JSP page, to Struts login action? Who generates this page or where this page is being forwarded from

Re: http session lost between struts action

2005-06-23 Thread angelina zh
Michael, Thank you so much for your reply. The login page is a JSP page. In the JSP page, the login form's mothod is post and the action is a struts action. After login, we did some internal redircts for security checking and then take the user to the welcome page. The welcome page

tomcat unable to serve struts action

2005-06-14 Thread mbrett-mitchell
Hi, I have an application using Apache 2.0.54, Tomcat 5.0.27 Struts 1.1 on a Windows 2003 SP1 box. *.jsp and *.do get forwarded to Tomcat for processing. When a particular folder is requested in a URL with no filename, I want a struts action to get called. For example http://test.site.com

RE: tomcat unable to serve struts action

2005-06-14 Thread Allistair Crossley
I think it's odd that /index.do is coming through from Apache and it throws an error. Known alternatives are URL rewriting and creating a JSP that contains a call to the action using a redirect/forward. There's an example of doing this in the struts-example webapp where they forward using

Re: tomcat unable to serve struts action

2005-06-14 Thread Anto Paul
On 6/14/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I have an application using Apache 2.0.54, Tomcat 5.0.27 Struts 1.1 on a Windows 2003 SP1 box. *.jsp and *.do get forwarded to Tomcat for processing. When a particular folder is requested in a URL with no filename, I want

Tomcat Struts form population problem in PRODUCTION

2005-06-07 Thread Mark Benussi
I am submitting a Struts form in my live application but the values seem to be getting lost between my browser and the population of my ActionForm. This only happens if the login page is the first request of the session. If you click around on the site (even once) and then submit the form

Re: Tomcat Struts form population problem in PRODUCTION

2005-06-07 Thread Anto Paul
On 6/7/05, Mark Benussi [EMAIL PROTECTED] wrote: I am submitting a Struts form in my live application but the values seem to be getting lost between my browser and the population of my ActionForm. This only happens if the login page is the first request of the session. If you click

Tomcat 5 and STRUTS

2005-06-02 Thread Søren Blidorf
Hi. I am getting a new server and want to install the tomcat 5 instead of the 4.1. I am using STRUTS!!! Does that give any major problems Soren, DK Nolas Consulting - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Tomcat 5 and STRUTS

2005-06-02 Thread David Short
Nope. I'm using Struts and Tomcat 5.5.x without issue. Just follow the Struts documentation. -Original Message- From: Søren Blidorf [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 9:00 AM To: tomcat-user@jakarta.apache.org Subject: Tomcat 5 and STRUTS Hi. I am getting a new

load-on-startup, but in Struts?

2005-05-31 Thread Nikola Milutinovic
Hi all. Maybe this isn't a good list for this, but here goes. I know how to define load-on-startup for a Java Web Application, no problem there. My question is how do I do it for a Struts application? The trick is, I'd like to load some application parameters from the DB

Re: struts validation frame work

2005-05-24 Thread Will Hartung
From: Rahul Akolkar [EMAIL PROTECTED] Sent: Monday, May 23, 2005 9:43 PM Not all validations can/should be done client-side. -Rahul To expand, even validations done on the client side must be done again on the server side. Never trust your client. But for client side validation is still a

Re: New to struts

2005-05-23 Thread Dakota Jack
Raja you would be much better off to read the manuals and books already available on Struts. They will be more helpful to you than some offhand stuff here on the list. Also, there is a Struts list which would be more appropriate and more helpful to you than this list on this question. Good luck

struts validation frame work

2005-05-23 Thread raja buddha
Hi all In struts why do we need validation frame work we have java script to do validations. Is there any extra advantage of using the validation frame work Regards raj _ On the road to retirement? Check out MSN Life

Re: struts validation frame work

2005-05-23 Thread Rahul Akolkar
Not all validations can/should be done client-side. -Rahul On 5/24/05, raja buddha [EMAIL PROTECTED] wrote: Hi all In struts why do we need validation frame work we have java script to do validations. Is there any extra advantage of using the validation frame work Regards raj

New to struts

2005-05-22 Thread raja buddha
Hi, I am new to struts, I have installed tomcat on my system. Can any body please let me the steps how to configure and run the struts on my tomcat server. Please exaplane me what are the jar files are need and let me know where to keep thouse jar files. Please explain indetail

Struts

2005-05-21 Thread raja buddha
Hi all , I am new to this group. Pls let me know to which email id i need to subscribe to post struts doubts. Regards Raja _ Is your PC infected? Get a FREE online computer virus scan from McAfee® Security. http

Re: Struts

2005-05-21 Thread Mark Thomas
raja buddha wrote: I am new to this group. Pls let me know to which email id i need to subscribe to post struts doubts. See http://struts.apache.org/using.html#Lists - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Struts

2005-05-21 Thread Richard Mixon (qwest)
raja buddha mailto:[EMAIL PROTECTED] scribbled on Saturday, May 21, 2005 3:20 PM: Hi all , I am new to this group. Pls let me know to which email id i need to subscribe to post struts doubts. Raja, you should point your browser over to Struts project at http://struts.apache.org . First

RE: Struts

2005-05-21 Thread Richard Mixon (qwest)
raja buddha mailto:[EMAIL PROTECTED] scribbled on Saturday, May 21, 2005 3:20 PM: Hi all , I am new to this group. Pls let me know to which email id i need to subscribe to post struts doubts. Raja, you should point your browser over to Struts project at http://struts.apache.org . First

RE: Struts

2005-05-21 Thread raja buddha
Hi Please let me know what are all the discussion forums are there for struts. Prem From: Richard Mixon (qwest) Reply-To: Tomcat Users List To: 'Tomcat Users List' Subject: RE: Struts Date: Sat, 21 May 2005 15:37:44 -0700 raja buddha scribbled on Saturday, May 21, 2005 3:20 PM: Hi

RE: Struts

2005-05-21 Thread Richard Mixon (qwest)
raja buddha mailto:[EMAIL PROTECTED] scribbled on Saturday, May 21, 2005 4:32 PM: Hi Please let me know what are all the discussion forums are there for struts. Prem Raja/Prem, In my original post I gave you that information. If you are asking what additional forms

RE: Struts

2005-05-21 Thread Richard Mixon (qwest)
raja buddha mailto:[EMAIL PROTECTED] scribbled on Saturday, May 21, 2005 4:32 PM: Hi Please let me know what are all the discussion forums are there for struts. Prem Raja/Prem, In my original post I gave you that information. If you are asking what additional forms

Can't Undeploy Struts Applications

2005-05-19 Thread Harry Hartley
Is this a bug? So, I deploy the struts-blank webapp to my webapps directory under tomcat. Everything works fine. Then I try to undeploy it under the manager, and it responds the a message, context undeployed. But when I do a list under the tomcat manager it is still there. If I

Tomcat 5.0.28; Struts 1.2.4 - - FileUploadException

2005-04-27 Thread Sweeney, Bill
Hi All - We are using the Struts fileupload. Periodically (on the order of 100 of 3000 uploads) we get the error below where the upload request fails with a Read timed out: SEVERE: Failed to parse multipart request org.apache.commons.fileupload.FileUploadException: Processing of multipart

Struts, Tomcat 5.0, JBuilder JPetstore

2005-04-06 Thread Folashade Adeyosoye
Was wondering if anyone has successfully loaded JPetStore Demo into JBuilder 2005. After trying and compiling not all the classes were compiled Struts JBuilder JDK 1.5 Tomcat 5 iBatis DAO iBatis SQLMapper - To unsubscribe, e

Re: Tomcat Struts = Problems with my first page

2005-03-19 Thread Jim Theodoridis
In the /WEB-INF/web.xml of your application u must have !-- The Usual Welcome File List -- welcome-file-list welcome-fileindex.jsp/welcome-file /welcome-file-list to describe wich is the first page open when someone access your application Lost World wrote: You cannot access the jsp like

Tomcat Struts = Problems with my first page

2005-03-18 Thread PGibbonsX
Hi There, I've created MyFirstStrutsPage.jsp: %@ page language=java % %@ taglib uri=/struts-bean.tld prefix=bean % %@ taglib uri=/struts-html.tld prefix=html % %@ taglib uri=/struts-logic.tld prefix=logic % html:html locale=true head titleTest Struts Page/title html:base/ /head

RE: Tomcat Struts = Problems with my first page

2005-03-18 Thread Ramu, Vinod
This has to do with the applicationresources.properties files that you have configured in your struts-config.xml. It's not able to find the properties file that you have specified under the message-resources XML element, in the struts xml config file. This properties file can be placed under any

Re: Tomcat Struts = Problems with my first page

2005-03-18 Thread Lost World
ARe you requesting by typing in the browser http://localhost:8080/MyFirstStrutsPage.jsp? --- [EMAIL PROTECTED] wrote: Hi There, I've created MyFirstStrutsPage.jsp: %@ page language=java % %@ taglib uri=/struts-bean.tld prefix=bean % %@ taglib uri=/struts-html.tld prefix=html

Re: Tomcat Struts = Problems with my first page

2005-03-18 Thread PGibbonsX
Yes, this is correct..

Re: Tomcat Struts = Problems with my first page

2005-03-18 Thread Lost World
You cannot access the jsp like http://localhost:8080/MyFirstPage.jsp You should use Sturts-config to map your action to that JSP page. Then you should access the page which looks similar to http://localhost:8080/FirstAction.do --- [EMAIL PROTECTED] wrote: Yes, this is correct..

Tomcat 5.0.28 http not redirecting to https with Struts

2005-03-14 Thread ADNAN TARIQ
---BeginMessage--- ---End Message--- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 5.5.7 deployer ExceptionInInitializer error in Struts getMessageResources

2005-02-15 Thread Richard Mixon (qwest)
When I use the client deployer to compile my web app I am getting this error under SuSE Linux (SLES9). Under Windows XP it deploys fine. It seems sort of puzzling as to why the deployer is running the Struts org.apache.struts.util.MessageResources.getMessageResources during a compile. Here

Re: Tomcat 5.5.7 deployer ExceptionInInitializer error in Struts getMessageResources

2005-02-15 Thread sven morales
web app I am getting this error under SuSE Linux (SLES9). Under Windows XP it deploys fine. It seems sort of puzzling as to why the deployer is running the Struts org.apache.struts.util.MessageResources.getMessageResources during a compile. Here is a the output: [EMAIL PROTECTED

RE: Tomcat 5.5.7 deployer ExceptionInInitializer error in Struts getMessageResources

2005-02-15 Thread Richard Mixon (qwest)
-deployer -Original Message- From: sven morales [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 1:31 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.7 deployer ExceptionInInitializer error in Struts getMessageResources Hi, What do you mean by Under Windows XP it deploys fine

RE: Tomcat 5.5.7 deployer ExceptionInInitializer error in Struts getMessageResources

2005-02-15 Thread Richard Mixon (qwest)
-Original Message- From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 1:58 PM To: Tomcat Users List Subject: RE: Tomcat 5.5.7 deployer ExceptionInInitializer error in Struts getMessageResources Sven, Sorry I was unclear. I should have said that under

Tomcat 5 Struts

2005-02-02 Thread Paolo Audiberti
All, I'm having a class not found issue running an application that uses Struts 1.0 in Tomcat 5.0.25. Tomcat fires up and the application deploys properly. When I hit the index.jsp page I get the following exception: java.lang.ClassNotFoundException: org.apache.struts.taglib.html.MessagesTei

permissions error deploying struts application

2005-01-21 Thread Adam Jenkins
Hi All, I'm getting a weird error deploying a web-app with taglibs in tomcat 5.5.4. When I try to access the root of the directory, it works ok (no problems listing files, hitting welcome page etc. However it drops the following into the catalina logs. I've given everyone rwx access to the

[OT] a website run on Tomcat and powered by Struts

2005-01-19 Thread t t
Hi, all, I just updated www.sportslovers.net using tiles. Take a look. Any comments or suggestions will be appreciated! T.T. - Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses.

Re: [OT] a website run on Tomcat and powered by Struts

2005-01-19 Thread Larry Meadors
Gah! Get rid of that book.gif, that looks like something from a late 80's BBS. ;-) Grab one from here instead: http://art.gnome.org/art-icons/ Larry On Wed, 19 Jan 2005 06:59:07 -0800 (PST), t t [EMAIL PROTECTED] wrote: Hi, all, I just updated www.sportslovers.net using tiles. Take a look.

Re: [OT] a website run on Tomcat and powered by Struts

2005-01-19 Thread t t
Thanks. I will think about it. T. T. Larry Meadors [EMAIL PROTECTED] wrote: Gah! Get rid of that book.gif, that looks like something from a late 80's BBS. ;-) Grab one from here instead: http://art.gnome.org/art-icons/ Larry On Wed, 19 Jan 2005 06:59:07 -0800 (PST), t t wrote: Hi, all, I

RE: [OT] a website run on Tomcat and powered by Struts

2005-01-19 Thread Mike Jackson
and powered by Struts Hi, all, I just updated www.sportslovers.net using tiles. Take a look. Any comments or suggestions will be appreciated! T.T. - Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses

RE: [OT] a website run on Tomcat and powered by Struts

2005-01-19 Thread t t
, January 19, 2005 6:59 AM To: Tomcat Users List Subject: [OT] a website run on Tomcat and powered by Struts Hi, all, I just updated www.sportslovers.net using tiles. Take a look. Any comments or suggestions will be appreciated! T.T. - Do you Yahoo

[OT] Powered by Struts

2005-01-10 Thread t t
Happy new year! If you are a sports lover, or Tomcat lover, or Struts lover, please take a look at this website: www.sportslovers.net . It's based on Struts, and running on Tomcat. Sorry if this email bothers you. - Do you Yahoo!? The all-new My

Re: Re: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27)

2005-01-08 Thread Ryan Stewart
that's how it's implemented. -Original Message- From: David Johnson[EMAIL PROTECTED] To: Tomcat Users Listtomcat-user@jakarta.apache.org Date: Thu Jan 06 07:40:27 PST 2005 Subject: Re: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27) Cool. Thanks the question is how do I

Re: How to combine normal servlets and struts inside Tomcat application

2005-01-06 Thread QM
On Wed, Jan 05, 2005 at 07:36:16PM -0800, Manisha Sathe wrote: : I have 2 sets of programms running on Tomcat 5.0 : 1)one set is using normal servlet program architecture.2)another is using struts technology. This together makes whole application. Eventually the whole application

RE: How to combine normal servlets and struts inside Tomcat application

2005-01-06 Thread Allistair Crossley
This will work fine. You can still define normal servlets and struts actions in the same web.xml. Remember that Struts only handles servlets that match a mapping, typically like *.do whilst your other servlets will have their own mapping. They can all co-exist happily. Allistair

Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27)

2005-01-06 Thread chachany
Hi all I'm working on an application currently that is experiencing some intermittent memory problems when installed onto our integration test server, but not on the development staff's local laptops. I have attempted to increase the maximum memory available to Tomcat by creating a global

RE: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27)

2005-01-06 Thread Allistair Crossley
is tomcat restarting the web application when you compile these jsps? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 06 January 2005 14:25 To: tomcat-user@jakarta.apache.org Subject: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27) Hi

RE: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27)

2005-01-06 Thread SANTOS, DANIEL \(SBCSI\)
or 1.3 and up). But the -Xverbosegc works all the way back to 1.1 if I'm correct. Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 8:25 AM To: tomcat-user@jakarta.apache.org Subject: Out of Memory when compiling JSP (Struts app

RE: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27)

2005-01-06 Thread Dale, Matt
: RE: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27) Chachany, It sounds like it's using the default of -Xmx64m. Probably the best way to troubleshoot out or memory errors is to see what is really happening with garbage collecting, the same way that you tune it. If you can add

Re: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27)

2005-01-06 Thread David Johnson
with -XX:MaxPermSize=128M -Original Message- From: SANTOS, DANIEL (SBCSI) [mailto:[EMAIL PROTECTED] Sent: 06 January 2005 14:57 To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27) Chachany, It sounds like it's using

RE: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27)

2005-01-06 Thread Allistair Crossley
of Memory when compiling JSP (Struts app on Tomcat 4.1.27) Cool. Thanks the question is how do I get all of these options working when tomcat runs as a service... On Thu, 6 Jan 2005 15:28:30 -, Dale, Matt [EMAIL PROTECTED] wrote: It could also be that the Permanent Generation

How to combine normal servlets and struts inside Tomcat application

2005-01-05 Thread Manisha Sathe
I have 2 sets of programms running on Tomcat 5.0 1)one set is using normal servlet program architecture.2)another is using struts technology. This together makes whole application. Eventually the whole application will be in struts, but currently i have half in servlet and half in struts

RE: Newbie question on Database and struts

2005-01-04 Thread Phillip Qin
To: tomcat-user@jakarta.apache.org Subject: Newbie question on Database and struts I am new to struts (even new to java also) I have one form developed in struts. What i want to do is depending on form values, run sql qry in Action form, get result set and display it on JSP. I have created

Re: Newbie question on Database and struts

2004-12-27 Thread Dustin
This isn't exactly answering your question but... Check out iBATIS SQL Maps: http://www.ibatis.com/common/sqlmaps.html I won't go into how to use it. They have an excellent manual and tutorial. It is ridiculously easy to learn and use. Especially with Struts. Basically, you set up a query

Re: How to configure struts enable application to reload

2004-12-27 Thread QM
On Mon, Dec 27, 2004 at 10:31:41AM +0530, Amit Gupta wrote: : My Concern is that whenever I deploy finished application to give demo to : clinet, I need to realod application at hosting server. As said I cannot do it : due to lack of access to tomcat manager. Chances are, they won't give you JMX

RE: Newbie question on Database and struts

2004-12-27 Thread Amit Gupta
on Database and struts This isn't exactly answering your question but... Check out iBATIS SQL Maps: http://www.ibatis.com/common/sqlmaps.html I won't go into how to use it. They have an excellent manual and tutorial. It is ridiculously easy to learn and use. Especially with Struts. Basically, you set

Re: How to configure struts enable application to reload

2004-12-26 Thread QM
On Mon, Dec 27, 2004 at 09:53:17AM +0530, Amit Gupta wrote: : I am giving demo of my Struts based application on a hosting server. I don't : have access to tomcat manager application to reload my demo. Can I do : something on my part to automatically reload my application whenever I update : any

RE: How to configure struts enable application to reload

2004-12-26 Thread Amit Gupta
27, 2004 10:09 AM To: Tomcat Users List Subject: Re: How to configure struts enable application to reload On Mon, Dec 27, 2004 at 09:53:17AM +0530, Amit Gupta wrote: : I am giving demo of my Struts based application on a hosting server. I don't : have access to tomcat manager application to reload

How to configure struts enable application to reload

2004-12-26 Thread Amit Gupta
Hi, I am struggling with a problem. I am giving demo of my Struts based application on a hosting server. I don't have access to tomcat manager application to reload my demo. Can I do something on my part to automatically reload my application whenever I update any class in application

RE: Newbie question on Database and struts

2004-12-23 Thread John Najarian
: Thursday, December 23, 2004 7:25 PM To: tomcat-user@jakarta.apache.org Subject: Newbie question on Database and struts I am new to struts (even new to java also) I have one form developed in struts. What i want to do is depending on form values, run sql qry in Action form, get result set and display

RE: Newbie question on Database and struts

2004-12-23 Thread Amit Gupta
you to pass data to JSP page. -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: Friday, December 24, 2004 8:55 AM To: tomcat-user@jakarta.apache.org Subject: Newbie question on Database and struts I am new to struts (even new to java also) I have one form

RE: Newbie question on Database and struts

2004-12-23 Thread Amit Gupta
(i); ... } With regards, Amit Gupta -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: Friday, December 24, 2004 8:55 AM To: tomcat-user@jakarta.apache.org Subject: Newbie question on Database and struts I am new to struts (even

RE: Newbie question on Database and struts

2004-12-23 Thread Manisha Sathe
@jakarta.apache.org Subject: Newbie question on Database and struts I am new to struts (even new to java also) I have one form developed in struts. What i want to do is depending on form values, run sql qry in Action form, get result set and display it on JSP. I have created a databean for the results

Re: Newbie question on Database and struts

2004-12-23 Thread Sharad Ramadas
You dont need an array of data beans. Store your data bean in an ArrayList or in a Vector. e.g ArrayList empList = new ArrayList(); Employee emp = null; while(rst.next()) { emp = new Employee(); /* Fill the employee object with the records from the database. */

RE: Newbie question on Database and struts

2004-12-23 Thread Goel, Manish Kumar
, December 24, 2004 9:40 AM To: Tomcat Users List Subject: RE: Newbie question on Database and struts what i mean to array of databeans means - I have created employee data bean and for each row of result set i am creating one object of bean. So in a way i will get array of databeans. regards

RE: Struts application

2004-12-13 Thread Shapira, Yoav
Hi, succesfully served. Something important: I used J2SE 5.0, since it's a REQUISITE for running v5.5 (and I haven't been able to find the famous RUNNING.txt file - or any other document, for what it matters - where those details for using v5.5 along with Java v1.4 are professedly explained).

RE: Struts application

2004-12-13 Thread Freddy Villalba A.
print? :) Just that. Again, thanx 4 everything. Regards everybody, Freddy. -Mensaje original- De: Shapira, Yoav [mailto:[EMAIL PROTECTED] Enviado el: lunes, 13 de diciembre de 2004 17:55 Para: Tomcat Users List; [EMAIL PROTECTED] Asunto: RE: Struts application Hi, succesfully served

Struts application

2004-12-13 Thread Freddy Villalba A.
Hello everyone, I'm facing some problems with Struts on a Tomcat server. I'm looking for my own answers. However, input from both groups would be appreciated. I just downloaded Tomcat v5.5 and installed on an XP Professional box. No problem. I've been running and testing without trouble

Tomcat 5 + Struts 1.2.6 + Apache 1.3 + Egroupware on Solaris 8

2004-12-12 Thread Richard Reyes
Hello Guys, I am about to setup these applications. Have anyone setup something like this? I hope that you can send me guidelines, trouble spots and maybe documentations for the exact os and application versions. Thanks in advance. Richard

RE: minor glitch struts-config.xml tomcat 5.0.30

2004-12-03 Thread Shapira, Yoav
: minor glitch struts-config.xml tomcat 5.0.30 ... The default server/webapps/admin/WEB-INF/struts-config.xml on tomcat 5.0.30 uses DOCTYPE that is incorrect. The DOCTYPE should use: http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd; The config_1_0.dtd results in catalina.out: Dec 2

Re: minor glitch struts-config.xml tomcat 5.0.30

2004-12-03 Thread D. Stimits
Shapira, Yoav wrote: Hi, I posted this a couple of days ago: http://marc.theaimsgroup.com/?l=tomcat-userm=110184784714876w=2. Yes, I had seen this, but I made a 1 character mistake when editing to put that in. The partial edit made the admin app work, but what I had failed to do was to edit the

minor glitch struts-config.xml tomcat 5.0.30

2004-12-02 Thread D. Stimits
Just posting a note for people doing google searches. The default server/webapps/admin/WEB-INF/struts-config.xml on tomcat 5.0.30 uses DOCTYPE that is incorrect. The DOCTYPE should use: http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd; The config_1_0.dtd results in catalina.out: Dec

Re: minor glitch struts-config.xml tomcat 5.0.30

2004-12-02 Thread D. Stimits
D. Stimits wrote: Just posting a note for people doing google searches. The default server/webapps/admin/WEB-INF/struts-config.xml on tomcat 5.0.30 uses DOCTYPE that is incorrect. The DOCTYPE should use: http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd; The config_1_0.dtd results

  1   2   3   4   5   >