Re: [Simpleweb-Support] Problem of trying simple
Brought to you by:
niallg
From: Carfield Y. <car...@gm...> - 2005-10-03 04:57:02
|
So... how about this one? possible? > Anywhere within the context root the current working > directory or anywhere the Locator can reach. Look at > simple.http.serve.FileLocator. > > System.setProperty("simple.http.load.mapper","simple.http.load.PatternMap= per"); > > > > To set the mapper using, but how can I change the > > resolve properties > > that mapper.xml tell the system? > > Edit the mapper.xml file, its loaded once on startup. > I would like to package the software as a java web start application, in order to make the process easier, I will like to prevent config file as much as possible. In fact, there is only one ActionService so I would like to tell simple to that ActionService at code but not in XML file, is it possible? On 10/1/05, Niall Gallagher <gal...@ya...> wrote: > Hi, > > Yes, this should be fine. > > Niall > |