Re: End user files uploaded to sftp getting stored in tomcat root directory

2022-08-09 Thread Farash Ahamad
Much appreciated your detailed response Chris, I’ll investigate upon these points and try to discuss with the developer. Thanks once again.!! On Tue, 9 Aug 2022 at 5:20 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Farash, > > On 8/9/22 09:23, Farash Ahamad wrote: > > Hi Chris,

Re: End user files uploaded to sftp getting stored in tomcat root directory

2022-08-09 Thread Christopher Schultz
Farash, On 8/9/22 09:23, Farash Ahamad wrote: Hi Chris, There is an application portal running on tomcat used by many users, where they create profiles, upload documents, etc. When they upload the document via portal, the application pushes it to sftp on another server, but sometimes a copy is

Re: End user files uploaded to sftp getting stored in tomcat root directory

2022-08-09 Thread Farash Ahamad
Hi Chris, There is an application portal running on tomcat used by many users, where they create profiles, upload documents, etc. When they upload the document via portal, the application pushes it to sftp on another server, but sometimes a copy is stored in the root directory tomcat server with e

Re: End user files uploaded to sftp getting stored in tomcat root directory

2022-08-09 Thread Christopher Schultz
Farash, On 8/9/22 04:55, Farash Ahamad wrote: Just to add, the file is getting uploaded to SFTP server, but there is an exact copy in tomcat server as well. Can you give more details? Is a human user pushing via sftp to your Tomcat server? Or is your Tomcat-deployed application pushing via sf

Re: End user files uploaded to sftp getting stored in tomcat root directory

2022-08-09 Thread Farash Ahamad
Thanks Mark! Just to add, the file is getting uploaded to SFTP server, but there is an exact copy in tomcat server as well. On Tue, Aug 9, 2022 at 11:46 AM Mark Thomas wrote: > This will always be an application issue. > > Mark > > > On 09/08/2022 09:41, Farash Ahamad wrote: > > Dear All, > > >

Re: End user files uploaded to sftp getting stored in tomcat root directory

2022-08-09 Thread Mark Thomas
This will always be an application issue. Mark On 09/08/2022 09:41, Farash Ahamad wrote: Dear All, I am observing there and several documents (pdf, png, jpeg, etc) which the end user uploads in the application getting stored in tomcat / directory. I would like to understand whether this is a

End user files uploaded to sftp getting stored in tomcat root directory

2022-08-09 Thread Farash Ahamad
Dear All, I am observing there and several documents (pdf, png, jpeg, etc) which the end user uploads in the application getting stored in tomcat / directory. I would like to understand whether this is a bug in the application code or in tomcat. Application based on: Java Spring Boot 2.1.3 Tomca

Re: [OT] Removing Tomcat ROOT directory causes the server to hang on startup

2020-04-22 Thread Christopher Schultz
web app). - -chris > -Original Message- From: Christopher Schultz > Sent: Tuesday, April 21, 2020 6:33 > PM To: users@tomcat.apache.org Subject: Re: [OT] Removing Tomcat > ROOT directory causes the server to hang on startup > > Don, > > On 4/21/20 09:20, Clough, Don wrote:

RE: [OT] Removing Tomcat ROOT directory causes the server to hang on startup

2020-04-22 Thread Clough, Don
@tomcat.apache.org Subject: Re: [OT] Removing Tomcat ROOT directory causes the server to hang on startup -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Don, On 4/21/20 09:20, Clough, Don wrote: > Is it possible to remove the tomcat ROOT directory? We have several > applications running on a

Re: [OT] Removing Tomcat ROOT directory causes the server to hang on startup

2020-04-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Don, On 4/21/20 09:20, Clough, Don wrote: > Is it possible to remove the tomcat ROOT directory? We have > several applications running on a tomcat instance. I was asked to > clean the webapps directory up and remove any unused folders.

Re: Removing Tomcat ROOT directory causes the server to hang on startup

2020-04-21 Thread James H. H. Lampert
On 4/21/20 6:20 AM, Clough, Don wrote: Is it possible to remove the tomcat ROOT directory? We have several applications running on a tomcat instance. I was asked to clean the webapps directory up and remove any unused folders. Of course it is. The ROOT that comes with Tomcat is simply a

Re: Removing Tomcat ROOT directory causes the server to hang on startup

2020-04-21 Thread Mark Thomas
On 21/04/2020 14:20, Clough, Don wrote: > Good Morning, > > Tomcat version 8.5.15 > > Is it possible to remove the tomcat ROOT directory? We have several > applications running on a tomcat instance. I was asked to clean the > webapps directory up and remove any unused folde

Re: Removing Tomcat ROOT directory causes the server to hang on startup

2020-04-21 Thread calder
On Tue, Apr 21, 2020, 08:20 Clough, Don wrote: > Good Morning, > > Tomcat version 8.5.15 > > Is it possible to remove the tomcat ROOT directory? > Yes - not required ... unless you want the functionality provided therein.

Removing Tomcat ROOT directory causes the server to hang on startup

2020-04-21 Thread Clough, Don
Good Morning, Tomcat version 8.5.15 Is it possible to remove the tomcat ROOT directory? We have several applications running on a tomcat instance. I was asked to clean the webapps directory up and remove any unused folders. I removed manager host-manager docs examples Everything is fine, as

Re: Tomcat ROOT webapp homepage

2012-11-20 Thread Pid
On 15/11/2012 21:33, Leo Donahue - RDSA IT wrote: >>> -Original Message- >>> From: Pid * [mailto:p...@pidster.com] >>> Sent: Thursday, November 15, 2012 2:25 PM >>> Subject: Re: Tomcat ROOT webapp homepage >>> >>> On 15 Nov 2012, at

RE: Tomcat ROOT webapp homepage

2012-11-15 Thread Leo Donahue - RDSA IT
>>-Original Message- >>From: Pid * [mailto:p...@pidster.com] >>Sent: Thursday, November 15, 2012 2:25 PM >>Subject: Re: Tomcat ROOT webapp homepage >> >>On 15 Nov 2012, at 18:06, Leo Donahue - RDSA IT >> wrote: >> >>> Who designed

Re: Tomcat ROOT webapp homepage

2012-11-15 Thread Pid *
On 15 Nov 2012, at 18:06, Leo Donahue - RDSA IT wrote: > Who designed the Tomcat ROOT webapp homepage? Which version? 7.0 = me. > Was it just notepad as the design tool? Not notepad, why? p > Leo - To unsubscrib

Tomcat ROOT webapp homepage

2012-11-15 Thread Leo Donahue - RDSA IT
Who designed the Tomcat ROOT webapp homepage? Was it just notepad as the design tool? Leo

Re: listing directory content outside tomcat root

2010-02-26 Thread Pid
t.xml file. Remember that "path" and "docBase" parameters are not allowed. ok, but since /path_to_some_dir/ is outside tomcat root ( $CATALINA_HOME ), how can I tell tomcat to look for /path_to_some_dir/META-INF/context.xml file? In that case, the method is to manually d

Re: listing directory content outside tomcat root

2010-02-26 Thread Ivan Longhi
uot;path" and > "docBase" parameters are not allowed. ok, but since /path_to_some_dir/ is outside tomcat root ( $CATALINA_HOME ), how can I tell tomcat to look for /path_to_some_dir/META-INF/context.xml file? -- ciao, ivan --

Re: listing directory content outside tomcat root

2010-02-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ivan, On 2/25/2010 9:14 AM, Ivan Longhi wrote: > this should be the solution (and one more little question at the end of code): > > conf/web.xml > > >default > > org.apache.catalina.servlets.DefaultServlet > >

RE: listing directory content outside tomcat root

2010-02-25 Thread Caldarale, Charles R
> From: Ivan Longhi [mailto:ivan.lon...@gmail.com] > Subject: Re: listing directory content outside tomcat root > > is org.apache.catalina.servlets.DefaultServlet > the right solution? Yes. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY

RE: listing directory content outside tomcat root

2010-02-25 Thread Caldarale, Charles R
> From: Tim Funk [mailto:funk...@apache.org] > Subject: Re: listing directory content outside tomcat root > > Since the default servlet is declared in conf/web.xml - its inherited > in *every* webapp. So its config is also inherited. (Bummer) Not a bummer at all - it's a ver

Re: listing directory content outside tomcat root

2010-02-25 Thread Ivan Longhi
ops is useless On Thu, Feb 25, 2010 at 3:14 PM, Ivan Longhi wrote: >       >           >       -- ciao, ivan - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...

Re: listing directory content outside tomcat root

2010-02-25 Thread Ivan Longhi
2/25/2010 6:22 AM, Ivan Longhi wrote: >> >> hi, >> I would like to list the content of a directory outside tomcat root >> without enabling the listings parameter in default servlet. >> >> conf/web.xml >> >>

Re: listing directory content outside tomcat root

2010-02-25 Thread Tim Funk
eave conf/web.xml alone. Which of course would be the easiest thing to do. -Tim On 2/25/2010 6:22 AM, Ivan Longhi wrote: hi, I would like to list the content of a directory outside tomcat root without enabling the listings parameter in default servlet. conf/web.xml

listing directory content outside tomcat root

2010-02-25 Thread Ivan Longhi
hi, I would like to list the content of a directory outside tomcat root without enabling the listings parameter in default servlet. conf/web.xml default org.apache.catalina.servlets.DefaultServlet listings false

Re: tomcat ROOT

2008-10-08 Thread Rusty Wright
t;; "Tomcat Users List" Sent: Tuesday, October 07, 2008 11:31 PM Subject: Re: tomcat ROOT Hi Markus, did you ever figure this out? I was looking in the archives of the tomcat mailing list and saw your query but it didn't seem to me that anyone answered it fully, at least not

Re: tomcat ROOT

2008-10-08 Thread Rusty Wright
Excellent; thanks! Johnny Kewl wrote: - Original Message - From: "Rusty Wright" <[EMAIL PROTECTED]> To: "Markus Lord" <[EMAIL PROTECTED]>; "Tomcat Users List" Sent: Tuesday, October 07, 2008 11:31 PM Subject: Re: tomcat ROOT Hi Ma

Re: tomcat ROOT

2008-10-07 Thread André Warnier
Johnny Kewl wrote: - Original Message - From: "Rusty Wright" <[EMAIL PROTECTED]> To: "Markus Lord" <[EMAIL PROTECTED]>; "Tomcat Users List" Sent: Tuesday, October 07, 2008 11:31 PM Subject: Re: tomcat ROOT Hi Markus, did you ever figure th

Re: tomcat ROOT

2008-10-07 Thread Johnny Kewl
- Original Message - From: "Rusty Wright" <[EMAIL PROTECTED]> To: "Markus Lord" <[EMAIL PROTECTED]>; "Tomcat Users List" Sent: Tuesday, October 07, 2008 11:31 PM Subject: Re: tomcat ROOT Hi Markus, did you ever figure this out? I was look

Re: tomcat ROOT

2008-10-07 Thread Rusty Wright
Hi Markus, did you ever figure this out? I was looking in the archives of the tomcat mailing list and saw your query but it didn't seem to me that anyone answered it fully, at least not for me. I figured out that I could remove/rename the webapps/ROOT directory and deploy my war file as ROOT.

Re: tomcat ROOT

2008-09-08 Thread Ken Bowen
Assuming you are deploying by dropping myapp.war into webapps: 1. Delete webapps/ROOT ; 2. Rename myapp.war to ROOT.war (case is important here) 3. Deploy your new ROOT.war in webapps. 4. Since ROOT is the default that tomcat will run when it can't match the incoming request, www.mysite.c

Re: tomcat ROOT

2008-09-08 Thread Thangavel Sankaranarayanan
users@tomcat.apache.org 09/09/2008 12:21 cc AM Subject tomca

tomcat ROOT

2008-09-08 Thread Markus Lord
I have apache acting as a proxy for my tomcat and I'm wondering how I can get this one application 'myapp' to show up without having the directory name in the url. So what I'm looking to do is have it as www.mysite.com instead of www.mysite.com/myapp. Thanks in advance. Markus

RE: Deploying apps outside of the Tomcat root

2006-11-26 Thread Narayanaswamy, Mohan
Place a context entry in server.xml and let its docBase point your custom folder. Regards, Mohan -Original Message- From: Richard K Miller [mailto:[EMAIL PROTECTED] Sent: Sunday, November 26, 2006 10:21 AM To: users@tomcat.apache.org Subject: Deploying apps outside of the Tomcat root

RE: Deploying apps outside of the Tomcat root

2006-11-25 Thread Caldarale, Charles R
> From: Richard K Miller [mailto:[EMAIL PROTECTED] > Subject: Deploying apps outside of the Tomcat root > > However, I would like to deploy a project in my home folder. This > folder contains a WEB-INF folder and all the jsp files. How can I > switch Tomcat to poin

Deploying apps outside of the Tomcat root

2006-11-25 Thread Richard K Miller
Hi, I'm new to Tomcat and would appreciate any help with the following question: I have Tomcat 6 running on my Mac. I can access http://localhost: 8080/docs, /examples, etc. However, I would like to deploy a project in my home folder. This folder contains a WEB-INF folder and all the jsp