Re: Tomcat 5.5 error

2009-01-04 Thread zia mohades
Hi kees, Thank you for your help! Just to remind you: I have deleted my previous apache tomcat( the default one) by using : rm -r -f /usr/local/tomcat and I installed the binary version on my desktop. I then start the apach tomcat( using ./startup.sh) and when i access the webserver: http://loca

Re: Tomcat 5.5 error

2008-12-25 Thread Kees Jan Koster
thank u again. I have downloaded the binary version and placed it on my desktop and And ran it using sh startup.sh. and then I access the http://localhost:8080/ site successfully. but when i try to access http://localhost:8080/mms_test. I get the same error as before. However when I try to

Re: Tomcat 5.5 error

2008-12-24 Thread zia mohades
chani wrote: > Send reply to: Tomcat Users List > Date sent: Wed, 24 Dec 2008 18:33:17 -0500 > From: zia mohades > To: Tomcat Users List > Subject: Re: Tomcat 5.5 error > > > Hello bill and everyone else, > > > > thank you again for all your

Re: Tomcat 5.5 error

2008-12-24 Thread Steve Ochani
Send reply to: Tomcat Users List Date sent: Wed, 24 Dec 2008 18:33:17 -0500 From: zia mohades To: Tomcat Users List Subject:Re: Tomcat 5.5 error > Hello bill and everyone else, > > thank you again for all your help. as per your last email, due to the > bug, i

Re: Tomcat 5.5 error

2008-12-24 Thread zia mohades
gt;> want, I can copy paste the contents in the file). This is very >> strange, it >> seems like the tomcat is unable to register the errors >> >> Any ideas what's going on??? I have however using the default tomcat >

RE: [OT] Tomcat 5.5 error

2008-12-24 Thread Caldarale, Charles R
> From: Mojumdar, Biswajit [mailto:biswajit.mojum...@hud.gov] > Subject: RE: Tomcat 5.5 error > > When I tried to open the attachments, I got an error 'File not found'. Likely a security policy imposed by the IT department of your employer (or Homeland Security, in your

RE: Tomcat 5.5 error

2008-12-24 Thread Mojumdar, Biswajit
t: Tuesday, December 23, 2008 5:32 PM To: Tomcat Users List Subject: RE: Tomcat 5.5 error > From: Mojumdar, Biswajit [mailto:biswajit.mojum...@hud.gov] > Subject: RE: Tomcat 5.5 error > > Remember, this list automatically deletes the attachments. No, it only deletes certain attachments, bu

Re: Tomcat 5.5 error

2008-12-23 Thread Bill Barker
> > > On 22 Dec 2008 at 18:28, zia mohades wrote: > > > > Send reply to: Tomcat Users List > > Date sent: Mon, 22 Dec 2008 18:28:12 -0500 > > From: zia mohades > > To: Tomcat Users List > > Subject:Re: T

RE: Tomcat 5.5 error

2008-12-23 Thread Caldarale, Charles R
> From: Mojumdar, Biswajit [mailto:biswajit.mojum...@hud.gov] > Subject: RE: Tomcat 5.5 error > > Remember, this list automatically deletes the attachments. No, it only deletes certain attachments, but not .xml files. The ones included by ZM came through fine. - Chuck THIS COMMU

Re: Tomcat 5.5 error

2008-12-23 Thread zia mohades
Hi steve, Before starting the server, I used sudo -s to loggin as root. and then run the server and then access tomcat online(http://localhost:8080/) when i do ls -l /usr/local/tomcat/webapps/ROOT i get: -rw-r--r-- 1 mohadesz mohadesz 5866 2007-07-19 22:20 asf-logo-wide.gif -rwx-- 1 mohadesz

Re: Tomcat 5.5 error

2008-12-23 Thread Gregor Schneider
java.security.AccessControlContext.checkPermission(AccessControlContext.java:323) This message is pretty obvious: Is it possible that you've started Tomcat as root incidently and now try to run Tomcat as another user (such as "tomcat")? Looks as if there is at least one file where the rights ar

RE: Tomcat 5.5 error

2008-12-23 Thread Mojumdar, Biswajit
PM To: Tomcat Users List Subject: Re: Tomcat 5.5 error Hi steve, first before telling what I have done in regards to your previous email, I need to inform about this issue: 1) when I restart the server and try to access the website: http://localhost:8080/ I get this error

Re: Tomcat 5.5 error

2008-12-23 Thread Steve Ochani
2, 2008 at 9:49 PM, Steve Ochani > wrote: > > > On 22 Dec 2008 at 18:28, zia mohades wrote: > > > > Send reply to: Tomcat Users List > > Date sent: Mon, 22 Dec 2008 18:28:12 -0500 > > From: zia mohades > > To: Tomcat Users List > > Su

Re: Tomcat 5.5 error

2008-12-23 Thread zia mohades
Hi gregor, Thank you kindly for your help! 1) when I run the server and then access the http://localhost:8080 I do see the page which on top it has this message: " If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!" but when I try to access

Re: Tomcat 5.5 error

2008-12-23 Thread Gregor Schneider
One more thought to ease up things: - stop Tomcat - delete ALL / MOVE logfiles - restart server - resdtart Tomcat Now, please post the contents of all log-files. This procedure will make sure that the logs are as short as possible but contain the important things - if any. Gregor -- just becau

Re: Tomcat 5.5 error

2008-12-23 Thread Gregor Schneider
Is Tomcat running? Do you see the welcome-page when opening http://localhost:8080? What gives "netstat -lnp"? Do you see any application listening on port 8080? Gregor PS.: To help keep messages readable, please do not fullquote the whole thread but only the necessary details. -- just because

Re: Tomcat 5.5 error

2008-12-22 Thread zia mohades
ia mohades > To: Tomcat Users List > Subject:Re: Tomcat 5.5 error > > > Hello steve, > > > > thank you for your message! when I try to place mms_test in > > /usr/local/tomcat/webapps, I get the same error: > > > > HTTP Status 404 - /mms_te

Re: Tomcat 5.5 error

2008-12-22 Thread Steve Ochani
On 22 Dec 2008 at 18:28, zia mohades wrote: Send reply to: Tomcat Users List Date sent: Mon, 22 Dec 2008 18:28:12 -0500 From: zia mohades To: Tomcat Users List Subject:Re: Tomcat 5.5 error > Hello steve, > > thank you for your message! when I try to place mm

Re: Tomcat 5.5 error

2008-12-22 Thread zia mohades
ote: > > Send reply to: Tomcat Users List > Date sent: Mon, 22 Dec 2008 15:43:41 -0500 > From: zia mohades > To: Tomcat Users List > Subject: Tomcat 5.5 error > > > hello all! > > > > I am currently using tomcat 5.5 on my labtop which is run

Re: Tomcat 5.5 error

2008-12-22 Thread Steve Ochani
On 22 Dec 2008 at 15:43, zia mohades wrote: Send reply to: Tomcat Users List Date sent: Mon, 22 Dec 2008 15:43:41 -0500 From: zia mohades To: Tomcat Users List Subject:Tomcat 5.5 error > hello all! > > I am currently using tomcat 5.5 on my labtop which is r

Tomcat 5.5 error

2008-12-22 Thread zia mohades
hello all! I am currently using tomcat 5.5 on my labtop which is running on ubuntu. When I access http://localhost:8080/ , i get the default page, which is a good news( meaning tomcat is running) However when I try to place my own html folder(called mms_test) in /usr/local/tomcat/webapps/ROOT and