RE: Deploying unpacked war file

2006-01-09 Thread Caldarale, Charles R
 From: Charl Gerber [mailto:[EMAIL PROTECTED] 
 Subject: Re: Deploying unpacked war file
 
 Where can I get a reference of all the possible
 attributes I can set?

The Tomcat doc lists all the attributes for Context.  See:
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html

 Must the war be in the webapps subdir of the Tomcat
 installation, or can it be anywhere?

It can be anywhere.  The above reference shows how.  To keep an app
outside of webapps, put your Context tag in the file
my_app_name_here.xml in the conf/Catalina/localhost directory, and use
the docBase attribute to specify the app location (war or directory).
If using this method, do not put a context.xml file under META-INF.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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



Re: Deploying unpacked war file

2006-01-08 Thread Charl Gerber
 look for the unpackWar attribute of the standard
 context container.

Where can I get a reference of all the possible
attributes I can set? The examples on the Tomcat sites
only shows a few.

Must the war be in the webapps subdir of the Tomcat
installation, or can it be anywhere? In Tomcat 4.1.x,
you had an myapplication.xml in the webapps
directory and you could specify the .war anyway on
your drive in this file. 

Now (Tomcat 5.5.x) this file is substituted by
META-INF/context.xml, which is in the .war file which
makes me believe the .war must be in the webapps dir?

Thanks


 Mauro
 --
 
 Charl Gerber wrote:
 
 Sry,
 
 I want to deploy a .war without letting Tomcat
 unpack
 it.
 
 
 --- Caldarale, Charles R
 [EMAIL PROTECTED] wrote:
 
   
 
 From: Charl Gerber [mailto:[EMAIL PROTECTED]
 
 Subject: Deploying unpacked war file
 
 How do you deploy an unpacked .war file in Tomcat
 5.5.12 and not let Tomcat have it unpacked?
   
 
 Sorry, but the wording of the above question makes
 no sense to me.  Can
 you rephrase?
 
 
 
 Where can I get a reference of all the
 settings you can use in the context.xml?
   
 
 
 

http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
   
 
  - Chuck
 
 
 THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR
 OTHERWISE PROPRIETARY
 MATERIAL and is thus for use only by the intended
 recipient. If you
 received this in error, please contact the sender
 and delete the e-mail
 and its attachments from all computers.
 
 
 
 

-
   
 
 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]
 
 


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



RE: Deploying unpacked war file

2006-01-07 Thread Charl Gerber
Sry,

I want to deploy a .war without letting Tomcat unpack
it.


--- Caldarale, Charles R
[EMAIL PROTECTED] wrote:

  From: Charl Gerber [mailto:[EMAIL PROTECTED] 
  Subject: Deploying unpacked war file
  
  How do you deploy an unpacked .war file in Tomcat
  5.5.12 and not let Tomcat have it unpacked?
 
 Sorry, but the wording of the above question makes
 no sense to me.  Can
 you rephrase?
 
  Where can I get a reference of all the
  settings you can use in the context.xml?
 

http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
 
  - Chuck
 
 
 THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR
 OTHERWISE PROPRIETARY
 MATERIAL and is thus for use only by the intended
 recipient. If you
 received this in error, please contact the sender
 and delete the e-mail
 and its attachments from all computers.
 

-
 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]



Re: Deploying unpacked war file

2006-01-07 Thread Mauro Bertapelle

Charl,

look for the unpackWar attribute of the standard context container.

Mauro
--

Charl Gerber wrote:


Sry,

I want to deploy a .war without letting Tomcat unpack
it.


--- Caldarale, Charles R
[EMAIL PROTECTED] wrote:

 

From: Charl Gerber [mailto:[EMAIL PROTECTED] 
Subject: Deploying unpacked war file


How do you deploy an unpacked .war file in Tomcat
5.5.12 and not let Tomcat have it unpacked?
 


Sorry, but the wording of the above question makes
no sense to me.  Can
you rephrase?

   


Where can I get a reference of all the
settings you can use in the context.xml?
 

   


http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
 


- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR
OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended
recipient. If you
received this in error, please contact the sender
and delete the e-mail
and its attachments from all computers.


   


-
 


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]



RE: Deploying unpacked war file

2006-01-06 Thread Caldarale, Charles R
 From: Charl Gerber [mailto:[EMAIL PROTECTED] 
 Subject: Deploying unpacked war file
 
 How do you deploy an unpacked .war file in Tomcat
 5.5.12 and not let Tomcat have it unpacked?

Sorry, but the wording of the above question makes no sense to me.  Can
you rephrase?

 Where can I get a reference of all the
 settings you can use in the context.xml?

http://tomcat.apache.org/tomcat-5.5-doc/config/context.html

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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