How to deploy my first War in Tomcat 6?

2009-11-26 Thread jackm

Hi all,

I'm newbie, I installed Tomcat 6 on Ubuntu Karmic, how should I proceed to
Deploy my first war ?

Best Regards
Jack
-- 
View this message in context: 
http://old.nabble.com/How-to-deploy-my-first-War-in-Tomcat-6--tp26525286p26525286.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



How to deploy my first War in Tomcat 6?

2009-11-26 Thread jackm

Hi all,

I'm newbie, I installed Tomcat 6 on Ubuntu Karmic, how should I proceed to
Deploy my first war ?

Best Regards
Jack
-- 
View this message in context: 
http://old.nabble.com/How-to-deploy-my-first-War-in-Tomcat-6--tp26525287p26525287.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



How to deploy my first War in Tomcat 6?

2009-11-26 Thread jackm

Hi all,



I'm newbie, I installed Tomcat 6 on Ubuntu Karmic, how should I proceed to
Deploy my first war ?



Best Regards

Jack
-- 
View this message in context: 
http://old.nabble.com/How-to-deploy-my-first-War-in-Tomcat-6--tp26525293p26525293.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: How to deploy my first War in Tomcat 6?

2009-11-26 Thread Pid

On 26/11/2009 09:00, jackm wrote:


Hi all,

I'm newbie, I installed Tomcat 6 on Ubuntu Karmic, how should I proceed to
Deploy my first war ?

Best Regards

Jack


(We got all 3 messages)

Have you read the documentation?

 http://tomcat.apache.org/tomcat-6.0-doc/appdev/index.html


p

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



Re: How to deploy my first War in Tomcat 6?

2009-11-26 Thread Peter Crowther
2009/11/26 jackm jack.mort...@gmail.com:

 Hi all,

 I'm newbie, I installed Tomcat 6 on Ubuntu Karmic, how should I proceed to
 Deploy my first war ?

Jack, did you install it via download from the Tomcat site
(http://tomcat.apache.org) or via Ubuntu's installation process?

If you installed it via Ubuntu, I'd recommend asking on an Ubuntu
support list.  Many (most!) Linux distributions put files in very
different places from the Tomcat default, and we can spend a lot of
time guessing where they've chosen for each distribution.

If you installed it by unzipping the download from the Tomcat site,
you should be able to deploy your war simply by copying it into
Tomcat's webapps directory.  But it's certainly worth reading the link
that Pid pointed you to, if you haven't already.

- Peter

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



Re: How to deploy my first War in Tomcat 6?

2009-11-26 Thread Pid

On 26/11/2009 09:41, Jack Morton wrote:

Thanx for replying p :)
I'm sorry for multiples posts,
is there tools automating/facilitating deployment ?


(Reply to the list please.)

In what sense do you mean automating it?

If you have a .war file, copying it to the appropriate location on the 
file system is all you need to do.


The Manager app, (also in the docs), supplied with Tomcat provides 
information and a web UI for uploading and deploying applications.



p



On Thu, 2009-11-26 at 09:24 +, Pid wrote:
  On 26/11/2009 09:00, jackm wrote:
  
   Hi all,
  
   I'm newbie, I installed Tomcat 6 on Ubuntu Karmic, how should I
proceed to
   Deploy my first war ?
  
   Best Regards
  
   Jack
 
  (We got all 3 messages)
 
  Have you read the documentation?
 
  http://tomcat.apache.org/tomcat-6.0-doc/appdev/index.html
 
 
  p





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



Re: How to deploy my first War in Tomcat 6?

2009-11-26 Thread supareno



On 26/11/2009 09:41, Jack Morton wrote:

Thanx for replying p :)
I'm sorry for multiples posts,
is there tools automating/facilitating deployment ?

a) for facilating deployment, you can have a look to these links:

http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Executing%20Manager%20Commands%20With%20Ant
http://mojo.codehaus.org/tomcat-maven-plugin/deployment.html
and more with google

b) for automating deployment, you can use a Integration Continuous 
server (like Hudson) that will build your war and deploy it (if the 
build is OK) with ant or maven on tomcat after every SCM modifications 
(if you use an SCM for your webapp) or at scheduled datetime.
the job of the IC server is to trigger the build and maven or ant will 
do the deployment...


hope this help.

S.


(Reply to the list please.)

In what sense do you mean automating it?

If you have a .war file, copying it to the appropriate location on the 
file system is all you need to do.


The Manager app, (also in the docs), supplied with Tomcat provides 
information and a web UI for uploading and deploying applications.



p



On Thu, 2009-11-26 at 09:24 +, Pid wrote:
  On 26/11/2009 09:00, jackm wrote:
  
   Hi all,
  
   I'm newbie, I installed Tomcat 6 on Ubuntu Karmic, how should I
proceed to
   Deploy my first war ?
  
   Best Regards
  
   Jack
 
  (We got all 3 messages)
 
  Have you read the documentation?
 
  http://tomcat.apache.org/tomcat-6.0-doc/appdev/index.html
 
 
  p





-
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