[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: thredds context name



Hi John (again),

The second solution is good for us and it works !

We had to that because we work with a system operation team who manage all "operational systems" and has a specific system architecture we cannot change easily (for mainly maintenance and security purposes).

Thank for your help,

Thomas

John Caron a écrit :
Hi Thomas:

The way we do this is to put up multiple instances of tomcat on different ports, eg

 http://server:8080/thredds
 http://server:9080/thredds

would that work for you?

There is a way to change the context:
1) change war file name (eg thredds.war to thredds3.war).
2) after the war is unpacked, change web.xml:

<context-param>
   <param-name>ContextPath</param-name>
   <param-value>thredds3</param-value>
 </context-param>

however this is not well tested, and probably has bugs in it.


Thomas LOUBRIEU wrote:
Dear all,

I would like to know if it is possible to change the thredds's context name in tomcat. Actually we would like to be able to request our new thredds server with, for example, the url 'http://server:port/thredds3' and keep our old thredds server with the url 'http://server:port/thredds'.


Thanks,

Thomas

===============================================================================
To unsubscribe thredds, visit:
http://www.unidata.ucar.edu/mailing-list-delete-form.html
===============================================================================

===============================================================================
To unsubscribe thredds, visit:
http://www.unidata.ucar.edu/mailing-list-delete-form.html
===============================================================================


===============================================================================
To unsubscribe thredds, visit:
http://www.unidata.ucar.edu/mailing-list-delete-form.html
===============================================================================