diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-29 07:16:54 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-29 07:16:54 +0000 |
| commit | 9b5f411bd5b8163c5b6b20195e0b8b648f5ab440 (patch) | |
| tree | 62e4ab59157c8b8029967960d8c3995977b881f2 /java/orion/files/patch-config:default-web-site.xml | |
| parent | finance/grisbi: upgrading to 0.4.2. (diff) | |
[new port]: java/orion
Orion version 2.0.2 has all the features of J2EE 1.3, such
as JSP 1.2, Servlet 2.3, EJB 2.0, Connector 1.0, client jars
for remote and emdedded clients. The new EJB 2.0 features
will make it easier than ever to take advantage of third party
tools. The Orion 2.0.2 features gives you a full J2EE 1.3
compliant Application Server with extremely good performance
for an affordable price.
PR: ports/60522
Submitted by: Jerry <unidevel@yahoo.com.cn>
Diffstat (limited to 'java/orion/files/patch-config:default-web-site.xml')
| -rw-r--r-- | java/orion/files/patch-config:default-web-site.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/orion/files/patch-config:default-web-site.xml b/java/orion/files/patch-config:default-web-site.xml new file mode 100644 index 000000000000..09facd81d2af --- /dev/null +++ b/java/orion/files/patch-config:default-web-site.xml @@ -0,0 +1,11 @@ +--- config/default-web-site.xml.orig Mon Dec 22 16:38:56 2003 ++++ config/default-web-site.xml Mon Dec 22 16:39:04 2003 +@@ -1,7 +1,7 @@ + <?xml version="1.0"?> + <!DOCTYPE web-site PUBLIC "Orion Web-site" "http://www.orionserver.com/dtds/web-site.dtd"> + +-<web-site host="[ALL]" port="80" display-name="Default Orion WebSite"> ++<web-site host="[ALL]" port="8080" display-name="Default Orion WebSite"> + <!-- The default web-app for this site, bound to the root --> + <default-web-app application="default" name="defaultWebApp" /> + |
