I used appserver:install and appserver:start to run a local web server. In plugin properties, I pointed maven at my functioning, but not started Tomcat server install. However, when it tried to compile the first jsp page, Jk yelled at me for not having tools.jar in my classpath. I used the plugin property (which is there for adding things like database drivers) to manually add this, and now I'm in business.
Why did I have to do this? Is that a bug of some kind or am i missing the point somewhere? My other related question is: does maven have a way to deploy .war files directly into the local app server? Currently I'm doing an ant <copy> as a <postGoal> to war. Aaron --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
