Question:  Should I use mod_jk2 or mod_jk1.2 with Apache?
Question:   How do I connect Apache with Jboss or Tomcat?

Use mod_jk1.2.x and read the wiki page:  
http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss

==================================================================

Question:  How do I improve Tomcat performance?

This is a difficult question to answer completely.  It depends on the JVM and 
your application.

Some pointers:
1) Tune your JVM. (Refer to JVM Documentation)
2) Check the connector settings (threads related) in server.xml
Eg: For HTTP connector,
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html

==================================================================

Question:  Do I always need a JDK to run my JSPs?
Question:  My JSPs don't compile or throw errors. What am I missing?

Starting with Tomcat 5.5, you do not need a JDK to compile your JSPs.  But if 
you are running on Tomcat 5.0.x,  you will need a JDK.

====================================================================
Question:  How do I turn off Tomcat stacktrace from being displayed to the user 
on the webpage?

Please look into adding the <error-page>  element to your web.xml   Do a google 
search on "customizing error pages"

=====================================================================
Question:  Do you recommend Tomcat 4.x?

There is no development happening in Tomcat 4.x.  It is suggested that you 
upgrade to Tomcat 5.x
======================================================================


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861108#3861108

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861108


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to