Jboss4.4  & Tomcat5.5  compiles jsp  using  Eclipse JDT compiler as the 
default. So you don't need Sun jdk unless you choose to use javac to compile 
your jsp by uncommenting:

        <init-param>
         <param-name>compilerSourceVM</param-name>
         <param-value>1.5</param-value>
      </init-param>
      

in  /jbossweb-tomcat55.sar/conf/web.xml

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

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


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to