Hi,

On 04/18/2011 02:39 PM, Andrea Aime wrote:
> On Mon, Apr 18, 2011 at 1:27 PM, Hochmeister Rudolf
> <[email protected]>  wrote:
>> Hi geoserver team,
>>
>> We are planning to setup a public WFS with geoserver.
>> Therefore I have some questions:
>>
>> a)Is it possible to disable the WEB GUI completely?
>
> I believe you should be able to remove the GUI completely by getting
> rid of all the web-* jar files in WEB-INF/lib.
> It's been a while since I did it last time, not sure if that is still working
> or not (we don't have tests checking GS can start up without the GUI).
>

I've done the following:

1) Replaced index.html by a custom one (which doesn't point to the web 
resource like window.location.replace("web") it uses to)

2) Edited web.xml:
  2.1) Commented out <servlet-mapping>
         <servlet-name>dispatcher</servlet-name>
         <url-pattern>/web/*</url-pattern>
     </servlet-mapping>

  2.2) Alternatively to (1), you might want to remove the index.html and 
the <welcome-file>

Cheers,

Ugo

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to