Log in to follow, share, and participate in this community.
Thread JBoss or Tomcat for a manageable web app ?
JBoss or Tomcat for a manageable web app ?Any thoughts on what advantages I would gain by using JBoss versus standalone tomcat for serving a web app. that needs to be managed, as tomcat also provides a partial jmx implementation of mbeans using Model mbeans.
Thread JBoss 3.2.3/Catalina 4.1.29 issue with multiple web containe
JBoss 3.2.3/Catalina 4.1.29 issue with multiple web containeHi, I am running JBoss 3.2.3 with Catalina 4.1.29 embedded as the JSP/Servlet conatiner. We deploy an EAR file that contains a number WAR files, amongst other EJB content. The WAR files contain Jakarta Struts based ...
Tomcat Authentication 3.2.2The above clearly either doesn't work or isn't implemented in the Embedded Tomcat in JBoss 3.2.2 Any attempt to use FORM or BASIC authentication in web.xml produces warning during initialization: Unable to invoke set...
JBoss3.2.3 + Tomcat5x problem with taglibsI tried to run a webapp which uses the JSTL taglibs on JBoss using tomcat 5.0.16 but JBoss reports that it cannot find any TLD descriptors. If I run the webapp in a standalone tomcat 5.0.16 everythins works fine. I r...
Thread JBoss 3.2.3 RC1 and Tomcat 5 with Struts Tiles
JBoss 3.2.3 RC1 and Tomcat 5 with Struts TilesI know that the Tomcat 5 integration is not complete so this is more just FYI while you guys are fixing bugs with it. I get the following when using Struts Tiles. I'm using the tlds that are packaged in the struts ja...
SSO with jboss-tomcatHi, While searching for a solution to single sign on I have discovered that the default tomcat sso solution does not work with the integrated security in jboss. I also understand that there is a patch for this but ha...
Restarting one of many virtual hosts "david_connell" wrote: "david_connell" wrote: Hi gang, is there any way to stop and start a single Tomcat application with the embedded Tomcat? In the standalone version I can use the Tomcat Manager to do this ...
Thread Jboss + Tomcat and Database stored sessions
Jboss + Tomcat and Database stored sessionsHi! I'm using Jboss 3.2.1 with Tomcat 4.1.24, and Tomcat is running as a Jboss MBean. I want to control the number of sessions each application can have. To do this, I'm trying to store sessions in a postgresql data...
Configuring JBoss to use a custom TomcatIs there a way to get JBoss to use an instance of Tomcat other than the one that is bundled with JBoss? If so, where can I find a sample configuration documented or FAQ explaining how to make this happen?
Jboss 3.2.3: embedded Tomcat 5 start exceptionJboss 3.2.3 with embedded Tomcat 5 configured using docs\examples\tomcat\build-tc5-config.xml on Win Xp sp1. Everything else left as default. First time the server is started all the default apps are correctly deploy...
Thread Please Help :( Embeding Struts in JBoss+Tomcat (last buikd)
Please Help :( Embeding Struts in JBoss+Tomcat (last buikd)hi, i have a big problem (for now 2 days !) and i can't find any solutions on the net...so you're my last chance before i kill myself ! (and also throw my computer through the window) So, i install properly JBoss+Tomc...
jboss-3.0.4_tomcat-4.1.12 classpath settings.I am using jboss-3.0.4_tomcat-4.1.12 can you please send me the installation guide for the same.I am not getting the class path settings. Rgs, Uttam uttam.kumar@igate.com
Thread fixed Tomcat version for each jboss release?
fixed Tomcat version for each jboss release? "richard_goh74" wrote: "richard_goh74" wrote: Hi, Is the tomcat version fixed to 4.1 for jboss 3.0.8? I'm thinking of changing it to tomcat5, but there's no documentation for it. In the forum I saw a suggestio...
Tomcat 5 error "tsg26" wrote: Hello, I have posted the problem encounter with tomcat 5 at this forum http://www.jboss.org/index.html?module=bb&op=viewtopic&t=43607 Howerver it seems to me that no one is able to ...
404 errors in public folder of war file.Greetings: I am getting tomcat 404 errors for images, css files and js files that reside in the public folder area of my war file. Here is an excerpt from the access log file 127.0.0.1 - - [15/Jan/2004:13:50:12 -060...
Tomcat socket exception "frdbacke231" wrote: Hello, I am running jboss 3.2.1 with embedded tomcat 4.1.24 on a sun solaris system in a production environment. At random times (we assume it is related to increasing load of the server),...
JBoss and TomcatHello All, I am new to Java. Just installed Tomcat 4.1.24 and have been playing around with the sample servlets. Then I stumble across JBoss. Can someone please tell me what are the differences between JBoss and Tom...
JNDI properties in tomcatHello, I am running JBoss3.2.1 and Tomcat4.1.27 separately. Classes within Tomcat lookup EJBs through JNDI. When I set JNDI properties in a Properties object and initialize InitialContext with it, I can look up EJBs ...