[Dspace-tech] [KE1019161] Deploy DSpace as WAR

2013-01-21 Thread marco . weiss
Hi all, is there a documentation how to get DSpace deployed as WAR? I think the only thing i have to do is to copy the WAR files after mvn package to Tomcat webapps directory? I have done this but after Tomcat had unpacked the WAR the applications can not find the dspace.cfg. I took a look

Re: [Dspace-tech] [KE1019161] Deploy DSpace as WAR

2013-01-21 Thread helix84
On Mon, Jan 21, 2013 at 10:12 AM, marco.we...@kesslernetworks.de wrote: is there a documentation how to get DSpace deployed as WAR? Hi Marco, I never tried it. Here's what I'd consider an authoritative answer (I don't believe anything changed since then):

Re: [Dspace-tech] [KE1019161] Deploy DSpace as WAR

2013-01-21 Thread marco . weiss
Hi Helix, hm Mark is talking about a JAR there and not a WAR, is that just a typo? However, i think that is the problem that the configuration have to be modified manually... No i don't ran ant because i can't execute this command on an Tomcat hosting farm ... I have to deploy it as a WAR. I

Re: [Dspace-tech] [KE1019161] Deploy DSpace as WAR

2013-01-21 Thread helix84
On Mon, Jan 21, 2013 at 10:42 AM, marco.we...@kesslernetworks.de wrote: hm Mark is talking about a JAR there and not a WAR, is that just a typo? I think WAR, what would be the use for such a JAR? However, i think that is the problem that the configuration have to be modified manually... No

Re: [Dspace-tech] [KE1019161] Deploy DSpace as WAR

2013-01-21 Thread marco . weiss
Am 21.01.2013 10:46, schrieb helix84: On Mon, Jan 21, 2013 at 10:42 AM, marco.we...@kesslernetworks.de wrote: hm Mark is talking about a JAR there and not a WAR, is that just a typo? I think WAR, what would be the use for such a JAR? Ok, it have to be a WAR, but jar is war is zip. You

Re: [Dspace-tech] [KE1019161] Deploy DSpace as WAR

2013-01-21 Thread helix84
On Mon, Jan 21, 2013 at 1:40 PM, marco.we...@kesslernetworks.de wrote: I now changed the path in all known configuration files. I created the database, restored the schema manually and started up tomcat. Now it works. Glad to hear that. If you didn't do that already, don't forget to also

Re: [Dspace-tech] [KE1019161] Deploy DSpace as WAR

2013-01-21 Thread marco . weiss
Am 21.01.2013 14:14, schrieb helix84: On Mon, Jan 21, 2013 at 1:40 PM, marco.we...@kesslernetworks.de wrote: I now changed the path in all known configuration files. I created the database, restored the schema manually and started up tomcat. Now it works. Glad to hear that. If you