• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JBOSS have poor support for struts??????

 
Ranch Hand
Posts: 186
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am planning to use JBOSS as an app server for my web application using struts with EJB2.0. I have completely developed & deployed my EJB on JBOSS. But in next stage of web development using STRUTS, during initial stage only I got some bad experience with JBOSS regarding STRUTS application deployment & also I heard later that JBOSS have poor supprot for STRUTS based MVC application (It crashes on it). But I can't change app server now as I have already developed & deployed my bean on JBOSS & used JBOSS-QL in my BEAN development. So please tell me that "is really JBOSS is not right choice for struts"???

Please tell me.
Thanx
Prash
Please tell me.
Thanx
Prash
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have been using Struts with JBoss as our application server and we have had no issues with it. Also, i havent heard anyone say that JBoss does not go well with Struts. When you say, the application crashes with JBoss and Struts, what exactly happens?
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


I got some bad experience with JBOSS regarding STRUTS application deployment & also I heard later that JBOSS have poor supprot for STRUTS based MVC application (It crashes on it).


I've never heard of Struts crashing JBoss. Struts doesn't really use any of JBoss itself, since it is working in Tomcat (deployed in JBoss). What exception messages were you seeing.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic