make web application context a configurable setting in Rundeck
Reported by Michael Gibson | March 22nd, 2011 @ 09:44 AM | in Rundeck 1.3 (closed)
Currently the only way to adjust the URL context for the server
is by modifying the RunServer.java
Line 198:
- final WebAppContext context = new
WebAppContext(webapp.getAbsolutePath(), "/"); + final WebAppContext
context = new WebAppContext(webapp.getAbsolutePath(),
"/cmdcenter");
Comments and changes to this ticket
-
Alex-SF April 27th, 2011 @ 01:33 PM
- Assigned user set to Greg Schueler
-
Greg Schueler April 27th, 2011 @ 06:14 PM
- Milestone set to Rundeck 1.3
- Milestone order changed from 19 to 0
-
Deleted User April 27th, 2011 @ 06:22 PM
- State changed from new to resolved
(from [67efd2a49f7d5efec9863cd581aa79ccac33d1f4]) Support server.web.context to configure launcher web context [#245 state:resolved] https://github.com/dtolabs/rundeck/commit/67efd2a49f7d5efec9863cd58...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues
People watching this ticket
Referenced by
- 245 make web application context a configurable setting in Rundeck (from [67efd2a49f7d5efec9863cd581aa79ccac33d1f4]) Support...