RE: [sidebar] Tomcat configuration under webApp

2011-10-19 Thread ettoregia



n828cl wrote:
> 
>> From: Mark Thomas [mailto:ma...@apache.org] 
>> Subject: Re: [sidebar] Tomcat configuration under webApp
> 
>> On 19/10/2011 19:01, Tim Watts wrote:
>> > Don't know how this happens but your replies are coming across as
>> > quoted (i.e. having a "> " line prefix). Makes it very difficult to
>> > follow the thread.
> 
>> That is a *good* thing. Unquoted replies make it very difficult to
>> differentiate between who wrote what.
> 
> It would be if used properly; unfortunately, Ettore is using it
> improperly, so he's prefixing not only the text being responded to, but
> also his own - the message is largely indecipherable, so I ignore anything
> from him.
> 
>  - 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.
> 
> 
> 


My fault guys, I apologize!

Thanks for your replies.
-- 
View this message in context: 
http://old.nabble.com/Tomcat-configuration-under-webApp-tp32675490p32684576.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: [sidebar] Tomcat configuration under webApp

2011-10-19 Thread Mark Thomas
On 19/10/2011 19:06, Caldarale, Charles R wrote:
>> From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: [sidebar]
>> Tomcat configuration under webApp
> 
>> On 19/10/2011 19:01, Tim Watts wrote:
>>> Don't know how this happens but your replies are coming across
>>> as quoted (i.e. having a "> " line prefix). Makes it very
>>> difficult to follow the thread.
> 
>> That is a *good* thing. Unquoted replies make it very difficult to 
>> differentiate between who wrote what.
> 
> It would be if used properly; unfortunately, Ettore is using it
> improperly, so he's prefixing not only the text being responded to,
> but also his own - the message is largely indecipherable, so I ignore
> anything from him.

Ah. That makes sense. Sorry for the noise.

Mark

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



RE: [sidebar] Tomcat configuration under webApp

2011-10-19 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:ma...@apache.org] 
> Subject: Re: [sidebar] Tomcat configuration under webApp

> On 19/10/2011 19:01, Tim Watts wrote:
> > Don't know how this happens but your replies are coming across as
> > quoted (i.e. having a "> " line prefix). Makes it very difficult to
> > follow the thread.

> That is a *good* thing. Unquoted replies make it very difficult to
> differentiate between who wrote what.

It would be if used properly; unfortunately, Ettore is using it improperly, so 
he's prefixing not only the text being responded to, but also his own - the 
message is largely indecipherable, so I ignore anything from him.

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



Re: [sidebar] Tomcat configuration under webApp

2011-10-19 Thread Mark Thomas
On 19/10/2011 19:01, Tim Watts wrote:
> Don't know how this happens but your replies are coming across as
> quoted (i.e. having a "> " line prefix). Makes it very difficult to
> follow the thread.

That is a *good* thing. Unquoted replies make it very difficult to
differentiate between who wrote what.

Mark

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



Re: [sidebar] Tomcat configuration under webApp

2011-10-19 Thread Tim Watts
Don't know how this happens but your replies are coming across as quoted
(i.e. having a "> " line prefix). Makes it very difficult to follow the
thread.


On Wed, 2011-10-19 at 10:21 -0700, ettoregia wrote:
> 
> 
> Christopher Schultz-2 wrote:
> > 
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> > 
> > Ettore,
> > 
> > On 10/19/2011 3:38 AM, ettoregia wrote:
> >> SERVER.XML--  >> version='1.0' encoding='utf-8'?>  >> port="1${tomcat.server.port}" shutdown="SHUTDOWN">
> > 
> > Just to let you know, I'm trying to figure out something out of what has
> > been done by someone else, that is, sometimes I don't know why those
> > things are there.
> > 
> > You might want to consider using two different properties for the
> > shutdown and connector ports: port 1xxx might not be available all the
> > time, and you might want to configure it explicitly and independently
> > of tomcat.server.port.
> > 
> > OK
> > 
> >>   >> auth="Container" type="org.apache.catalina.UserDatabase" 
> >> description="User database that can be updated and saved"
> >> 
> >> factory="org.apache.catalina.users.MemoryUserDatabaseFactory" 
> >> pathname="conf/tomcat-users.xml" /> 
> > 
> > You should remove that  if you're not using it.
> > 
> > 
> > 
> >>   >> protocol="HTTP/1.1" connectionTimeout="2" redirectPort="8443"
> >> />
> >> 
> >> 
> >> 
> >>  >> connectionURL="ldap://pinot-nero.energiaspa.it:389"; 
> >> alternateURL="ldap://pinot-grigio.energiaspa.it:389"; 
> >> connectionName="ENERGIASPA\ldapbrowser" 
> >> connectionPassword="drc4Fv9CGqIzWewX9nO3"
> > 
> > Whoops. Time to change your password.
> > You're def right, even if those tools are inside the intranet and the pwd
> > are old ones, but still...thanks
> > 
> >>  >> autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">
> >> 
> >>  >> docBase="${catalina.home}/webapps/probe" privileged="true" 
> >> antiResourceLocking="false" antiJARLocking="false">
> > 
> > A Host with appBase="webapps" and a  with a docBase in
> > "webapps" will result in Lambda Probe (time to upgrade to Psi Probe!)
> > being deployed twice. (Unless you are using CATALINA_HOME and
> > CATALINA_BASE, in which case, you should be okay with this).
> > 
> > Okay, I don't see any reason why you couldn't have everything
> > contained in your webapp: either you use the  specified at the
> >  level and don't need to specify it in your
> > META-INF/context.xml or you use a different Realm and *do* need to
> > specify it in your META-INF/context.xml.
> > 
> > So... why can't you use the manager webapp to deploy your WAR?
> > 
> > Well because I've no permission to access the manager webApp since there
> > are other applications under the container that I don't own. 
> > 
> > Btw dou you understand why I have server.xml and the others mentioned
> > before under Tomcat/webApps/myWebApp/conf/, aren't they files that should
> > just be stored under Tomcat/conf ??
> > 
> > Thanks a lot for your time, really apprecciate!
> > 
> > - -chris
> > -BEGIN PGP SIGNATURE-
> > Version: GnuPG v1.4.10 (MingW32)
> > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
> > 
> > iEYEARECAAYFAk6e3+oACgkQ9CaO5/Lv0PAxNwCgn6tBSZDtt8Bu04dXNOZL+2eN
> > pZQAn289rvJm5fkETltiDMfsfY80KmvQ
> > =9Mkp
> > -END PGP SIGNATURE-
> > 
> > -
> > 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