You could create an External Tool that calls "mvn tomcat:run-war" if
you want to use the Maven Tomcat Plugin.

You'll need to add this plugin's configuration to your pom.xml:

            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>tomcat-maven-plugin</artifactId>
                <version>1.0-alpha-1</version>
                <configuration>
                    <path>/</path>
                </configuration>
            </plugin>

I know this isn't the solution you're looking for, but there's a good
chance it will work just as nicely.

Matt

On 9/18/07, chima <[EMAIL PROTECTED]> wrote:
>
> Hi there. I'm new to appFuse. I'm trying to deploy my web app on Tomcat (from
> eclipse).
> Guide that is written in WTP integration doesn't help. Can anyone point me
> in right direction ?
>
> cheers,
> Ivan
> --
> View this message in context: 
> http://www.nabble.com/Deploy-on-tomcat-tf4473706s2369.html#a12755256
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
http://raibledesigns.com

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

Reply via email to