Sign in
apache
/
tapestry-5
/
refs/heads/latest-java-tests
/
.
/
tapestry-webresources
/
src
/
test
/
java
/
RunTestWebapp.java
blob: de69686d7ec4c30d566aedd1a8c29fec6aacb9ba [
file
] [
log
] [
blame
]
import
org
.
apache
.
tapestry5
.
test
.
JettyRunner
;
public
class
RunTestWebapp
{
public
static
void
main
(
String
[]
args
)
throws
Exception
{
new
JettyRunner
(
"src/test/webapp"
,
"/"
,
8080
,
8081
).
start
();
}
}