access denied

2005-08-02 Thread Billy Kantartzis
hi all i am tryin gto access a zip fie that has being uploaded into a web-ap and unzip its content. can you please advice why i cannot access the file in that web-app specified web-app java.io.FileNotFoundException: d:\Tomcat 5.0\webapps\ivasThinClient\uploads\axis-bin-1_2_1.zip (Access is

Recompiling jsp; Problems with Access Denied errors after I edit a file in a webapp; Admin app

2005-05-14 Thread Karr, David
and then later the JSP file for my application stored in the webapp directory, and that seems to cause Tomcat to fail with Access denied errors on the files that I edited. After I change the file, I've made sure my reference to the file was closed, from the editor I was using. I even tried

RE: Recompiling jsp; Problems with Access Denied errors after I edit a file in a webapp; Admin app

2005-05-14 Thread Caldarale, Charles R
From: Karr, David [mailto:[EMAIL PROTECTED] Subject: Recompiling jsp; Problems with Access Denied errors after I edit a file in a webapp; Admin app First of all, what is the admin app? The admin app lets you view and manipulate nearly all Tomcat configuration values. It's a web-based

Re: Access denied with Apache + Tomcat config

2005-03-16 Thread Paul Puschmann
Tony Stocker wrote: All, I believe that I found my problem, and for the sake of posterity I'm posting it for the next poor fool who is forced to chase around the web and through books looking for decent documentation. When I set up Tomcat I copied the sample workers.properties file from

Re: Access denied with Apache + Tomcat config

2005-03-16 Thread Tony Stocker
Paul, My virtualhost file is automatically generated by Tomcat on startup, so IT is defining the worker (ajp13) by default. The problem arose because the sample workers.properties file doesn't use the same name, by default, for illustrating how the file is used. I'm sure there's a way to change

Access denied with Apache + Tomcat config

2005-03-15 Thread Tony Stocker
Hello All, I have searched the archives but have been unable to find a solution to my problem. I am integrating Apache 2.0.52 with Tomcat 5.0.28 using mod_jk 1.2.8 (compiled from source). My client wants to continue using Apache as the web server due to security and ease of configuration

Re: Access denied with Apache + Tomcat config

2005-03-15 Thread Tony Stocker
All, I believe that I found my problem, and for the sake of posterity I'm posting it for the next poor fool who is forced to chase around the web and through books looking for decent documentation. When I set up Tomcat I copied the sample workers.properties file from the JK source. However it

Access Denied, now what?

2005-03-13 Thread Ing. Jorge E. Abramian
Hi everybody, Iwas trying to install Tomcat 5.5.8 for a few days now with noresults. I am using win 98 SE. This is the result of the run when I execute the start.pifgenerated when I changed the memory variable of the start.bat CATALINA_BASE: C:\archivos de

RE: Access Denied, now what?

2005-03-13 Thread Tony
. Jorge E. Abramian [mailto:[EMAIL PROTECTED] Sent: Sunday, March 13, 2005 9:01 AM To: tomcat-user@jakarta.apache.org Subject: Access Denied, now what? Hi everybody, I was trying to install Tomcat 5.5.8 for a few days now with no results. I am using win 98 SE. This is the result of the run when I

RE: java.security.AccessControlException: access denied

2004-08-25 Thread Shilpa Nalgonda
, August 25, 2004 1:23 PM To: Shilpa Nalgonda Subject: RE: java.security.AccessControlException: access denied That's really curious. I'd try two things: 1) change the file permission to this: permission java.io.FilePermission ALL FILES, read; If that works, then there's a problem with the path

tomcat5: Error java.security.AccessControlException: Access denied (mx4j.server.MBeanTrustPermission register): MBean class org.apache.commons.modeler.BaseModelMBean is not trusted for registration

2004-08-24 Thread Benoit Marchal
=none, J2EEServer=none java.security.AccessControlException: Access denied (mx4j.server.MBeanTrustPermission register): MBean class org.apache.commons.modeler.BaseModelMBean is not trusted for registration at mx4j.server.interceptor.SecurityMBeanServerInterceptor.checkTrustRegistr ation

java.security.AccessControlException: access denied

2004-08-24 Thread Shilpa Nalgonda
directory. There are read permissions on the cert file. But still for some reason the verisign is not able to read the cert file due to the below error. RESULT=-31RESPMSG=The certificate chain did not validate, no local certificate found, java.security.AccessControlException: access denied

RE: java.security.AccessControlException: access denied

2004-08-24 Thread Benjamin Armintor
PROTECTED] Subject: java.security.AccessControlException: access denied I am running Tomcat4.1.30 on windows 2000, with security option turned on. My java application which is using JDK 1.4, connects to the the credit card authorizing company called verisign, and returns the approval authorization code

RE: java.security.AccessControlException: access denied

2004-08-24 Thread Shilpa Nalgonda
else? -Original Message- From: Benjamin Armintor [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 3:32 PM To: Tomcat Users List Subject: RE: java.security.AccessControlException: access denied Where did you add the permission in the catalina.policy file? In a general grant{} block

RE: java.security.AccessControlException: access denied

2004-08-24 Thread Benjamin Armintor
Nalgonda [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 2:50 PM To: Tomcat Users List Subject: RE: java.security.AccessControlException: access denied I added the below line in the general grant{} block. permission java.io.FilePermission C:\\Program Files\\Apache Group\\Tomcat 4.1\\certs

RE: java.security.AccessControlException: access denied

2004-08-24 Thread Shilpa Nalgonda
No certs is a directory. shall i add it in other place other than the general grant block. -Original Message- From: Benjamin Armintor [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 4:09 PM To: Tomcat Users List Subject: RE: java.security.AccessControlException: access denied

RE: java.security.AccessControlException: access denied

2004-08-24 Thread Benjamin Armintor
: Mainframe Group University of Texas - Austin tele: (512) 232-6562 email: [EMAIL PROTECTED] -Original Message- From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 3:10 PM To: Tomcat Users List Subject: RE: java.security.AccessControlException: access denied

RE: java.security.AccessControlException: access denied

2004-08-24 Thread Shilpa Nalgonda
Armintor [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 4:42 PM To: Tomcat Users List Subject: RE: java.security.AccessControlException: access denied You shouldn't need to add it anywhere else: Permissions are cumulative, so if that file permission is in a grant{} block, all the code

RE: java.security.AccessControlException: access denied

2004-08-24 Thread Shilpa Nalgonda
the same error. -Original Message- From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 4:50 PM To: Tomcat Users List Subject: RE: java.security.AccessControlException: access denied I am using -security option to run TC. I am not quite sure about the syntax

File Access Denied

2004-01-30 Thread Teja Jo
Hello everyone, I have a file in 1 of the directories - from where 1 of the files in the same directory is reading it - the directory being inside webapp/testApp directory.I get the exception - file access denied permission to read .Could u tell me a way to get rid of this exception to read

AUTO 'Getty=986-760'File Access Denied

2004-01-30 Thread Getty Images USA Support
case ID is:986760 -Original Message- From: Teja Jo [EMAIL PROTECTED] Sent: Friday, Jan 30 2004 3:00AM To: Tomcat User Mailing List [EMAIL PROTECTED] Subject: File Access Denied Hello everyone, I have a file in 1 of the directories - from where 1 of the files in the same directory

RE: SSL failure with some browsers - Access denied by access control list - SOLUTION

2004-01-14 Thread Bruno.Melloni
]' Subject: RE: SSL failure with some browsers - Access denied by access control list Mixed results: - I got no debug messages when it failed even after setting log4j.logger.org.apache.tomcat.net=DEBUG. - By experimenting (afterwards) and placing the files in common/lib and common/classes instead

RE: SSL failure with some browsers - Access denied by access control list

2004-01-13 Thread Bruno.Melloni
Message- From: ext Bill Barker [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 2:00 PM To: [EMAIL PROTECTED] Subject: Re: SSL failure with some browsers - Access denied by access control list Copy the log4j-1.2.8.jar and commons-logging.jar to $CATALINA_HOME/server/lib, and create

RE: SSL failure with some browsers - Access denied by access control list

2004-01-13 Thread Bruno.Melloni
, January 13, 2004 10:44 AM To: 'Tomcat Users List'; '[EMAIL PROTECTED]' Subject: RE: SSL failure with some browsers - Access denied by access control list Mixed results: - I got no debug messages when it failed even after setting log4j.logger.org.apache.tomcat.net=DEBUG. - By experimenting

Re: SSL failure with some browsers - Access denied by access control list

2004-01-13 Thread Bill Barker
You are correct: The correct package is org.apache.tomcat.util.net. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 10:39 AM Subject: RE: SSL failure with some browsers - Access denied by access

RE: SSL failure with some browsers - Access denied by access control list

2004-01-12 Thread Bruno.Melloni
(org.apache.catalina.session.ManagerBase) message. Bruno -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of ext Bill Barker Sent: Friday, January 09, 2004 9:33 PM To: [EMAIL PROTECTED] Subject: Re: SSL failure with some browsers - Access denied by access control list At a guess, those Mozilla versions don't

Re: SSL failure with some browsers - Access denied by access control list

2004-01-12 Thread Bill Barker
12, 2004 9:24 AM Subject: RE: SSL failure with some browsers - Access denied by access control list Bill, Where do I find the place to set the debug level for 'org.apache.tomcat.net'? I apologize for bugging you with this. I already searched the Tomcat docs, the whole Tomcat 5.0 deployed tree

RE: SSL failure with some browsers - Access denied by access control list

2004-01-12 Thread Bruno.Melloni
. -Original Message- From: ext Bill Barker [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 2:00 PM To: [EMAIL PROTECTED] Subject: Re: SSL failure with some browsers - Access denied by access control list Copy the log4j-1.2.8.jar and commons-logging.jar to $CATALINA_HOME/server/lib

SSL failure with some browsers - Access denied by access control list

2004-01-09 Thread Bruno.Melloni
Problem: - Making any https call fails with the message Forbidden. You were denied access because: Access denied by access control list.. - The failure happens even accessing https://host:8443/tomcat-docs, while a regular http call succeeds. - The failure happens with some browsers (i.e

Re: SSL failure with some browsers - Access denied by access control list

2004-01-09 Thread Bill Barker
like Mozilla. [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Problem: - Making any https call fails with the message Forbidden. You were denied access because: Access denied by access control list.. - The failure happens even accessing https://host:8443/tomcat-docs, while a regular http

Access denied with jk1 and iis

2003-12-09 Thread Chris Donges
I have a site running ok with tomcat and can browse at port 8080. I have set up the jk1 redirector and when I first try to open a jsp page I get error: access denied in the web browser. The second time I try to open a jsp page I just get the source of the jsp page. I think

RE: Access denied with jk1 and iis

2003-12-09 Thread Chris Donges
I think this may have something to do with the IIS server handling web sites for two different ip addresses. Christoph -Original Message- From: Chris Donges Sent: Wednesday, 10 December 2003 11:18 AM To: [EMAIL PROTECTED] Subject: Access denied with jk1 and iis I have

JK2 error- file access denied

2003-11-20 Thread James Ostad
I am getting the following error when I try to access a file from the remote server: Created catalinaLoader in: d:\Program Files\Apache Group\Tomcat 4.1\server\lib Nov 20, 2003 11:41:31 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 8080 Nov 20, 2003

RE : JK2 error- file access denied

2003-11-20 Thread eric perso
-mail) Subject: JK2 error- file access denied Importance: High I am getting the following error when I try to access a file from the remote server: Created catalinaLoader in: d:\Program Files\Apache Group\Tomcat 4.1\server\lib Nov 20, 2003 11:41:31 AM org.apache.coyote.http11

RE: RE : JK2 error- file access denied

2003-11-20 Thread James Ostad
is taking care of this part by itself. Thank you for replying back. James -Original Message- From: eric perso [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 12:01 PM To: 'Tomcat Users List' Subject: RE : JK2 error- file access denied Hi, You have not the rights to write Or you

RE: RE : JK2 error- file access denied

2003-11-20 Thread James Ostad
error- file access denied Hi, You have not the rights to write Or you write with incorrect path separator / Correct under windows \ for file and directory I hope , i answer to your probleme -Original Message- From: James Ostad [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20

RE: Tomcat 4.1, https access denied

2003-08-14 Thread Hou, Rowena
Hi, I can get my web application from https://localhost:8443/ but not from https://hostname:8443/.. I got error message for access denied. It works fine for http://hostname:8080/ What should I do? Thanks = error message from web == The requested

https Access Denied.

2003-08-07 Thread Hou, Rowena
== The requested URL could not be retrieved While trying to retrieve the URL: host-name The following error was encountered: Access Denied. Access control configuration prevents your request from being

Re: Servlet, Tomcat 3.3, IIS virtual directory access denied

2003-03-22 Thread Bill Barker
On W2K, by default, the service user doesn't have access to any remote shared drives. IMHO, this is a good thing. Cinzia S [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello people, I've set up Tomcat to run as a service with a domain log on usr/pswd. IIS works fine redirecting

Re: Servlet, Tomcat 3.3, IIS virtual directory access denied

2003-03-22 Thread Cinzia S
, 2003 9:05 AM Subject: Re: Servlet, Tomcat 3.3, IIS virtual directory access denied On W2K, by default, the service user doesn't have access to any remote shared drives. IMHO, this is a good thing. Cinzia S [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello people, I've set

Servlet, Tomcat 3.3, IIS virtual directory access denied

2003-03-21 Thread Cinzia S
Hello people, I've set up Tomcat to run as a service with a domain log on usr/pswd. IIS works fine redirecting servlet requests to Tomcat via ISAPI redirector. All on Windows 2000 Server. The problem: The java application creates and reads files from a location which corresponds to an IIS

javax.security.auth.AuthPermission - access denied error

2003-03-18 Thread Manchala, Daniel
javax.security.auth.AuthPermission createLoginContext.NTLogin; permission javax.security.auth.AuthPermission doAsPrivileged; permission java.lang.RuntimePermission loadLibrary.NTSystem; permission javax.security.auth.AuthPermission modifyPrincipals; }; I get an error:- access denied (javax.security.auth.AuthPermission

Security manager, velocity and logging - access denied

2003-02-09 Thread Fredrik Jonson
- Internal Server Error exception javax.servlet.ServletException: Error initializing Velocity: java.lang.Exception: Unable to configure AvalonLogSystem: java.security.AccessControlException: access denied (java.io.FilePermission /var/lib/tomcat4/webapps/ROOT read

access denied

2002-12-24 Thread sunil . kumar
); if (ds1 != null) { java.sql.Connection conn = ds1.getConnection(); - org.apache.jasper.JasperException: java.sql.SQLException: Invalid authorization specification: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES

Re: access denied

2002-12-24 Thread Marc van de Geijn
(java:comp/env/TestDB); if (ds1 != null) { java.sql.Connection conn = ds1.getConnection(); - org.apache.jasper.JasperException: java.sql.SQLException: Invalid authorization specification: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES

access denied

2002-12-23 Thread sunil . kumar
); if (ds1 != null) { java.sql.Connection conn = ds1.getConnection(); - org.apache.jasper.JasperException: java.sql.SQLException: Invalid authorization specification: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES

Re: Access denied... to /tmp !?

2002-12-03 Thread Simon Brooke
On Monday 02 Dec 2002 5:01 pm, Jeanfrancois Arcand wrote: That's the proper behaviour. By default, a web application is only able to read under the context under which it was deployed. If you want to grant access to the /tmp !*be carefull*!, add the following in your catalina.policy file:

RE: Access denied... to /tmp !?

2002-12-03 Thread Shapira, Yoav
Hi, However, if no value is specified in the web.xml, then currently the hard-coded default is /tmp; the thinking being this is it's usually a safe place to write stuff. How about, if no value is specified in web.xml, use javax.servlet.context.tempdir? That's always available as if it were

Re: Access denied... to /tmp !?

2002-12-03 Thread Jeanfrancois Arcand
Simon Brooke wrote: On Monday 02 Dec 2002 5:01 pm, Jeanfrancois Arcand wrote: That's the proper behaviour. By default, a web application is only able to read under the context under which it was deployed. If you want to grant access to the /tmp !*be carefull*!, add the following in your

Access denied... to /tmp !?

2002-12-02 Thread Simon Brooke
... root cause java.security.AccessControlException: access denied (java.io.FilePermission /tmp read) at java.security.AccessControlContext.checkPermission(AccessControlContext.java( Compiled Code)) Now if I understand what's going on there, the servlet is falling over because it can't read /tmp

Re: Access denied... to /tmp !?

2002-12-02 Thread Jeanfrancois Arcand
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:935 ) ... usual stuf... root cause java.security.AccessControlException: access denied (java.io.FilePermission /tmp read) at java.security.AccessControlContext.checkPermission(AccessControlContext.java( Compiled Code)) Now if I understand

RE: Access denied... to /tmp !?

2002-12-02 Thread Shapira, Yoav
ChemInformatics -Original Message- From: Simon Brooke [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 11:40 AM To: 'Tomcat Users List' Subject: Access denied... to /tmp !? Hi I've been running things under various versions of Tomcat for a long time now, but it's always been Tomcats I've

Re: DBMS access denied with Jakarta NT Service

2002-10-09 Thread Cinzia S
: DBMS access denied with Jakarta NT Service Don't you think the name and version number of the DBMS would be of the least bit help in solving your issue? -Original Message- From: Cinzia S [mailto:[EMAIL PROTECTED]] Sent: 08 October, 2002 2:10 AM To: [EMAIL PROTECTED] Subject: DBMS

DBMS access denied with Jakarta NT Service

2002-10-08 Thread Cinzia S
Hi all, I'm having database access denied when running Jakarta as an NT Service, while no db access problems when running as a standalone program. This is the spec: Jakarta-Tomcat 3.3.1, servicing servlets and jsp requested by IIS through isapi_redirect.dll, Windows 2000 Server. Thanks for any

RE: DBMS access denied with Jakarta NT Service

2002-10-08 Thread CLAIRE Celine
PROTECTED] Objet:DBMS access denied with Jakarta NT Service Hi all, I'm having database access denied when running Jakarta as an NT Service, while no db access problems when running as a standalone program. This is the spec: Jakarta-Tomcat 3.3.1, servicing servlets and jsp requested

RE: DBMS access denied with Jakarta NT Service

2002-10-08 Thread Sexton, George
Don't you think the name and version number of the DBMS would be of the least bit help in solving your issue? -Original Message- From: Cinzia S [mailto:[EMAIL PROTECTED]] Sent: 08 October, 2002 2:10 AM To: [EMAIL PROTECTED] Subject: DBMS access denied with Jakarta NT Service Hi all

Re: DBMS access denied with Jakarta NT Service

2002-10-08 Thread Cinzia S
10:10 À: [EMAIL PROTECTED] Objet: DBMS access denied with Jakarta NT Service Hi all, I'm having database access denied when running Jakarta as an NT Service, while no db access problems when running as a standalone program. This is the spec: Jakarta-Tomcat 3.3.1, servicing servlets and jsp

RE: DBMS access denied with Jakarta NT Service

2002-10-08 Thread Sexton, George
I'll be specific again: What database are you using? -Original Message- From: Cinzia S [mailto:[EMAIL PROTECTED]] Sent: 08 October, 2002 8:11 AM To: Tomcat Users List Subject: Re: DBMS access denied with Jakarta NT Service just through a System DSN. The java application uses jdbc:odbc

Re: access denied for non-localhost ssl

2002-10-03 Thread Joan Friedman
with this - I could use some new approaches. Access to my servlet through ssl is blocked unless I'm accessing through 'localhost', with an error page displayed saying 'access denied by access control list'. Here is what I've done so far: I've read tomcat's docs about ssl and security

access denied for non-localhost ssl

2002-10-02 Thread Joan Friedman
hi all, Thank you to anyone who helps me with this - I could use some new approaches. Access to my servlet through ssl is blocked unless I'm accessing through 'localhost', with an error page displayed saying 'access denied by access control list'. Here is what I've done so far: I've read

Access Denied when starting tomcat

2002-03-27 Thread James Rowe
Hello. I am having difficulty getting apache tomcat to work despite having followed appropriate instructions. When I start tomcat with Startup.bat (in Windows 98) an MSDOS window appears stating that it has set CATALINA_BASE, CATALINA_HOME, CATALINA_TMPDIR, and JAVA_HOME to the directories

RE: [TC402] Manager Context in IIS 5 is access denied

2002-02-28 Thread Randy Layman
: Frans Thamura [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 5:04 PM To: Tomcat Users List Subject: [TC402] Manager Context in IIS 5 is access denied I install IIS + Tomcat 4.02 and activate the manager. i tomcat with manager context (http://localhost:8080/manager

[TC402] Manager Context in IIS 5 is access denied

2002-02-27 Thread Frans Thamura
I install IIS + Tomcat 4.02 and activate the manager. i tomcat with manager context (http://localhost:8080/manager) it is work well.. but when i try the port 80 (IIS) access denied. Do you know this problem. Frans

Access Denied Error

2002-02-06 Thread Vinay Urs
: java.security.AccessControlException: access denied (java.net.SocketPermission 10.20.4.100:1433 connect,resolve) at java.security.AccessControlContext.checkPermission(AccessControlContext.java:272) at java.security.AccessController.checkPermission(AccessController.java:399

ORB Singleton: Access Denied

2001-12-27 Thread Brown Bay
Hi, I am using JDK1.3 and Tomcat 4.0 on win 2K. I am trying to access my remote machine and give a handle to my application server of the remote object using RMI-IIOP. I know this method works, because its been working on Websphere on OS/390. I am trying to port my product to Tomcat on

RE: IIS 5.0 Access denied for non-domain administrators

2001-05-16 Thread Randy Layman
]] Sent: Wednesday, May 16, 2001 2:25 PM To: '[EMAIL PROTECTED]' Subject: IIS 5.0 Access denied for non-domain administrators Howdy. I got tomcat up and running on Win 2000 with IIS 5.0 just fine (jakarta as NT service), but when I changed the authentication to require basic

RE: IIS 5.0 Access denied for non-domain administrators

2001-05-16 Thread Ignacio J. Ortega
mayo de 2001 20:25 Para: '[EMAIL PROTECTED]' Asunto: IIS 5.0 Access denied for non-domain administrators Howdy. I got tomcat up and running on Win 2000 with IIS 5.0 just fine (jakarta as NT service), but when I changed the authentication to require basic and disallow anonymous, servlet

JSP Interaction Problem - Access Denied

2001-03-23 Thread Darrell Porter
from Server 2 When the JSP from Frame C attempt to obtain session information from the JSP in Frame B, the JSP in Frame C generates an ACCESS DENIED error. How do I fix this, if it is fixable? Have I provided sufficient information? Thanks

Re: JSP Interaction Problem - Access Denied

2001-03-23 Thread Craig R. McClanahan
A and B are JSPs sourced from server 1 Frame C is a JSP sourced from Server 2 When the JSP from Frame C attempt to obtain session information from the JSP in Frame B, the JSP in Frame C generates an ACCESS DENIED error. This is a standard security feature in your browser, and doesn't directly have