[JBoss-user] [Installation, Configuration Deployment] - Remote access by ip address only - no host names

2005-10-07 Thread mike05
I need to be able to deploy webstart clients completely by ip address only. I need to avoid any host name lookups, and reverse ip lookups, because all the client will ever know about the server is the ip address. It has no idea how to translate its ip address to a host name, or its host name to

[JBoss-user] [Installation, Configuration Deployment] - Re: Java 1.5 in JSP not working

2005-10-06 Thread mike05
I think I found the answer. I changed the 'fork' parameter to 'true', and I set the 'compiler' parameter to 'modern'. Don't know which one made it work, but it did. I can now use Java 1.5 in my jsp pages. View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss Deployed Directory

2005-10-06 Thread mike05
The war directory is kind of none of the developers business. It's a directory that's chosen and owned by JBoss/Tomcat. If you want to generate resources like pdf files and make them available as part of the same web context, I suggest using a download servlet. In the web.xml you can

[JBoss-user] [Installation, Configuration Deployment] - Remote webstart client - jboss, how to avoid client reverse

2005-10-05 Thread mike05
I need to be able to deploy webstart clients completely by ip address only. I need to avoid any host name lookups, and reverse ip lookups, because all the client will ever know about the server is the ip address. It has no idea how to translate its ip address to a host name, or its host name

[JBoss-user] [Installation, Configuration Deployment] - Java 1.5 in JSP not working

2005-10-05 Thread mike05
I'm trying to get Java 1.5 to work in JSP pages. I've followed the instructions at http://wiki.jboss.org/wiki/Wiki.jsp?page=402UpgradeIssues Which told me to: - remove jasper-compiler-jdt.jar - add to tomcat's web.xml's servlet init params: init-param param-namecompilerSourceVM/param-name