Re: [S2] Accept-language problem with tomcat/struts/tiles

2009-01-14 Thread Andreas Sachs
> Version of Tiles? Thanks for this question. After upgrading from 2.1.0 to 2.1.1 the problem disappeared. Andi - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.a

Re: [S2] Accept-language problem with tomcat/struts/tiles

2009-01-14 Thread Antonio
2009/1/14 Andreas Sachs : > i have a strange problem with tomcat/struts/tiles. I'm not sure which > component is responsible. >... > Environment: > Windows Vista > Tomcat 5.5 > Struts 2.0.14 Version of Tiles? Antonio --

[S2] Accept-language problem with tomcat/struts/tiles

2009-01-14 Thread Andreas Sachs
Hello, i have a strange problem with tomcat/struts/tiles. I'm not sure which component is responsible. If i start tomcat, wait some seconds and access my application everything will work fine. If i start tomcat and immediately access my application, it only works with firefox and not wi

Re: tomcat/struts ---> flash/.swf >> hang problem

2008-05-08 Thread Doug Lochart
PROTECTED]> wrote: >> john lee wrote: >> >>> Any expert can tell me why for the following? >>> >>> i have an flash file (.swf), it is running fine under regular apache >>> server. >>> >>> But, it hang forever after i put it unde

Re: tomcat/struts ---> flash/.swf >> hang problem

2008-05-08 Thread Laurie Harper
tks in advance again. john Laurie Harper <[EMAIL PROTECTED]> wrote: john lee wrote: Any expert can tell me why for the following? i have an flash file (.swf), it is running fine under regular apache server. But, it hang forever after i put it under tomcat/struts home directory.

Re: tomcat/struts ---> flash/.swf >> hang problem

2008-05-08 Thread john lee
ain. john Laurie Harper <[EMAIL PROTECTED]> wrote: john lee wrote: > Any expert can tell me why for the following? > > i have an flash file (.swf), it is running fine under regular apache server. > > But, it hang forever after i put it under tomcat/struts home directory. W

Re: tomcat/struts ---> flash/.swf >> hang problem

2008-05-07 Thread Laurie Harper
john lee wrote: Any expert can tell me why for the following? i have an flash file (.swf), it is running fine under regular apache server. But, it hang forever after i put it under tomcat/struts home directory. What do you mean by 'hang forever'? Do you mean the browse

tomcat/struts ---> flash/.swf >> hang problem

2008-05-07 Thread john lee
Hi, Any expert can tell me why for the following? i have an flash file (.swf), it is running fine under regular apache server. But, it hang forever after i put it under tomcat/struts home directory. tks in advance john - Be a

Re: OT: Tomcat struts-2.0.9 noClassDefFoundError

2007-08-05 Thread Zoran Avtarovski
Hi Dale, I should preface this by saying that we have only used Tomcat 6 and have found it to be great, no issues until this. Solid, fast, no complaints at all. I found a post on the Tomcat Users list from Frank Zammetti which looked pretty similar, which meant it wasn't a Mac issue (phew). Frank

Re: OT: Tomcat struts-2.0.9 noClassDefFoundError

2007-08-04 Thread Dale Newfield
Zoran Avtarovski wrote: Does anybody have any experience with Tomcat 6. Should I be downgrading back to 5.5? This project is slated to go into production in 6 weeks and the last thing I want is a similar issue a few months into its deployment. I have a project I've been developing against tomca

Re: OT: Tomcat struts-2.0.9 noClassDefFoundError

2007-08-04 Thread Zoran Avtarovski
Just a quick update on this. After spending the better part of the day and in complete desperation (please, let get my frustration out) I downloaded the latest version of Tomcat (6.0.13 as opposed 6.0.10 previously) and it all worked fine. WTF is that about. This untouched setup has been working f

OT: Tomcat struts-2.0.9 noClassDefFoundError

2007-08-04 Thread Zoran Avtarovski
I know this is a little off topic but I'm lost as to where to start. We're currently working on an app and when I went to start Tomcat this morning I got a java.lang.NoClassDefFoundError: javax/servlet/Filter. This installation has been working fine for months and the only change was when I upgra

Eclipse WTP/Tomcat/Struts 2 - 404 error

2007-04-06 Thread Manickam-Periaswamy . Vignesh
Hi all This might sound off topic, but I had already posted this in Eclipse WTP newsgroup, but couldn't resolve it yet. So I thought someone here might have already faced this problem. I configured Eclipse WTP for a struts-enabled web application. When I ran my application using "run on server

RE: tomcat/struts...

2006-10-05 Thread RoseIndia.net Help
HI, Try http://www.roseindia.net/struts Regards Deepak Kumar -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of maya Sent: Wednesday, October 04, 2006 9:13 PM To: user@struts.apache.org Subject: tomcat/struts... I'm just starting to learn struts.. have been doin

tomcat/struts...

2006-10-04 Thread maya
I'm just starting to learn struts.. have been doing JSP/servelts/tomcat for about three years.. downloaded and am running successfully example 5 from this pg.. http://www.javaworld.com/javaworld/jw-01-2002/jw-0104-tilestrut.html am using tomcat 5.5/jvm 1.4 this struts example (and all other weba

Re: Tomcat Struts form population problem in PRODUCTION

2005-06-07 Thread Adam Hardy
m is within a page that was produced as the result of the first ever session request to a url on the server (phew!). Original Message Follows From: Adam Hardy <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: Struts Users Mailing List Subject: Re: Tomcat Struts

Re: Tomcat Struts form population problem in PRODUCTION

2005-06-07 Thread Mark Benussi
truts Users Mailing List Subject: Re: Tomcat Struts form population problem in PRODUCTION Date: Tue, 07 Jun 2005 12:22:13 +0300 Mark Benussi wrote: There is no security implemented. Is it possible that the JSP is not session aware and thus a session is not created to carry the fo

Re: Tomcat Struts form population problem in PRODUCTION

2005-06-07 Thread Emmanouil Batsis
Mark Benussi wrote: There is no security implemented. Is it possible that the JSP is not session aware and thus a session is not created to carry the form (and it's fields?)? - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Tomcat Struts form population problem in PRODUCTION

2005-06-07 Thread Mark Benussi
url on the server (phew!). Original Message Follows From: Adam Hardy <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: Struts Users Mailing List Subject: Re: Tomcat Struts form population problem in PRODUCTION Date: Tue, 07 Jun 2005 09:03:32 +0100 What sort

Re: Tomcat Struts form population problem in PRODUCTION

2005-06-07 Thread Adam Hardy
What sort of security are you using? Container-managed? SSL? And what exactly do you mean? Which values disappear? The login form fields? On 07/06/05 07:08 Mark Benussi wrote: I am submitting a Struts form in my live application but the values seem to be getting lost between my browser and th

Tomcat Struts form population problem in PRODUCTION

2005-06-06 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 the v

RE: How to configure Tomcat/Struts ... error messages are sent to a file, not the console?

2004-10-06 Thread O. Oke
> > -Original Message- > > From: O. Oke [mailto:[EMAIL PROTECTED] > > Sent: Mittwoch, 6. Oktober 2004 14:09 > > To: Struts Users Mailing List > > Subject: RE: How to configure Tomcat/Struts ... > error > > messages are sent to a file, not the console? >

RE: How to configure Tomcat/Struts ... error messages are sent to a file, not the console?

2004-10-06 Thread Hiran.Chaudhuri
+49-89-54 74 21 34 Fax +49-89-54 74 21 99 > -Original Message- > From: O. Oke [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 6. Oktober 2004 14:09 > To: Struts Users Mailing List > Subject: RE: How to configure Tomcat/Struts ... error > messages are sent to a fil

RE: How to configure Tomcat/Struts ... error messages are sent to a file, not the console?

2004-10-06 Thread O. Oke
IL PROTECTED] > > Sent: Mittwoch, 6. Oktober 2004 13:11 > > To: Struts Users Mailing List > > Subject: How to configure Tomcat/Struts ... error > messages > > are sent to a file, not the console? > > > > Please tell me how to configure Tomcat/S

[OT] Re: How to configure Tomcat/Struts ... error messages are sent to a file, not the console?

2004-10-06 Thread DGraham
PROTECTED]> cc Subject How to configure Tomcat/Struts ... error messages are sent to a file, not the console? Please tell me how to configure Tomcat/Struts so that error messages are sent to a file, not the console? SERVER == I am using tomcat-5.0.27 BACKGROUND == I am usi

RE: How to configure Tomcat/Struts ... error messages are sent to a file, not the console?

2004-10-06 Thread Hiran.Chaudhuri
> -Original Message- > From: O. Oke [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 6. Oktober 2004 13:11 > To: Struts Users Mailing List > Subject: How to configure Tomcat/Struts ... error messages > are sent to a file, not the console? > > Please tell me how to configure Tom

How to configure Tomcat/Struts ... error messages are sent to a file, not the console?

2004-10-06 Thread O. Oke
Please tell me how to configure Tomcat/Struts so that error messages are sent to a file, not the console? SERVER == I am using tomcat-5.0.27 BACKGROUND == I am using for logging error messages. The output of the code below goes to Eclipse console. What I want is for the output

RE: Can anyone recommend a UK based Tomcat Struts MySql hosting solution?

2004-09-16 Thread Daniel Perry
Personally, i've never used shared tomcat/struts/mysql hosting. We use uk2 (http://uk2.net/) dedicated servers. Cheapest ones are £29 per month (3 years up front tho!) for an intel 2.4ghz, 512mb ram, 40gb hdd server with fedora. Easy enough to set up tomcat on it, and works a treat! Ini

Can anyone recommend a UK based Tomcat Struts MySql hosting solution?

2004-09-16 Thread Mark Benussi
Subject says it all Does anyone have any good or bad recommendations. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Free Tomcat Struts loader for more rapid development

2004-05-27 Thread Budi Kurniawan
If you're using Tomcat 4.1 or 5.0 as the development engine of your Struts application, you might want to use the WebappLoader class that automatically reloads your application every time the struts-config.xml changes. This module is easy to use, simply copy the class file under %CATALINA_HOME%/

Multibyte string Tomcat ,struts IE

2004-04-23 Thread Kiran Kumar
Hi All, I need help on sending multibyte characters in URL using html:link , we are following the steps mentioned below i have searched for the information on google but could not come across anything helpful , (it is also mentioned in some post that IE adds its own encoding when the data is