public class ServerPiranha extends Object implements Runnable
This version of Piranha makes it possible for you to run multiple web applications at the same time.
It has a shutdown mechanism that allows you to shutdown the server by removing the piranha.pid file that should be created by the startup script.
Constructor and Description |
---|
ServerPiranha() |
Modifier and Type | Method and Description |
---|---|
static ServerPiranha |
get()
Get the instance.
|
static void |
main(String[] arguments)
Main method.
|
void |
run()
Start method.
|
public static ServerPiranha get()
public static void main(String[] arguments)
arguments
- the arguments.Copyright © 2020. All rights reserved.