You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by jh...@netscape.net on 2007/03/17 18:12:41 UTC

deploying slide.war on tomcat5

Hi,
 
 I am trying to deploy slide.war on tomcat5 please help me. I've used the TOMCAT$/manager/html to deploy slide.war, I have got slide.properties edited to have the full path of Domain.xml, and I put slide.properties in TOMCAT$/conf
 
 Still I get a the following, even though I see the namespace slide in web.xml:
 
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: javax.servlet.UnavailableException: Namespace slide not accessible
 org.apache.slide.webdav.WebdavServlet.init(WebdavServlet.java:277)
 javax.servlet.GenericServlet.init(GenericServlet.java:211)
 org.apache.slide.webdav.WebdavServlet.init(WebdavServlet.java:195)
 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 java.lang.reflect.Method.invoke(Method.java:585)
 org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
 java.security.AccessController.doPrivileged(Native Method)
 javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
 org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:272)
 org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
 org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:114)
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
 org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
 org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
 org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
 java.lang.Thread.run(Thread.java:595)
note The full stack trace of the root cause is available in the Apache Tomcat/5.0 logs.------------

 
________________________________________________________________________
Check Out the new free AIM(R) Mail -- 2 GB of storage and industry-leading spam and email virus protection.

Re: deploying slide.war on tomcat5

Posted by jh...@aim.com.
I have tried that too with tomcat5, it didn't work. Which tomcat version do you have? 
 
-----Original Message-----
From: antoine@gmx.de
To: slide-user@jakarta.apache.org
Sent: Sun, 18 Mar 2007 7:41 PM
Subject: Re: deploying slide.war on tomcat5


Hi,

I have deployed slide in tomcat simply by copying slide.war into the
webapps folder of tomcat. I did not use the manager to deploy it.
I never edited slide.properties.

Regards,

Antoine

jhonyl@netscape.net wrote:
> Hi,
>  
>  I am trying to deploy slide.war on tomcat5 please help me. I've used the 
TOMCAT$/manager/html to deploy slide.war, I have got slide.properties edited to 
have the full path of Domain.xml, and I put slide.properties in TOMCAT$/conf
>  
>  Still I get a the following, even though I see the namespace slide in 
web.xml:
>  
> HTTP Status 500 -
> type Exception report
> message
> description The server encountered an internal error () that prevented it from 
fulfilling this request.
> exception
> javax.servlet.ServletException: javax.servlet.UnavailableException: Namespace 
slide not accessible
>  org.apache.slide.webdav.WebdavServlet.init(WebdavServlet.java:277)
>  javax.servlet.GenericServlet.init(GenericServlet.java:211)
>  org.apache.slide.webdav.WebdavServlet.init(WebdavServlet.java:195)
>  sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>  java.lang.reflect.Method.invoke(Method.java:585)
>  org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
>  java.security.AccessController.doPrivileged(Native Method)
>  javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
>  org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:272)
>  org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
>  org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:114)
>  org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
>  org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
>  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
>  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
>  org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
>  org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
>  java.lang.Thread.run(Thread.java:595)
> note The full stack trace of the root cause is available in the Apache 
Tomcat/5.0 logs.------------
>
>  
> ________________________________________________________________________
> Check Out the new free AIM(R) Mail -- 2 GB of storage and industry-leading 
spam and email virus protection.
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org
________________________________________________________________________
Check Out the new free AIM(R) Mail -- 2 GB of storage and industry-leading spam and email virus protection.

Re: deploying slide.war on tomcat5

Posted by Antoine Levy-Lambert <an...@gmx.de>.
Hi,

I have deployed slide in tomcat simply by copying slide.war into the
webapps folder of tomcat. I did not use the manager to deploy it.
I never edited slide.properties.

Regards,

Antoine

jhonyl@netscape.net wrote:
> Hi,
>  
>  I am trying to deploy slide.war on tomcat5 please help me. I've used the TOMCAT$/manager/html to deploy slide.war, I have got slide.properties edited to have the full path of Domain.xml, and I put slide.properties in TOMCAT$/conf
>  
>  Still I get a the following, even though I see the namespace slide in web.xml:
>  
> HTTP Status 500 -
> type Exception report
> message
> description The server encountered an internal error () that prevented it from fulfilling this request.
> exception
> javax.servlet.ServletException: javax.servlet.UnavailableException: Namespace slide not accessible
>  org.apache.slide.webdav.WebdavServlet.init(WebdavServlet.java:277)
>  javax.servlet.GenericServlet.init(GenericServlet.java:211)
>  org.apache.slide.webdav.WebdavServlet.init(WebdavServlet.java:195)
>  sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>  java.lang.reflect.Method.invoke(Method.java:585)
>  org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
>  java.security.AccessController.doPrivileged(Native Method)
>  javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
>  org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:272)
>  org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
>  org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:114)
>  org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
>  org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
>  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
>  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
>  org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
>  org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
>  java.lang.Thread.run(Thread.java:595)
> note The full stack trace of the root cause is available in the Apache Tomcat/5.0 logs.------------
>
>  
> ________________________________________________________________________
> Check Out the new free AIM(R) Mail -- 2 GB of storage and industry-leading spam and email virus protection.
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org