-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ettore,
On 10/18/2011 11:12 AM, ettoregia wrote: > I'm asking this because the IT department of the Company where I > work as consultant, is not giving me any write privileges to modify > some files, neither they're allowing me to copy, by myself, a .war > file under webApp. > > In the end, with those files I can customize the > catalina.properties, tomcat-users to deploy my webApp from the > browser, the context and the like.. Do you think is this the > point? If you can deploy webapps through the web interface, that should be all you need. None of the files you mentioned (Catalina, catalina.properties, log4j.properties, tomcat-users.xml, catalina.policy, context.xml, server.xml, web.xml) make sense to be directly in your webapp's deployment directory. The file "web.xml" should be in your webapp's WEB-INF directory, the file "context.xml" should be in your webapp's META-INF directory, and the file "log4j.properties" should probably be in WEB-INF/classes. catalina.properties and catalina.policy are only useful at the server-level, and if the IT admins don't want you to have access to them, you'll have to ask them to make whatever changes you require to those files. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6d8a4ACgkQ9CaO5/Lv0PBjvgCeMten3Hbrg9CEG5M87NZn/nEx pYUAoJVlDW43JDobcCsbWaSWMLu7JprC =ONsl -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
