Skip to content

Commit 80cfadd

Browse files
authored
Remove unused strings (#293)
1 parent 78cc5ce commit 80cfadd

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/main/resources/winstone/LocalStrings.properties

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
ServerVersion=Winstone Servlet Engine
22

3-
Logger.StreamWriteError=Error writing log message: [#0]
4-
53
WebAppConfig.LoggerError=Error instantiating access logger class: [#0]
64
WebAppConfig.LoggerDisabled=Access logging disabled - no logger class defined
75

@@ -11,57 +9,38 @@ HostConfig.WebAppDirIsNotDirectory=Webapps dir [#0] is not a directory
119
HostConfig.InitComplete=Initialized [#0] webapps: prefixes - [#1]
1210
HostConfig.SkippingWarfileDir=Webapp dir deployment [#0] skipped, since there is a war file of the same name to check for re-extraction
1311
HostConfig.DeployingWebapp=Deployed web application found at [#0]
14-
HostConfig.ParsingWebXml=Parsing web.xml
15-
HostConfig.WebXmlParseComplete=Finished parsing web.xml
16-
HostConfig.WebXmlParseFailed=Failure parsing the web.xml file. Ignoring and continuing as if no web.xml was found.
1712
HostConfig.WarFileInvalid=The warfile supplied is unavailable or invalid ([#0])
1813
HostConfig.WebRootNotDirectory=The webroot supplied is not a valid directory ([#0])
1914
HostConfig.WebRootExists=The webroot supplied already exists - overwriting where newer ([#0])
2015
HostConfig.BeginningWarExtraction=Beginning extraction from war file
2116
HostConfig.WebappInitError=Error initializing web application: prefix [[#0]]
2217

2318
HostGroup.InitSingleComplete=Initialized in non-virtual-host mode
24-
HostGroup.InitMultiComplete=Initialized in virtual host mode with [#0] hosts: hostnames - [#1]
25-
HostGroup.HostsDirNotFound=Hosts dir [#0] not found
26-
HostGroup.HostsDirIsNotDirectory=Hosts dir [#0] is not a directory
27-
HostGroup.HostsDirIsEmpty=Hosts dir [#0] is empty (no child webapps found)
2819
HostGroup.DeployingHost=Deploying host found at [#0]
2920

3021
ShutdownHook.Initiating=JVM is terminating. Shutting down Jetty
3122

32-
RequestHandlerThread.ThreadName=RequestHandlerThread[#[#0]]
33-
3423
Launcher.ThreadName=LauncherControlThread[ControlPort=[#0]]
35-
Launcher.ClusterOffNoControlPort=Clustering disabled - control port must be enabled
36-
Launcher.ClusterNotFound=Clustering disabled - cluster implementation class not found
37-
Launcher.NoWebRoot=Web root not found - [#0]
3824
Launcher.ShutdownError=Error during listener init or shutdown
3925
Launcher.ControlThreadShutdownOK=Control thread shutdown successfully
4026
Launcher.ShutdownOK=Jetty shutdown successfully
4127
Launcher.FailedShutdown=Error during shutdown
4228
Launcher.StartupOK=[#0] running: controlPort=[#1]
4329
Launcher.ControlDisabled=disabled
4430
Launcher.DefaultPropertyFile=winstone.properties
45-
Launcher.NoPropertyFile=Property file not found ([#0]) - ignoring
4631
Launcher.UsingPropertyFile=Property file found ([#0]) - loading
47-
Launcher.ListenerNotFound=Listener [#0] not found / disabled - ignoring
48-
Launcher.ListenerStartupError=Error during listener startup
4932
Launcher.UsingCommonLib=Using common lib folder: [#0]
5033
Launcher.NoCommonLib=No common lib folder found
5134
Launcher.UsingJavaHome=Using JAVA_HOME=[#0]
5235
Launcher.AddedCommonLibJar=Adding [#0] to common classpath
5336
Launcher.ShutdownRequestReceived=Shutdown request received via the controlPort. Commencing Jetty shutdown
5437
Launcher.ReloadRequestReceived=Reload request received via the controlPort. Commencing Jetty reload
55-
Launcher.ClusterStartupError=WARNING: Error during startup of cluster implementation - ignoring
5638
Launcher.CLClassLoader=Initializing Common Lib classloader: [#0]
5739
Launcher.StartupArgs=Winstone startup arguments: [#0]
58-
Launcher.JNDIDisabled=JNDI disabled at container level - can't find JNDI Manager class
59-
Launcher.JNDIError=JNDI disabled at container level - couldn't load JNDI Manager: [#0]
6040
Launcher.EmbeddedPropertiesFile=/embedded.properties
6141
Launcher.EmbeddedWarFile=/embedded.war
6242
Launcher.EmbeddedWebroot=winstoneEmbeddedWAR
6343
Launcher.CopyingEmbeddedWarfile=Extracting embedded warfile to [#0]
64-
Launcher.NeedsJDK14=Listener class [#0] needs JDK1.4 support. Disabling
6544
Launcher.ContainerStartupError=Container startup failed
6645
Launcher.ExtraLibFolder=You are using an extra library folder, support for which will end on or after January 1, 2023.
6746

0 commit comments

Comments
 (0)