> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Yeh it works! > Cocoon has created its files. > > But now when I try to access to the first page: http://localhost:8000/cocoon, > there is a HTTP error: > > J2EE SDK/1.3.1 - HTTP Status 404 - Not Found > > ------------------------------------------------------------------------ ---- > > type: Status report > > message: Not Found > > description: The requested resource (Not Found) is not available. > > ------------------------------------------------------------------------ ---- > > > Could you help me? > How to test if cocoon works?
1. Make sure it is deployed ok. Use container's tools to figure this out. 2. Read cocoon logs in cocoon/WEB-INF/logs 3. Access http://localhost:8000/cocoon/ 4. Read logs... Vadim > Thank you > Sylvain > > -----Message d'origine----- > De: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Date: lundi, 10. juin 2002 17:34 > À: [EMAIL PROTECTED] > Objet: RE: AccessControlException when requesting cocoon.war > > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > > > C:\j2sdkee1.3.1\repository\u68111\web\cocoon-files doesn't exist. > > There is only C:\j2sdkee1.3.1\repository\u68111\web\cocoon. > > > > These directories have no restrictions but they belong to the > administrator. > > "Give all permissions for this directory" means "give all *Java* > permissions". See java.policy file(s) in your J2EE container and > documentation about this file on java.sun.com. > > You can give all permissions to everybody by having: > > grant { > permission java.security.AllPermission; > }; > > > Vadim > > > > Thank you > > > > -----Message d'origine----- > > De: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > > Date: lundi, 10. juin 2002 17:12 > > À: [EMAIL PROTECTED] > > Objet: RE: AccessControlException when requesting cocoon.war > > > > > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED]] > > > > > > Thank you for the answer but the error permission seems to be in > > > C:\j2sdkee1.3.1\repository\u68111\web\cocoon > > > > C:\j2sdkee1.3.1\repository\u68111\web\cocoon-files > > > > > > > but there are no files in this > > > directory!?! > > > > There are no any files because Cocoon can't put any. Give all > > permissions for this directory. > > > > > > > Sorry but I am a bit desoriented. > > > I use the deploytool tool from Sun and normaly you just add the .war > > in an > > > application (.ear) and you deploy it. There was never permissions > > problem. > > > > Cocoon needs temp (work) directory. > > > > > > > I work on Windows NT. > > > It seems it's not a web access problem but a file access problem. > > > > Yep. > > > > Vadim > > > > > > > Thank you > > > Sylvain ... --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>