~ubuntu-branches/ubuntu/natty/tomcat6/natty-proposed

« back to all changes in this revision

Viewing changes to java/org/apache/catalina/manager/LocalStrings.properties

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2010-05-21 13:51:15 UTC
  • mfrom: (2.2.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100521135115-qfwnf24lzvi3644v
Tags: 6.0.26-2
* debian/tomcat6.{postinst,prerm}: Respect TOMCAT6_USER and TOMCAT6_GROUP
  as defined in /etc/default/tomcat6 when setting directory permissions and
  authbind configuration (Closes: #581018, LP: #557300)
* debian/tomcat6.postinst: Use group "tomcat6" instead of "adm" for
  permissions in /var/lib/tomcat6, so that group "adm" doesn't get write
  permissions over /var/lib/tomcat6/webapps (LP: #569118)

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
htmlManagerServlet.deployUploadNoFile=FAIL - File upload failed, no file
44
44
htmlManagerServlet.deployUploadWarExists=FAIL - War file \"{0}\" already exists on server
45
45
htmlManagerServlet.deployWar=WAR or Directory URL:
 
46
htmlManagerServlet.diagnosticsLeak=Check to see if a web application has caused a memory leak on stop, reload or undeploy
 
47
htmlManagerServlet.diagnosticsLeakButton=Find leaks
 
48
htmlManagerServlet.diagnosticsLeakWarning=This diagnostic check will trigger a full garbage collection. Use it with extreme caution on production systems.
 
49
htmlManagerServlet.diagnosticsTitle=Diagnostics
 
50
htmlManagerServlet.findleaksList=\
 
51
  The following web applications were stopped (reloaded, undeployed), but their\n\
 
52
  classes from previous runs are still loaded in memory, thus causing a memory\n\
 
53
  leak (use a profiler to confirm):\n
 
54
htmlManagerServlet.findleaksNone=No web applications appear to have triggered a memory leak on stop, reload or undeploy.
46
55
htmlManagerServlet.list=List Applications
47
56
htmlManagerServlet.manager=Manager
48
57
htmlManagerServlet.messageLabel=Message:
63
72
managerServlet.deployFailed=FAIL - Failed to deploy application at context path {0}
64
73
managerServlet.deployedButNotStarted=FAIL - Deployed application at context path {0} but context failed to start
65
74
managerServlet.exception=FAIL - Encountered exception {0}
 
75
managerServlet.findleaksFail=FAIL - Find leaks failed: Host not instance of StandardHost
66
76
managerServlet.invalidPath=FAIL - Invalid context path {0} was specified
67
77
managerServlet.invalidWar=FAIL - Invalid application URL {0} was specified
68
78
managerServlet.listed=OK - Listed applications for virtual host {0}