Re: T5 + Tomcat 7

2011-09-30 Thread Koka Kiknadze
Well, right now I'm running T5 apps with Tomcat 7 without problems. I'm not sure what did the trick - in fact I don't remember whether I did succeeded at all with Tap 5.0.18 + Tomcat 7.02beta, but right now with current 5.2.6 + 7.0.16 all works fine, On Tue, Sep 27, 2011 at 6:31 PM, Thiago H. d

Re: T5 + Tomcat 7

2011-09-27 Thread Thiago H. de Paula Figueiredo
On Tue, 27 Sep 2011 11:25:21 -0300, Muhammad Gelbana wrote: Also 2 things I stumbled upon: 1. Tapestry needs log4j This isn't quite correct. Tapestry user SLF4J, which can use log4j underneath. 2. Looks like in jetty, it's ok to use tml\properties file with a different letter case th

Re: T5 + Tomcat 7

2011-09-27 Thread Muhammad Gelbana
When I first faced your case just today, I checked the logs, you'll find some exceptions, start from there and eliminate these exceptions because tapestry manager does not start your application because of these exceptions (check tomcat manager for your application's state, it should be *stopped* !

T5 + Tomcat 7

2010-09-15 Thread Koka Kiknadze
I tried to migrate two apps to Tomcat 7.0.2 beta, one is using Tap 4.0.2, another Tap 5.0.18. I just dropped working WAR files from my Tomcat 6.0.x to 7.0.2 webapps. Tap 4.0.2 seems to work fine. Tomcat manager shows that Tap 5.0.18 app is also running, but I get 404 when I try to access it. In f

Re: t5:tomcat url enconding for non english character

2009-05-05 Thread Ulrich Stärk
Am 05.05.2009 11:41 schrieb luna_guo: In jetty it works well to send non english parameter with ajax get method,but in tomcat i have to switch to ajax post.If i need to use get,what should i do? Use a UTF-8 enabled http connector. -

t5:tomcat url enconding for non english character

2009-05-05 Thread luna_guo
In jetty it works well to send non english parameter with ajax get method,but in tomcat i have to switch to ajax post.If i need to use get,what should i do? -- View this message in context: http://www.nabble.com/t5%3Atomcat-url-enconding-for-non-english-character-tp23384139p23384139.html Sent

Re: T5: Tomcat 6

2008-03-12 Thread Marcus
Hi Angelo, We are using T5 with Tomcat 6, no problems. Marcus

Re: T5: Tomcat 6

2008-03-11 Thread yuan gogo
I give you my msn : [EMAIL PROTECTED] I'm in Guangzhou China. 2008/3/12, yuan gogo <[EMAIL PROTECTED]>: > > tomcat 6 has NO problem with tapestry 5! > I'm working on it! > > > 2008/3/12, Angelo Chen <[EMAIL PROTECTED]>: > > > > > > Hi, > > > > T5's doc says that it is tested with tomcat 5, is ther

Re: T5: Tomcat 6

2008-03-11 Thread yuan gogo
tomcat 6 has NO problem with tapestry 5! I'm working on it! 2008/3/12, Angelo Chen <[EMAIL PROTECTED]>: > > > Hi, > > T5's doc says that it is tested with tomcat 5, is there anybody using it > with tomcat 6? any problems? thanks. > > A.C. > > -- > View this message in context: > http://www.nabble

T5: Tomcat 6

2008-03-11 Thread Angelo Chen
Hi, T5's doc says that it is tested with tomcat 5, is there anybody using it with tomcat 6? any problems? thanks. A.C. -- View this message in context: http://www.nabble.com/T5%3A-Tomcat-6-tp15995800p15995800.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Antwort: [T5] Tomcat and source path

2007-09-11 Thread Hibowl
OpenQA Maven Repository http://maven.openqa.org/ 5.0.5 Marcus-11 wrote: > > Hi Hibowl, > > I think you have to modify pom.xml. > If you post your pom.xml maybe we can help. > > Marcus > > -- View this mes

Re: Antwort: [T5] Tomcat and source path

2007-09-11 Thread Marcus
Hi Hibowl, I think you have to modify pom.xml. If you post your pom.xml maybe we can help. Marcus

Re: Antwort: [T5] Tomcat and source path

2007-09-11 Thread Hibowl
> gmail.com> Kopie: > > >

Antwort: [T5] Tomcat and source path

2007-09-10 Thread Marcus Schmidke
: Thema:[T5] Tomcat and source path 10.09.2007 16:37

[T5] Tomcat and source path

2007-09-10 Thread Hibowl
't find my application. I think Tomcat can't find the java files because they are not where they must be for Maven... Perhaps should I use another artifact as quickstart ?? Or change anything in configuration. Has anyone any advice ? Thank you ! -- View this message in context: http:

Re: T5 Tomcat

2007-05-16 Thread Marcus
Hi Ahmad, I suggest you begin with T5 Tutorial http://tapestry.apache.org/tapestry5/t5-tutorial.pdf It uses Eclipse and Jetty, but is a very nice tutorial. With Eclipse, Maven and Jetty you "... can make *Java code* changes and see them immediately ... no redeploy, no restart! And it's blazingl

T5 Tomcat

2007-05-16 Thread Ahmad Husain
Hi All I'm a beginner to tapestry, and i would like to ask some question how to begin developing with tapestry 5. I'm using netbeans5.5 as IDE tools, and Tomcat as the server. would you please provide me the step by step what i need and what i do in tomcat and netbeans5.5 just to create hello

T5 Tomcat

2007-05-16 Thread Ahmad Husain
Hi All I'm a beginner to tapestry, and i would like to ask some question how to begin developing with tapestry 5. I'm using netbeans5.5 as IDE tools, and Tomcat as the server. would you please provide me the step by step what i need and what i do in tomcat and netbeans5.5 just to create hello