Yeah, couldn't you just take the war file created by maven and drop it
in your webapps directory of tomcat in your "production" environment?
Use jetty to develop, but tomcat to deploy.  That's what we do.

On Wed, Aug 27, 2008 at 2:48 PM, Jon Stockdill <[EMAIL PROTECTED]> wrote:
> Developing with jetty is very nice, we use it for many projects.  For
> deployment, to remove any jars during deployment set the scope in the
> dependency to provided, see:
> http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html
>
> Also, to learn more about maven, google for "Better Builds with Maven"
>  It is a great resource.
>
> --jon
>
>
>
>
>
>
>
> On Wed, Aug 27, 2008 at 2:36 PM, insom <[EMAIL PROTECTED]> wrote:
>>
>> I know -- that's the Jetty one, right? I keep telling myself that as I've
>> been trying to get this working with Tomcat. But in the I think fighting
>> with Tomcat will be easier than fighting with our administration to switch
>> the production server to Jetty.
>>
>>
>> igor.vaynberg wrote:
>>>
>>> you could just use the included Start class and have it startup much
>>> faster..
>>>
>>> -igor
>>>
>>> On Wed, Aug 27, 2008 at 11:31 AM, insom <[EMAIL PROTECTED]> wrote:
>>>>
>>>> That did it. Thanks again. As an aside to anyone else who's also figuring
>>>> this out, I had to remove both the servlet-api jar and the
>>>> org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER from the list in order
>>>> to
>>>> get it to work.
>>>>
>>>>
>>>> Martijn Dashorst wrote:
>>>>>
>>>>> Remove it from the devloader list.
>>>>>
>>>>> Martijn
>>>>>
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/Maven-QuickStart-in-Eclipse-on-Tomcat-tp19183955p19186957.html
>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>
>>
>> --
>> View this message in context: 
>> http://www.nabble.com/Maven-QuickStart-in-Eclipse-on-Tomcat-tp19183955p19187087.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to