glassfish 서버에 응용 프로그램을 배포했습니다. 내 응용 프로그램을 사용하여 URL을 로컬 호스트 액세스 : 8080/테스트 아래Jruby : glassfish 서버에 배포 된 war 파일의 응용 프로그램 URL을 변경하는 방법
내 warble.rb 파일
Warbler::Config.new do |config|
config.jar_name = 'test'
config.webxml.jruby.min.runtimes = 2
config.webxml.jruby.max.runtimes = 10
config.includes = FileList['init.rb']
end
위의 설정 이름 "test.war"전쟁 파일을 만들 수있는 설정은 그래서 그것을 응용 프로그램 url ie localhost : 8080/test. 내가 원하는 파일 이름을 그대로 유지하고 싶습니다. 즉, "test.war"이어야하지만 응용 프로그램 URL은 localhost : 8080/test_application 대신 localhost : 8080/test 여야합니다.