Re: Redeploy application

2009-06-19 Thread Christopher Schultz
-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?

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAko7/KEACgkQ9CaO5/Lv0PDYngCeO/xJAt/9MmTWCGVlIeGyd3EL
pm8An1d/maqeKm1BYMheP9K1AS4yXT6E
=zBVS
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Redeploy application

2009-06-18 Thread Timo Meinen | mindmatters

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!


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 tomcat;
execute build.xml -ant script;
start tomcat;

Is there any way, target in ant, that can make this easier?


Regards

P.S.
http://www.coderanch.com/t/449958/Tomcat/Redeploy-application#2003409



--
View this message in context: 
http://www.nabble.com/Redeploy-application-tp24081872p24089275.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




Viele Grüße
Timo Meinen

--
---
 mindmatters GmbH &  
Co. KG

Neuer Kamp 30
20357 Hamburg - St. Pauli

Fon: +49 40 4840593 0
Fax: +49 40 4840593 9
Website: www.mindmatters.de

Handelsregister: Amtsgericht Hamburg | HRA 97304 | UID DE225251880
Persönl. haftende Gesellschafterin: mindmatters  
Verwaltungsgesellschaft mbH

Amtsgericht Hamburg | HRB 84595 | Geschäftsführer: Frank Schmitz


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Redeploy application

2009-06-18 Thread Tokajac

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 tomcat; 
> execute build.xml -ant script; 
> start tomcat; 
> 
> Is there any way, target in ant, that can make this easier? 
> 
> 
> Regards 
> 
> P.S.
> http://www.coderanch.com/t/449958/Tomcat/Redeploy-application#2003409
> 

-- 
View this message in context: 
http://www.nabble.com/Redeploy-application-tp24081872p24089275.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Redeploy application

2009-06-18 Thread Timo Meinen | mindmatters

Hi Tokajac,

you can create an ANT script like the following:



		timeoutproperty="server.missing">








		









			
			







	unless="server.missing">











Best regards

Timo Meinen

Am 17.06.2009 um 22:53 schrieb Tokajac:



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 any way, target in ant, that can make this easier?


Regards

P.S.
http://www.coderanch.com/t/449958/Tomcat/Redeploy-application#2003409
--
View this message in context: 
http://www.nabble.com/Redeploy-application-tp24081872p24081872.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org







-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Redeploy application

2009-06-17 Thread Jonathan Mast
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
> 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.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 any way, target in ant, that can make this easier?
> >>
> >>
> >> Regards
> >>
> >> P.S.
> >> http://www.coderanch.com/t/449958/Tomcat/Redeploy-application#2003409
> >> --
> >> View this message in context:
> >> http://www.nabble.com/Redeploy-application-tp24081872p24081872.html
> >> Sent from the Tomcat - User mailing list archive at Nabble.com.
> >>
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> >> For additional commands, e-mail: users-h...@tomcat.apache.org
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Redeploy-application-tp24081872p24082327.html
> Sent from the Tomcat - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Re: Redeploy application

2009-06-17 Thread Tokajac

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.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 any way, target in ant, that can make this easier?
>>
>>
>> Regards
>>
>> P.S.
>> http://www.coderanch.com/t/449958/Tomcat/Redeploy-application#2003409
>> --
>> View this message in context:
>> http://www.nabble.com/Redeploy-application-tp24081872p24081872.html
>> Sent from the Tomcat - User mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Redeploy-application-tp24081872p24082327.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Redeploy application

2009-06-17 Thread Jonathan Mast
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 any way, target in ant, that can make this easier?
>
>
> Regards
>
> P.S.
> http://www.coderanch.com/t/449958/Tomcat/Redeploy-application#2003409
> --
> View this message in context:
> http://www.nabble.com/Redeploy-application-tp24081872p24081872.html
> Sent from the Tomcat - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Redeploy application

2009-06-17 Thread Tokajac

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 any way, target in ant, that can make this easier? 


Regards 

P.S.
http://www.coderanch.com/t/449958/Tomcat/Redeploy-application#2003409
-- 
View this message in context: 
http://www.nabble.com/Redeploy-application-tp24081872p24081872.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Deleting context files when redeploy application

2009-01-09 Thread Mark Thomas
> From: Sreenivas Reddy [mailto:srinivasredd...@gmail.com]
> 
> I'm using Tomcat 6.0.18. When I re-deploy my application using tomcat
> admin
> console, it is deleting context files from
> "/tomcat6.0.18/conf/Catalina/localhost" location. Pls help me to
> resolve
> this problem.

There is no admin applciation in Tomcat 6. Exactly what are steps are you
following?

Mark



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Deleting context files when redeploy application

2009-01-08 Thread Sreenivas Reddy
Hi Users,

I'm using Tomcat 6.0.18. When I re-deploy my application using tomcat admin
console, it is deleting context files from
"/tomcat6.0.18/conf/Catalina/localhost" location. Pls help me to resolve
this problem.
Thanks in advance.

srinivasredd...@gmail.com