Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
frascati
frascati
Commits
cd318d40
Commit
cd318d40
authored
Mar 13, 2013
by
Philippe Merle
Browse files
Cosmetic update.
parent
72a2c8fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
frascati/modules/frascati-servlet-cxf/src/main/java/org/ow2/frascati/servlet/manager/JettyServletManager.java
View file @
cd318d40
...
...
@@ -162,15 +162,15 @@ public class JettyServletManager
public
void
shutdown
()
{
// Obtain the Apache CXF Jetty server factory.
JettyHTTPServerEngineFactory
jettyFactory
=
BusFactory
.
getDefaultBus
().
getExtension
(
JettyHTTPServerEngineFactory
.
class
);
JettyHTTPServerEngineFactory
jettyFactory
=
BusFactory
.
getDefaultBus
().
getExtension
(
JettyHTTPServerEngineFactory
.
class
);
// Shutdown all started Apache CXF Jetty server engines.
log
.
info
(
"Shutdown all started Apache CXF Jetty server engines."
);
for
(
int
port
:
this
.
ports
)
{
log
.
info
(
"Shutdown Apache CXF Jetty server engine on port "
+
port
+
"."
);
// Shutdown all started Apache CXF Jetty server engines.
log
.
info
(
"Shutdown all started Apache CXF Jetty server engines."
);
for
(
int
port
:
this
.
ports
)
{
log
.
info
(
"Shutdown Apache CXF Jetty server engine on port "
+
port
+
"."
);
jettyFactory
.
destroyForPort
(
port
);
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment