Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ getServer
Method
getServer
java/org/apache/catalina/startup/Catalina.java:361–363 ·
view source on GitHub ↗
Return the server component. @return the server component
()
Source
from the content-addressed store, hash-verified
359
* @
return
the server component
360
*/
361
public
Server getServer() {
362
return
server;
363
}
364
365
366
/**
Callers
7
testStandalone
Method · 0.95
init
Method · 0.95
stopServer
Method · 0.95
load
Method · 0.95
start
Method · 0.95
stop
Method · 0.95
await
Method · 0.95
Calls
no outgoing calls
Tested by
1
testStandalone
Method · 0.76