Thanks for your reply Jochen,

>I am simply configuring the project as packaging "war". The only
>configuration option that I have is "webappDirectory": Otherwise, the
>location of the generated webapp directory would depend on the version
>number and change over time.

>In Tomcat, I have a file conf/Catalina/localhost/webappname.xml, which
>looks roughly like this:

>    <Context path="/webappname" reloadable="true"
> docBase="<webappdirectory>"/>

>This advices Tomcat to serve a context /webappname from the webapp
>directory below target.

I'm not about to create project's war and deploy it to tomcat server :)

I simply mean to execute maven site plugin and after creating project's site
deploy it to running tomcat server.

thanks,
Arsen
-- 
View this message in context: 
http://www.nabble.com/How-to-deploy-generated-maven-site-to-Tomcat-server--tp17187231p17250737.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to