-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Timo,
On 6/18/2009 4:44 AM, Timo Meinen | mindmatters wrote:
>
>
>
I like mine better:
Why bother setting all those jvmargs that catalina.sh/bat already knows
how to do?
- -c
Have a look at 'autodeploy':
http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html#Deploying%20on%20a%20running%20Tomcat%20server
Timo
Am 18.06.2009 um 11:16 schrieb Tokajac:
I added this to META-INF/context.xml:
( former: )
just overwrite webapps/appname.war and it seems to work!
I added this to META-INF/context.xml:
( former: )
just overwrite webapps/appname.war and it seems to work!
Any experiences with this approach?
Regards
Tokajac wrote:
>
> Hello,
>
>
> Whenever i want to deploy new version of application (that's VERY often),
> have to:
> stop t
Hi Tokajac,
you can create an ANT script like the following:
timeoutproperty="server.missing">
dude, step-by-step instructions are on that page, its actually one of the
more clear and concise how-tos provided by tomcat.
On Wed, Jun 17, 2009 at 5:21 PM, Tokajac wrote:
>
> http://localhost:8080/manager/deploy?path=/appname
>
> but i get:
> Access to the requested resource has been denied
>
http://localhost:8080/manager/deploy?path=/appname
but i get:
Access to the requested resource has been denied
with user: tomcat; pass: tomcat
Can you explain step-by-step the redeployment configuration, please?
Regards
Jonathan Mast-2 wrote:
>
> try:
>
> http://tomcat.apache.org/tomcat-6
try:
http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html
On Wed, Jun 17, 2009 at 4:53 PM, Tokajac wrote:
>
> Hello,
>
>
> Whenever i want to deploy new version of application (that's VERY often),
> have to:
> stop tomcat;
> execute build.xml -ant script;
> start tomcat;
>
> Is there an