Thanks for reply.
I just copied the myApp from Tomcat server to OC4J under
default-web-app. 
J2ee/home/default-web-app/myApp

Here is   myApp/web-inf/web.xml 

<web-app>
<display-name>myApp</display-name>
<description>Version 1.4.01</description>

<listener>
   <listener-class>
org.apache.turbine.services.session.SessionListener</listener-class>
</listener>

<servlet>
   <servlet-name>myServlet</servlet-name>
   <servlet-class>org.apache.turbine.Turbine</servlet-class>
   <init-param>
       <param-name>properties</param-name>
 
<param-value>/WEB-INF/conf/TurbineResources.properties</param-value>
   </init-param>
   <load-on-startup/>
</servlet>

<servlet-mapping>
    <servlet-name>myServlet</servlet-name>
    <url-pattern>/servlet/myServlet/*</url-pattern>
</servlet-mapping>
</web-app>

I started OC4J, then tried to access the page
http://localhost:8888/myApp/servlet/myServlet, just as I did on Tomcat
server, but it turned out page not found.
What went wrong?
Your help is appreciated as always.

Jill 





-----Original Message-----
From: sergiu gordea [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 01, 2005 2:53 AM
To: Turbine Users List
Subject: Re: how to deploy a turbine application on oracle application
server 10g

jill han wrote:

>Is it possible to  move a turbine/torque/velocity project from tomcat
>server to oracle application server, which uses oc4j for java apps?
>
>Thanks in advance.
>  
>
 From what I know Oracle states that oc4j is tomcate compatible, so ... 
it should work everything well.

 Best,

 Sergiu

>Jill
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to