« Return to Thread: [jira] Created: (GEOS-3245) Allow Wicket configuration (development/deployment) to be configured the usual GeoServer way

[jira] Created: (GEOS-3245) Allow Wicket configuration (development/deployment) to be configured the usual GeoServer way

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View in Thread

Allow Wicket configuration (development/deployment) to be configured the usual GeoServer way
--------------------------------------------------------------------------------------------

                 Key: GEOS-3245
                 URL: http://jira.codehaus.org/browse/GEOS-3245
             Project: GeoServer
          Issue Type: Bug
          Components: Wicket UI
            Reporter: Andrea Aime
            Assignee: Andrea Aime
             Fix For: 2.0-beta2


Currently the configuration is hard coded in a Spring application context file and hard to modify for the admin.

The attached patch makes it so that the config is read the usual geoserver way, that is, enviroment, system variable, or web.xml. Also, the code defaults to deployment mode, so that nothing extra needs to be set in the various GeoServer packagings in order to just run GeoServer.

The developers interesting in having GeoServer work in development mode can add -Dwicket.configuration=development to the command line running GeoServer. A doc change is needed too... maybe in the ecilpse-guide, below the "setting the data directory" paragraph?

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@...
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

 « Return to Thread: [jira] Created: (GEOS-3245) Allow Wicket configuration (development/deployment) to be configured the usual GeoServer way