Hello, here is the solution:
You can add the option -inPlace. That means you can run an application in Geronimo butit can be stored anywhere in the fileSystem. See: http://cwiki.apache.org/GMOxDOC11/deployer-tool.html Regards Timo -----Ursprüngliche Nachricht----- Von: Achim Weßling [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 28. September 2006 07:34 An: [email protected] Betreff: Re: AW: Re: Geronimo docbase Hallo, the deploytool has also a param called '--inplace'. With this you can add apps which aren't packed in a war! If the dir has the right structure geronimo will use it as a Web-App. Achim Am Mittwoch, den 27.09.2006, 03:58 -0700 schrieb raxpl: > That should be possible also but I haven't been able to find the right schema > to find out what the directive is...if I come across it i'll re-post... > > > Timo Erbach . netbixx wrote: > > > > Hi! > > > > I use Geronimo with Tomcat. In Tomcat without Gerinome I can > > deploy all my webApps in a folder outside the installation > > directory of Tomcat. I have to add a <context>..</context> in > > server.xml or I have to add a XML-File in webApps - Folder > > from Tomcat sampleApp.xml where I can specify where to find > > the webApps outside this directories. > > > > I think I can do that with Geronimo too. > > > > But in the documentation I have not found any hint. > > > > Or do I have to use deployment-command? > > I think for simple apps it should be enough to copy them to > > the server and register them in something like server.xml > > > > Timo > > > >> > >>Don't know if this is what you're after, but I "remote deploy" most of the > >>time using a source folder on a storage device, I don't use hot deployment > >>in the "deploy" folder. I think you can do this from the console, I > usually > >>do it from command line: > >> > >>java -jar <geronimo home>/deployer.jar --user <system use name> --password > >><password> deploy <application war file path> > >> > >> > >>Timo Erbach . netbixx wrote: > >>> > >>> Hello, > >>> > >>> how can I change the docbase for webapps. > >>> Don?t wana use the deploy directory. > >>> > >>> Regrads > >>> Timo > >>> > >>> > >>> > >> > >>-- > >>View this message in context: > >>http://www.nabble.com/Geronimo-docbase-tf2317950.html#a6504511 > >>Sent from the Apache Geronimo - Users mailing list archive at Nabble.com. > >> > > > > >
