I have today's CVS of jBoss, and Tomcat 3.2 final installed on my system. I configured jBoss to use Embedded Tomcat. I then used jBoss' port 8082 mgmt interface to deploy a .war. It seemed to deploy ok (I was just deploying tomcat's examples.war), although there was a signifigant delay before it deployed (right after the 'inflate and install' message on the console). The path was added and was accessible via the web, but when I try to run a .jsp example, I'm receving errors indicating that it can't locate the javac classes (presumably to compile the jsp). If I include $JAVA_HOME/lib/tools.jar in the classpath on server startup, everything works great. So, I guess there's two options: a) include the javac classes or some legal equivalent in the jBoss distribution, or b) make the user set a JAVA_HOME variable, and pick up tools.jar that way. (or possibly, I'm way off base on all of this) Also, it would be nice if the J2EE deployer would copy the .jar/.war/.ear to the deploy directory or at least save a reference to the original source when deploying via JMX. I have to go through the deploy process each time I start the server, unless I copy the .war to jBoss' deploy directory manually. -Jason __________________________________________________ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/ -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]
