Re: Deployment Web App on Debian

2008-11-10 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zaki Akhmad wrote: > java.security.AccessControlException: access denied > (java.util.PropertyPermission org.apache.tapestry.enable-reset-service > read) As already noted you have the security manager enabled (which is the default on Debian). Edit /e

Re: Deployment Web App on Debian

2008-11-07 Thread David Smith
> java.security.AccessControlException: access denied > (java.util.PropertyPermission org.apache.tapestry.enable-reset-service > read) > > > java.security.AccessControlContext.checkPermission(AccessControlContext.java:323) Your tomcat is running with the security manager. You'll have to conf

Re: Deployment Web App on Debian

2008-11-07 Thread David Smith
As written in the tomcat 5.5 RUNNING.txt file: Out of the box, Tomcat 5.5 requires the Java 2 Standard Edition Runtime Environment (JRE) version 5.0 or later. The OP really should post log information related to deploying their webapp on Debian. --David Kevin Jackson wrote: > Do you have the J

Re: Deployment Web App on Debian

2008-11-07 Thread Zaki Akhmad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Or maybe I misconfigure tomcat? There are something I miss? Here's the error[1] - -za, [1]error HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request

Re: Deployment Web App on Debian

2008-11-07 Thread Markus Schönhaber
Kevin Jackson: > Do you have the JDK installed or just the jre? Remember tomcat really > needs a jdk to compile jsps No, it doesn't. A JRE is enough for modern Tomcat versions - at least this is true for the official builds from Apache. Regards mks ---

Re: Deployment Web App on Debian

2008-11-07 Thread Zaki Akhmad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Nov 7, 2008 at 7:57 PM, Kevin Jackson wrote: > Do you have the JDK installed or just the jre? Remember tomcat really > needs a jdk to compile jsps Yes I have. I have succesfully deploy sample.war from Tomcat example. But my own web applicat

Re: Deployment Web App on Debian

2008-11-07 Thread Kevin Jackson
Do you have the JDK installed or just the jre? Remember tomcat really needs a jdk to compile jsps Kev - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Re: Deployment Web App on Debian

2008-11-07 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zaki Akhmad wrote: > But how do I do it on Debian GNU/Linux? Drop the WAR file in /var/lib/tomcat5.5/webapps. It should auto-deploy. Cheers, Marcus -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkkUB7wACgkQXjXn6TzcAQl6

Re: Deployment Web App on Debian

2008-11-07 Thread Zaki Akhmad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Nov 7, 2008 at 2:32 PM, Leon Rosenberg wrote: > you should also check which java version is installed. > If its not suns - remove it. Done that. [EMAIL PROTECTED]:~$ java -version java version "1.6.0_07" Java(TM) SE Runtime Environment (bu

Re: Deployment Web App on Debian

2008-11-06 Thread Leon Rosenberg
you should also check which java version is installed. If its not suns - remove it. Leon On Fri, Nov 7, 2008 at 8:22 AM, Youssef Mohammed <[EMAIL PROTECTED]> wrote: > There shouldn't be any difference if you have same same version of tomcat > (recall java in platform independent). > You should lo

Re: Deployment Web App on Debian

2008-11-06 Thread Youssef Mohammed
There shouldn't be any difference if you have same same version of tomcat (recall java in platform independent). You should look at your logs and see why it fails. If could be for example that you don't have your database setup or jdbc drivers is done added the classpath. You should also deploy a W

Deployment Web App on Debian

2008-11-06 Thread Zaki Akhmad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, I am having difficulty while deploying my web application on Debian. FYI, I am using Debian Testing. Before I deploy on Debian, I had successfully deployed on Windows. I just copy one folder of my web application folder to C:\Program File