Re: [Dspace-tech] Dspace and Oracle Application Server 10g

2007-02-20 Thread José A. Rubio
Nowadays, I have some problems with the deployment in OAS, as I can't access the web application deployed. I have tried to deploy only one WAR file, with the idea given by Stuart Lewis, and with the two WAR files, within the same OC4J. I haven't any problem with the several phases of deployment,

[Dspace-tech] Dspace and Oracle Application Server 10g

2007-02-16 Thread José A. Rubio
Hi, Nowadays, I am trying to run DSpace 1.4.1 on Oracle Application Server 10g, and I have an initial doubt in this matter. When we create the DSpace binaries, with ant, we obtain two WAR files, dspace.war and dspace-oai.war, which are necessary to deploy the application in Tomcat. But, when I

Re: [Dspace-tech] Dspace and Oracle Application Server 10g

2007-02-16 Thread Stuart Lewis [sdl]
@lists.sourceforge.net Subject: [Dspace-tech] Dspace and Oracle Application Server 10g Hi, Nowadays, I am trying to run DSpace 1.4.1 on Oracle Application Server 10g, and I have an initial doubt in this matter. When we create the DSpace binaries, with ant, we obtain two WAR files, dspace.war and dspace

Re: [Dspace-tech] Dspace and Oracle Application Server 10g

2007-02-16 Thread Mark Diggory
Of José A. Rubio Sent: 16 February 2007 10:35 To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Dspace and Oracle Application Server 10g Hi, Nowadays, I am trying to run DSpace 1.4.1 on Oracle Application Server 10g, and I have an initial doubt in this matter. When we create

Re: [Dspace-tech] Dspace and Oracle Application Server 10g

2007-02-16 Thread José A. Rubio
_ From: [EMAIL PROTECTED] [mailto:dspace-tech- [EMAIL PROTECTED] On Behalf Of José A. Rubio Sent: 16 February 2007 10:35 To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Dspace and Oracle Application Server 10g Hi, Nowadays, I am trying to run

Re: [Dspace-tech] Dspace and Oracle Application Server 10g

2007-02-16 Thread Larry Stone
You should be able to do this quite easily by adding the following to: [dspace-src]/etc/dspace-web.xml When merging Servlet webapps, one thing to watch out for is how they handle errors. The DSpace webapp has special error handlers that substitute its own pages. I think it also transforms

Re: [Dspace-tech] Dspace and Oracle Application Server 10g

2007-02-16 Thread Mark Diggory
Jose, I want to rewind a little bit here and ask a few questions. So if you have a couple seconds, could you answer the following questions? I suspect you have one Oracle Database configured for DSpace and have altered your dspace.cfg to point at the database connection? # Database

Re: [Dspace-tech] Dspace and Oracle Application Server 10g

2007-02-16 Thread Graham Triggs
From: Mark Diggory Is there something unique about Oracle Application Server that is stopping two separately deployed web-apps from both using the same db? I suspect you would be as surprised as I would if you were told that was the case. It would be a massive limitation. I'm a little naive