[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JSF at jboss-4.0.5.GA

2007-07-11 Thread idefix-free
Thanx for the help:
But one more question:

servlet-namejsp/servlet-name
servlet-classorg.apache.jasper.servlet.JspServlet/servlet-class
init-param
  param-namecompilerTargetVM/param-name
  param-value1.5/param-value
/init-param
init-param
  param-namecompilerSourceVM/param-name
  param-value1.5/param-value
/init-param

Where can I put this.
To my projectsettings?
Whats the global web.xml?
please help.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4063169#4063169

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063169
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JSF at jboss-4.0.5.GA

2007-07-11 Thread [EMAIL PROTECTED]
The global web.xml is in deploy/jbossweb-tomcat55.sar/conf.  This file defines 
things that are automatically added to the web.xml of your WAR.  

The JSP servlet is already defined in this file so you don't need to declare it 
in your own WAR.  If you need to change the settings for the JSP servlet then 
you can do it in deploy/jbossweb-tomcat55.sar/conf/web.xml.

Stan

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4063183#4063183

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063183
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JSF at jboss-4.0.5.GA

2007-02-17 Thread [EMAIL PROTECTED]
See the instructions at the end of this wiki:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWithIntegratedMyFaces

To switch to the RI, you may also need to delete temp directories such as 
server/default/tmp and server/default/work.  And of course, you need to get rid 
of the MyFaces context listener in your web.xml.  In short, if you completely 
get rid of MyFaces you will have no danger of executing MyFaces classes.  You 
shouldn't need to extract the TLD into your WAR.  The proper TLD's are packaged 
with the RI.  JSF will discover them automatically.

In JBoss 4.2 and JBoss 5.0, the RI is installed by default.
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWithJSFCDDL

Stan

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4018206#4018206

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018206
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user