[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2006-02-04 Thread [EMAIL PROTECTED]
Note that dvdstore and issue tracker are also now working on tomcat. (This thread was sticky, and out of date.) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921709#3921709 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2006-01-26 Thread [EMAIL PROTECTED]
I did not yet make DVDStore run on tomcat, but this should be fairly easy to do. Not sure if I will have time to do it before the release. Thomas, do you think you would get a chance to look at that? View the original post :

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2006-01-25 Thread [EMAIL PROTECTED]
Do all the examples work on Tomcat? (jBPM?) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3919725#3919725 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919725 --- This

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2006-01-19 Thread pksiv
[EMAIL PROTECTED] wrote : How do I: anonymous wrote : put catalina-ant.jar in your ant lib directory when using Eclipse? Window-Preferences-Ant-Runtime-Classpath View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918404#3918404 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2006-01-19 Thread [EMAIL PROTECTED]
thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918489#3918489 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918489 --- This SF.net email is sponsored by:

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2006-01-05 Thread [EMAIL PROTECTED]
How do I: anonymous wrote : put catalina-ant.jar in your ant lib directory when using Eclipse? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3915984#3915984 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3915984

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-20 Thread werpu
Thanks for the clarification, Gavin, guess it is more a problem of the servlet runner plugins, (myeclipse in my case) trying to enforce a complete server restart instead of doing a redeploy during extensive hotswapping. I really appreciate the extensiveness of your answers, I know it is hard

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-20 Thread [EMAIL PROTECTED]
The bug in the build scripts is now fixed in CVS. Now I'm going to sleep ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913593#3913593 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913593

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-19 Thread simon.nicholls
Worked great, though I had to override src.test.dir in the tomcat build file. Cheers for sorting this out View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913400#3913400 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913400

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-19 Thread [EMAIL PROTECTED]
Why did you need to override src.test.dir? You were trying to run the unit tests from build.tomcat.xml ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913446#3913446 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913446

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-19 Thread [EMAIL PROTECTED]
I recieved those errors also. I checked all the example build files and got the results as listed below. The following is my story of checking out seam and building it. Using Eclipse, I checked out the jboss-seam-head. To stop Eclipse from complaining I had to change the build path from

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-19 Thread [EMAIL PROTECTED]
1. I will fix the problem with the error about a missing directory (I actually broke that after I sent the original post). 2. You need to put catalina-ant.jar in your ant lib directory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913477#3913477 Reply to the

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-19 Thread werpu
just tried it works great, but the startup times are significantly higher than in the noejeb example. While I get 20 seconds in noejb I am between 60 and 70 seconds in the embedded ejb under Tomcat 5.5.12 View the original post :

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-19 Thread [EMAIL PROTECTED]
Hot deployment is always going to be faster and more reliable in JBoss. This is just a limitation of using Tomcat for stuff... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913480#3913480 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-19 Thread werpu
the problem is less hot deployment it is more that you have to restart the server often during debugging sessions (thanks to the hotswap which does not work too well), that is one of the main problems many ejb servers have, that the startup times are problematic during the average development

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-19 Thread [EMAIL PROTECTED]
Well, hot redeploy is working quite well for me running JBoss inside Eclipse. It doesn't work *every* time, and we know there are still some hot redeplyment related bugs in our EJB3 container (mostly related to stateful beans), but it works pretty well, and certainly better than on tomcat. Once

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-19 Thread [EMAIL PROTECTED]
P.S. My point is that if hot deploy is working correctly, then you should never *need* to restart the server while debugging (or any other time). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913487#3913487 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-18 Thread marceloverdijk
Good work! Hope the official second beta will be released soon. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913278#3913278 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913278

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-18 Thread werpu
Woho... thanks Gavin, this is awesome. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913288#3913288 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913288 --- This