glassfish 0.9.1-universal-java → 0.9.2-universal-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. data/domains/domain1/config/default-web.xml +29 -2
  2. data/lib/templates/default-web.xml +28 -2
  3. data/lib/templates/domain.xml +1 -0
  4. data/modules/admin-cli.jar +0 -0
  5. data/modules/api-exporter.jar +0 -0
  6. data/modules/asm-all-repackaged.jar +0 -0
  7. data/modules/auto-depends.jar +0 -0
  8. data/modules/branding.jar +0 -0
  9. data/modules/cli-framework.jar +0 -0
  10. data/modules/common-util.jar +0 -0
  11. data/modules/config-api.jar +0 -0
  12. data/modules/config.jar +0 -0
  13. data/modules/deployment-admin.jar +0 -0
  14. data/modules/deployment-autodeploy.jar +0 -0
  15. data/modules/deployment-common.jar +0 -0
  16. data/modules/flashlight-agent.jar +0 -0
  17. data/modules/flashlight-framework.jar +0 -0
  18. data/modules/gf-jruby-connector.jar +0 -0
  19. data/modules/glassfish-api.jar +0 -0
  20. data/modules/glassfish.jar +0 -0
  21. data/modules/glassfish.rb +2 -0
  22. data/modules/grizzly-framework.jar +0 -0
  23. data/modules/grizzly-http.jar +0 -0
  24. data/modules/grizzly-jruby-module.jar +0 -0
  25. data/modules/grizzly-jruby.jar +0 -0
  26. data/modules/grizzly-portunif.jar +0 -0
  27. data/modules/grizzly-rcm.jar +0 -0
  28. data/modules/grizzly-utils.jar +0 -0
  29. data/modules/hk2-core.jar +0 -0
  30. data/modules/hk2.jar +0 -0
  31. data/modules/internal-api.jar +0 -0
  32. data/modules/kernel.jar +0 -0
  33. data/modules/launcher.jar +0 -0
  34. data/modules/tiger-types-osgi.jar +0 -0
  35. data/modules/version.rb +1 -1
  36. metadata +68 -81
  37. data/domains/domain1/config/domain.xml_ORIG +0 -170
  38. data/felix/bin/felix.jar +0 -0
  39. data/felix/bundle/org.apache.felix.shell.jar +0 -0
  40. data/felix/bundle/org.apache.felix.shell.remote.jar +0 -0
  41. data/felix/bundle/org.apache.felix.shell.tui.jar +0 -0
  42. data/felix/conf/config.properties +0 -277
  43. data/felix/conf/system.properties +0 -14
  44. data/modules/grizzly-module.jar +0 -0
  45. data/modules/javax.xml.stream.jar +0 -0
  46. data/modules/monitoring-core.jar +0 -0
  47. data/modules/osgi-adapter.jar +0 -0
  48. data/modules/stats77.jar +0 -0
  49. data/modules/stax-api.jar +0 -0
  50. data/modules/wstx-asl.jar +0 -0
@@ -81,7 +81,11 @@
81
81
  <!-- resources to be served. [2048] -->
82
82
  <!-- -->
83
83
  <!-- listings Should directory listings be produced if there -->
84
- <!-- is no welcome file in this directory? [true] -->
84
+ <!-- is no welcome file in this directory? [false] -->
85
+ <!-- WARNING: Listings for directories with many -->
86
+ <!-- entries can be slow and may consume -->
87
+ <!-- significant proportions of server resources. -->
88
+ <!-- -->
85
89
  <!-- -->
86
90
  <!-- output Output buffer size (in bytes) when writing -->
87
91
  <!-- resources to be served. [2048] -->
@@ -89,6 +93,29 @@
89
93
  <!-- readonly Is this context "read only", so HTTP -->
90
94
  <!-- commands like PUT and DELETE are -->
91
95
  <!-- rejected? [true] -->
96
+ <!-- -->
97
+ <!-- readmeFile File name to display with the directory -->
98
+ <!-- contents. [null] -->
99
+ <!-- -->
100
+ <!-- sendfileSize If the connector used supports sendfile, this -->
101
+ <!-- represents the minimal file size in KB for -->
102
+ <!-- which sendfile will be used. Use a negative -->
103
+ <!-- value to always disable sendfile. [48] -->
104
+ <!-- -->
105
+ <!-- useAcceptRanges Should the Accept-Ranges header be included -->
106
+ <!-- in responses where appropriate? [true] -->
107
+ <!-- -->
108
+ <!-- For directory listing customization. Checks localXsltFile, then -->
109
+ <!-- globalXsltFile, then defaults to original behavior. -->
110
+ <!-- -->
111
+ <!-- localXsltFile Make directory listings an XML doc and -->
112
+ <!-- pass the result to this style sheet residing -->
113
+ <!-- in that directory. This overrides -->
114
+ <!-- globalXsltFile[null] -->
115
+ <!-- -->
116
+ <!-- globalXsltFile Site wide configuration version of -->
117
+ <!-- localXsltFile This argument is expected -->
118
+ <!-- to be a physical file. [null] -->
92
119
 
93
120
  <servlet>
94
121
  <servlet-name>default</servlet-name>
@@ -99,7 +126,7 @@
99
126
  </init-param>
100
127
  <init-param>
101
128
  <param-name>listings</param-name>
102
- <param-value>true</param-value>
129
+ <param-value>false</param-value>
103
130
  </init-param>
104
131
  <load-on-startup>1</load-on-startup>
105
132
  </servlet>
@@ -81,7 +81,10 @@
81
81
  <!-- resources to be served. [2048] -->
82
82
  <!-- -->
83
83
  <!-- listings Should directory listings be produced if there -->
84
- <!-- is no welcome file in this directory? [true] -->
84
+ <!-- is no welcome file in this directory? [false] -->
85
+ <!-- WARNING: Listings for directories with many -->
86
+ <!-- entries can be slow and may consume -->
87
+ <!-- significant proportions of server resources. -->
85
88
  <!-- -->
86
89
  <!-- output Output buffer size (in bytes) when writing -->
87
90
  <!-- resources to be served. [2048] -->
@@ -89,6 +92,29 @@
89
92
  <!-- readonly Is this context "read only", so HTTP -->
90
93
  <!-- commands like PUT and DELETE are -->
91
94
  <!-- rejected? [true] -->
95
+ <!-- -->
96
+ <!-- readmeFile File name to display with the directory -->
97
+ <!-- contents. [null] -->
98
+ <!-- -->
99
+ <!-- sendfileSize If the connector used supports sendfile, this -->
100
+ <!-- represents the minimal file size in KB for -->
101
+ <!-- which sendfile will be used. Use a negative -->
102
+ <!-- value to always disable sendfile. [48] -->
103
+ <!-- -->
104
+ <!-- useAcceptRanges Should the Accept-Ranges header be included -->
105
+ <!-- in responses where appropriate? [true] -->
106
+ <!-- -->
107
+ <!-- For directory listing customization. Checks localXsltFile, then -->
108
+ <!-- globalXsltFile, then defaults to original behavior. -->
109
+ <!-- -->
110
+ <!-- localXsltFile Make directory listings an XML doc and -->
111
+ <!-- pass the result to this style sheet residing -->
112
+ <!-- in that directory. This overrides -->
113
+ <!-- globalXsltFile[null] -->
114
+ <!-- -->
115
+ <!-- globalXsltFile Site wide configuration version of -->
116
+ <!-- localXsltFile This argument is expected -->
117
+ <!-- to be a physical file. [null] -->
92
118
 
93
119
  <servlet>
94
120
  <servlet-name>default</servlet-name>
@@ -99,7 +125,7 @@
99
125
  </init-param>
100
126
  <init-param>
101
127
  <param-name>listings</param-name>
102
- <param-value>true</param-value>
128
+ <param-value>false</param-value>
103
129
  </init-param>
104
130
  <load-on-startup>1</load-on-startup>
105
131
  </servlet>
@@ -146,6 +146,7 @@
146
146
  <module-monitoring-levels />
147
147
  </monitoring-service>
148
148
  <java-config classpath-suffix="" system-classpath="" debug-options="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9009">
149
+ <jvm-options>-XX:MaxPermSize=192m</jvm-options>
149
150
  <jvm-options>-client</jvm-options>
150
151
  <jvm-options>-XX:+UnlockDiagnosticVMOptions</jvm-options>
151
152
  <jvm-options>-XX:+LogVMOutput</jvm-options>
Binary file
Binary file
Binary file
Binary file
data/modules/branding.jar CHANGED
Binary file
Binary file
Binary file
Binary file
data/modules/config.jar CHANGED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/modules/glassfish.rb CHANGED
@@ -49,6 +49,8 @@ module GlassFish
49
49
  java.lang.System.setProperty("jruby.runtime.max", args[:runtimes_max].to_s)
50
50
  java.lang.System.setProperty("rails.env", args[:environment])
51
51
  java.lang.System.setProperty("jruby.gem.port", args[:port].to_s)
52
+ java.lang.System.setProperty("GlassFish_Platform", "Static")
53
+ #java.lang.System.setProperty("glassfish.static.cache.dir", args[:app_dir]+"/tmp")
52
54
 
53
55
  ASMain.main([args[:app_dir], "--contextroot", args[:contextroot]].to_java(:string))
54
56
  end
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/modules/hk2-core.jar CHANGED
Binary file
data/modules/hk2.jar CHANGED
Binary file
Binary file
data/modules/kernel.jar CHANGED
Binary file
data/modules/launcher.jar CHANGED
Binary file
Binary file
data/modules/version.rb CHANGED
@@ -36,6 +36,6 @@
36
36
 
37
37
  module GlassFish
38
38
  module VERSION
39
- STRING = "0.9.1"
39
+ STRING = "0.9.2"
40
40
  end
41
41
  end
metadata CHANGED
@@ -7,52 +7,54 @@ executables:
7
7
  - glassfish_rails
8
8
  - gfadmin
9
9
  version: !ruby/object:Gem::Version
10
- version: 0.9.1
10
+ version: 0.9.2
11
11
  post_install_message:
12
- date: 2008-12-04 08:00:00 +00:00
12
+ date: 2009-01-30 08:00:00 +00:00
13
13
  files:
14
14
  - bin/gfadmin
15
15
  - bin/glassfish
16
16
  - bin/glassfish_rails
17
- - lib/appclient
18
- - lib/jndi-properties.jar
19
- - lib/package-appclient.xml
20
- - lib/processLauncher.properties
21
- - lib/processLauncher.xml
22
- - lib/registration
23
17
  - lib/templates
24
- - lib/appclient/appclientlogin.conf
25
- - lib/appclient/client.policy
26
- - lib/appclient/wss-client-config-1.0.xml
27
- - lib/appclient/wss-client-config-2.0.xml
28
- - lib/registration/servicetag-registry.xml
29
- - lib/templates/cacerts.jks
30
- - lib/templates/default-web.xml
31
- - lib/templates/domain.xml
32
- - lib/templates/domain.xml.xsl
33
- - lib/templates/keyfile
34
- - lib/templates/keystore.jks
35
- - lib/templates/logging.properties
36
- - lib/templates/login.conf
37
- - lib/templates/profile.properties
18
+ - lib/registration
19
+ - lib/processLauncher.xml
20
+ - lib/processLauncher.properties
21
+ - lib/package-appclient.xml
22
+ - lib/jndi-properties.jar
23
+ - lib/appclient
38
24
  - lib/templates/server.policy
39
- - felix/bin
40
- - felix/bundle
41
- - felix/conf
42
- - felix/bin/felix.jar
43
- - felix/bundle/org.apache.felix.shell.jar
44
- - felix/bundle/org.apache.felix.shell.remote.jar
45
- - felix/bundle/org.apache.felix.shell.tui.jar
46
- - felix/conf/config.properties
47
- - felix/conf/system.properties
48
- - modules/admin-cli.jar
49
- - modules/api-exporter.jar
50
- - modules/asadmin.rb
51
- - modules/asm-all-repackaged.jar
52
- - modules/auto-depends.jar
53
- - modules/branding.jar
25
+ - lib/templates/profile.properties
26
+ - lib/templates/login.conf
27
+ - lib/templates/logging.properties
28
+ - lib/templates/keystore.jks
29
+ - lib/templates/keyfile
30
+ - lib/templates/domain.xml.xsl
31
+ - lib/templates/domain.xml
32
+ - lib/templates/default-web.xml
33
+ - lib/templates/cacerts.jks
34
+ - lib/registration/servicetag-registry.xml
35
+ - lib/appclient/wss-client-config-2.0.xml
36
+ - lib/appclient/wss-client-config-1.0.xml
37
+ - lib/appclient/client.policy
38
+ - lib/appclient/appclientlogin.conf
39
+ - modules/tiger-types-osgi.jar
40
+ - modules/pkg-client.jar
41
+ - modules/launcher.jar
42
+ - modules/kernel.jar
43
+ - modules/internal-api.jar
44
+ - modules/hk2.jar
45
+ - modules/hk2-core.jar
46
+ - modules/grizzly-utils.jar
47
+ - modules/grizzly-rcm.jar
48
+ - modules/grizzly-portunif.jar
49
+ - modules/grizzly-http.jar
50
+ - modules/grizzly-framework.jar
51
+ - modules/glassfish.jar
54
52
  - modules/cli-framework.jar
55
- - modules/command_line_parser.rb
53
+ - modules/branding.jar
54
+ - modules/auto-depends.jar
55
+ - modules/asm-all-repackaged.jar
56
+ - modules/api-exporter.jar
57
+ - modules/admin-cli.jar
56
58
  - modules/common-util.jar
57
59
  - modules/config-api.jar
58
60
  - modules/config.jar
@@ -61,70 +63,56 @@ files:
61
63
  - modules/deployment-common.jar
62
64
  - modules/flashlight-agent.jar
63
65
  - modules/flashlight-framework.jar
64
- - modules/gf-jruby-connector.jar
65
66
  - modules/glassfish-api.jar
66
- - modules/glassfish.jar
67
- - modules/glassfish.rb
68
- - modules/grizzly-jruby-module.jar
69
67
  - modules/grizzly-jruby.jar
70
- - modules/grizzly-module.jar
71
- - modules/hk2-core.jar
72
- - modules/hk2.jar
73
- - modules/internal-api.jar
74
- - modules/javax.xml.stream.jar
75
- - modules/kernel.jar
76
- - modules/launcher.jar
77
- - modules/monitoring-core.jar
78
- - modules/osgi-adapter.jar
79
- - modules/pkg-client.jar
80
- - modules/rdoc_usage.rb
81
- - modules/stats77.jar
82
- - modules/stax-api.jar
83
- - modules/tiger-types-osgi.jar
68
+ - modules/gf-jruby-connector.jar
69
+ - modules/grizzly-jruby-module.jar
70
+ - modules/command_line_parser.rb
84
71
  - modules/version.rb
85
- - modules/wstx-asl.jar
72
+ - modules/glassfish.rb
73
+ - modules/rdoc_usage.rb
74
+ - modules/asadmin.rb
86
75
  - config/asadminenv.conf
87
76
  - config/asenv.bat
88
77
  - config/asenv.conf
89
78
  - config/glassfish.container
90
79
  - domains/domain1
91
- - domains/domain1/applications
92
- - domains/domain1/config
80
+ - domains/domain1/master-password
93
81
  - domains/domain1/docroot
82
+ - domains/domain1/config
83
+ - domains/domain1/applications
94
84
  - domains/domain1/generated
95
85
  - domains/domain1/logs
96
- - domains/domain1/master-password
97
86
  - domains/domain1/session-store
98
- - domains/domain1/applications/j2ee-apps
99
- - domains/domain1/applications/j2ee-modules
100
- - domains/domain1/applications/lifecycle-modules
101
- - domains/domain1/applications/mbeans
102
- - domains/domain1/config/admin-keyfile
87
+ - domains/domain1/docroot/index.html
88
+ - domains/domain1/docroot/favicon.gif
89
+ - domains/domain1/config/wss-server-config-2.0.xml
90
+ - domains/domain1/config/wss-server-config-1.0.xml
91
+ - domains/domain1/config/sun-acc.xml
92
+ - domains/domain1/config/server.policy
93
+ - domains/domain1/config/login.conf
94
+ - domains/domain1/config/logging.properties
95
+ - domains/domain1/config/keystore.jks
96
+ - domains/domain1/config/keyfile
97
+ - domains/domain1/config/domain.xml
98
+ - domains/domain1/config/domain-passwords
99
+ - domains/domain1/config/default-web.xml
103
100
  - domains/domain1/config/cacerts.jks
101
+ - domains/domain1/config/admin-keyfile
104
102
  - domains/domain1/config/default-config
105
- - domains/domain1/config/default-web.xml
106
- - domains/domain1/config/domain-passwords
107
- - domains/domain1/config/domain.xml
108
- - domains/domain1/config/domain.xml_ORIG
109
- - domains/domain1/config/keyfile
110
- - domains/domain1/config/keystore.jks
111
- - domains/domain1/config/logging.properties
112
- - domains/domain1/config/login.conf
113
- - domains/domain1/config/server.policy
114
- - domains/domain1/config/sun-acc.xml
115
- - domains/domain1/config/wss-server-config-1.0.xml
116
- - domains/domain1/config/wss-server-config-2.0.xml
117
103
  - domains/domain1/config/default-config/docroot
118
104
  - domains/domain1/config/default-config/lib
119
105
  - domains/domain1/config/default-config/lib/ext
120
- - domains/domain1/docroot/favicon.gif
121
- - domains/domain1/docroot/index.html
106
+ - domains/domain1/applications/j2ee-apps
107
+ - domains/domain1/applications/j2ee-modules
108
+ - domains/domain1/applications/lifecycle-modules
109
+ - domains/domain1/applications/mbeans
122
110
  - domains/domain1/generated/ejb
123
111
  - domains/domain1/generated/jsp
124
112
  - domains/domain1/generated/xml
125
113
  - LICENSE.txt
126
114
  - COPYRIGHT
127
- rubygems_version: 1.2.0
115
+ rubygems_version: 1.0.1
128
116
  rdoc_options: []
129
117
 
130
118
  signing_key:
@@ -155,7 +143,6 @@ test_files: []
155
143
 
156
144
  dependencies:
157
145
  - !ruby/object:Gem::Dependency
158
- type: :runtime
159
146
  name: rack
160
147
  version_requirement:
161
148
  version_requirements: !ruby/object:Gem::Requirement
@@ -1,170 +0,0 @@
1
- <domain log-root="${com.sun.aas.instanceRoot}/logs" application-root="${com.sun.aas.instanceRoot}/applications" version="10.0">
2
- <system-applications />
3
- <applications />
4
- <resources>
5
- <jdbc-resource pool-name="__TimerPool" jndi-name="jdbc/__TimerPool" object-type="system-admin" />
6
- <jdbc-resource pool-name="DerbyPool" jndi-name="jdbc/__default" />
7
- <jdbc-connection-pool name="__TimerPool" datasource-classname="org.apache.derby.jdbc.EmbeddedXADataSource" res-type="javax.sql.XADataSource">
8
- <property value="${com.sun.aas.instanceRoot}/lib/databases/ejbtimer" name="databaseName" />
9
- <property value=";create=true" name="connectionAttributes" />
10
- </jdbc-connection-pool>
11
- <jdbc-connection-pool is-isolation-level-guaranteed="false" name="DerbyPool" datasource-classname="org.apache.derby.jdbc.ClientDataSource" res-type="javax.sql.DataSource">
12
- <property value="1527" name="PortNumber" />
13
- <property value="APP" name="Password" />
14
- <property value="APP" name="User" />
15
- <property value="localhost" name="serverName" />
16
- <property value="sun-appserv-samples" name="DatabaseName" />
17
- <property value=";create=true" name="connectionAttributes" />
18
- </jdbc-connection-pool>
19
- </resources>
20
- <servers>
21
- <server config-ref="server-config" name="server">
22
- <resource-ref ref="jdbc/__TimerPool" />
23
- <resource-ref ref="jdbc/__default" />
24
- </server>
25
- </servers>
26
- <configs>
27
- <config name="server-config">
28
- <http-service>
29
- <access-log rotation-interval-in-minutes="15" rotation-suffix="yyyy-MM-dd" />
30
- <http-listener default-virtual-server="server" server-name="" address="0.0.0.0" port="8080" id="http-listener-1">
31
- </http-listener>
32
- <http-listener default-virtual-server="server" enabled="false" security-enabled="true" server-name="" address="0.0.0.0" port="8181" id="http-listener-2">
33
- <ssl ssl3-enabled="false" cert-nickname="s1as" />
34
- </http-listener>
35
- <http-listener default-virtual-server="__asadmin" server-name="" address="0.0.0.0" port="4848" id="admin-listener">
36
- </http-listener>
37
- <virtual-server id="server" http-listeners="http-listener-1,http-listener-2">
38
- <property value="${com.sun.aas.instanceRoot}/docroot" name="docroot" />
39
- <property value="${com.sun.aas.instanceRoot}/logs/access" name="accesslog" />
40
- <property value="false" name="sso-enabled" />
41
- </virtual-server>
42
- <virtual-server id="__asadmin" http-listeners="admin-listener">
43
- <property value="${com.sun.aas.instanceRoot}/docroot" name="docroot" />
44
- <property value="${com.sun.aas.instanceRoot}/logs/access" name="accesslog" />
45
- <property value="false" name="sso-enabled" />
46
- </virtual-server>
47
- <request-processing initial-thread-count="2" header-buffer-length-in-bytes="8192" thread-count="20" thread-increment="1" />
48
- <keep-alive max-connections="250" />
49
- <connection-pool />
50
- <http-protocol default-response-type="text/plain; charset=iso-8859-1" forced-response-type="text/plain; charset=iso-8859-1" />
51
- <http-file-cache file-caching-enabled="false" globally-enabled="false" />
52
- <property value="false" name="accessLoggingEnabled" />
53
- </http-service>
54
- <iiop-service>
55
- <orb use-thread-pool-ids="thread-pool-1" />
56
- <iiop-listener address="0.0.0.0" port="3700" id="orb-listener-1" />
57
- <iiop-listener security-enabled="true" address="0.0.0.0" port="3820" id="SSL">
58
- <ssl cert-nickname="s1as" />
59
- </iiop-listener>
60
- <iiop-listener security-enabled="true" address="0.0.0.0" port="3920" id="SSL_MUTUALAUTH">
61
- <ssl cert-nickname="s1as" client-auth-enabled="true" />
62
- </iiop-listener>
63
- </iiop-service>
64
- <admin-service type="das-and-server" system-jmx-connector-name="system">
65
- <jmx-connector auth-realm-name="admin-realm" security-enabled="false" address="0.0.0.0" port="8686" name="system" />
66
- <das-config autodeploy-enabled="true" dynamic-reload-enabled="true" deploy-xml-validation="full" autodeploy-dir="${com.sun.aas.instanceRoot}/autodeploy" />
67
- <property value="/admin" name="adminConsoleContextRoot" />
68
- <property value="glassfish/lib/install/applications/admingui.war" name="adminConsoleDownloadLocation" />
69
- <property value="${com.sun.aas.installRoot}/.." name="ipsRoot" />
70
- </admin-service>
71
- <web-container>
72
- <session-config>
73
- <session-manager>
74
- <manager-properties />
75
- <store-properties />
76
- </session-manager>
77
- <session-properties />
78
- </session-config>
79
- </web-container>
80
- <ejb-container steady-pool-size="0" max-pool-size="32" session-store="${com.sun.aas.instanceRoot}/session-store" pool-resize-quantity="8">
81
- <ejb-timer-service />
82
- </ejb-container>
83
- <mdb-container steady-pool-size="0" max-pool-size="32" pool-resize-quantity="8" >
84
- </mdb-container>
85
- <jms-service type="EMBEDDED" default-jms-host="default_JMS_host">
86
- <jms-host host="localhost" name="default_JMS_host" />
87
- </jms-service>
88
- <log-service file="${com.sun.aas.instanceRoot}/logs/server.log" log-rotation-limit-in-bytes="2000000">
89
- <module-log-levels />
90
- </log-service>
91
- <security-service>
92
- <auth-realm classname="com.sun.enterprise.security.auth.realm.file.FileRealm" name="admin-realm">
93
- <property value="${com.sun.aas.instanceRoot}/config/admin-keyfile" name="file" />
94
- <property value="fileRealm" name="jaas-context" />
95
- </auth-realm>
96
- <auth-realm classname="com.sun.enterprise.security.auth.realm.file.FileRealm" name="file">
97
- <property value="${com.sun.aas.instanceRoot}/config/keyfile" name="file" />
98
- <property value="fileRealm" name="jaas-context" />
99
- </auth-realm>
100
- <auth-realm classname="com.sun.enterprise.security.auth.realm.certificate.CertificateRealm" name="certificate" />
101
- <jacc-provider policy-configuration-factory-provider="com.sun.enterprise.security.provider.PolicyConfigurationFactoryImpl" policy-provider="com.sun.enterprise.security.provider.PolicyWrapper" name="default">
102
- <property value="${com.sun.aas.instanceRoot}/generated/policy" name="repository" />
103
- </jacc-provider>
104
- <jacc-provider policy-configuration-factory-provider="com.sun.enterprise.security.jacc.provider.SimplePolicyConfigurationFactory" policy-provider="com.sun.enterprise.security.jacc.provider.SimplePolicyProvider" name="simple" />
105
- <audit-module classname="com.sun.enterprise.security.Audit" name="default">
106
- <property value="false" name="auditOn" />
107
- </audit-module>
108
- <message-security-config auth-layer="SOAP">
109
- <provider-config provider-id="XWS_ClientProvider" class-name="com.sun.xml.wss.provider.ClientSecurityAuthModule" provider-type="client">
110
- <request-policy auth-source="content" />
111
- <response-policy auth-source="content" />
112
- <property value="s1as" name="encryption.key.alias" />
113
- <property value="s1as" name="signature.key.alias" />
114
- <property value="false" name="dynamic.username.password" />
115
- <property value="false" name="debug" />
116
- </provider-config>
117
- <provider-config provider-id="ClientProvider" class-name="com.sun.xml.wss.provider.ClientSecurityAuthModule" provider-type="client">
118
- <request-policy auth-source="content" />
119
- <response-policy auth-source="content" />
120
- <property value="s1as" name="encryption.key.alias" />
121
- <property value="s1as" name="signature.key.alias" />
122
- <property value="false" name="dynamic.username.password" />
123
- <property value="false" name="debug" />
124
- <property value="${com.sun.aas.instanceRoot}/config/wss-server-config-1.0.xml" name="security.config" />
125
- </provider-config>
126
- <provider-config provider-id="XWS_ServerProvider" class-name="com.sun.xml.wss.provider.ServerSecurityAuthModule" provider-type="server">
127
- <request-policy auth-source="content" />
128
- <response-policy auth-source="content" />
129
- <property value="s1as" name="encryption.key.alias" />
130
- <property value="s1as" name="signature.key.alias" />
131
- <property value="false" name="debug" />
132
- </provider-config>
133
- <provider-config provider-id="ServerProvider" class-name="com.sun.xml.wss.provider.ServerSecurityAuthModule" provider-type="server">
134
- <request-policy auth-source="content" />
135
- <response-policy auth-source="content" />
136
- <property value="s1as" name="encryption.key.alias" />
137
- <property value="s1as" name="signature.key.alias" />
138
- <property value="false" name="debug" />
139
- <property value="${com.sun.aas.instanceRoot}/config/wss-server-config-1.0.xml" name="security.config" />
140
- </provider-config>
141
- </message-security-config>
142
- </security-service>
143
- <transaction-service tx-log-dir="${com.sun.aas.instanceRoot}/logs" >
144
- </transaction-service>
145
- <monitoring-service>
146
- <module-monitoring-levels />
147
- </monitoring-service>
148
- <java-config classpath-suffix="" system-classpath="" debug-options="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9009">
149
- <jvm-options>-client</jvm-options>
150
- <jvm-options>-XX:+UnlockDiagnosticVMOptions</jvm-options>
151
- <jvm-options>-XX:+LogVMOutput</jvm-options>
152
- <jvm-options>-XX:LogFile=${com.sun.aas.instanceRoot}/logs/jvm.log</jvm-options>
153
- <jvm-options>-Djava.endorsed.dirs=${com.sun.aas.installRoot}/lib/endorsed</jvm-options>
154
- <jvm-options>-Djava.security.policy=${com.sun.aas.instanceRoot}/config/server.policy</jvm-options>
155
- <jvm-options>-Djava.security.auth.login.config=${com.sun.aas.instanceRoot}/config/login.conf</jvm-options>
156
- <jvm-options>-Xmx512m</jvm-options>
157
- <jvm-options>-Djavax.net.ssl.keyStore=${com.sun.aas.instanceRoot}/config/keystore.jks</jvm-options>
158
- <jvm-options>-Djavax.net.ssl.trustStore=${com.sun.aas.instanceRoot}/config/cacerts.jks</jvm-options>
159
- <jvm-options>-Djava.ext.dirs=${com.sun.aas.javaRoot}/lib/ext${path.separator}${com.sun.aas.javaRoot}/jre/lib/ext${path.separator}${com.sun.aas.instanceRoot}/lib/ext${path.separator}${com.sun.aas.derbyRoot}/lib</jvm-options>
160
- <jvm-options>-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver</jvm-options>
161
- <jvm-options>-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory</jvm-options>
162
- <jvm-options>-XX:NewRatio=2</jvm-options>
163
- </java-config>
164
- <thread-pools>
165
- <thread-pool thread-pool-id="thread-pool-1" />
166
- </thread-pools>
167
- </config>
168
- </configs>
169
- <property value="domain1" name="administrative.domain.name" />
170
- </domain>
data/felix/bin/felix.jar DELETED
Binary file
@@ -1,277 +0,0 @@
1
- # Licensed to the Apache Software Foundation (ASF) under one
2
- # or more contributor license agreements. See the NOTICE file
3
- # distributed with this work for additional information
4
- # regarding copyright ownership. The ASF licenses this file
5
- # to you under the Apache License, Version 2.0 (the
6
- # "License"); you may not use this file except in compliance
7
- # with the License. You may obtain a copy of the License at
8
- #
9
- # http://www.apache.org/licenses/LICENSE-2.0
10
- #
11
- # Unless required by applicable law or agreed to in writing,
12
- # software distributed under the License is distributed on an
13
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
- # KIND, either express or implied. See the License for the
15
- # specific language governing permissions and limitations
16
- # under the License.
17
-
18
-
19
- #
20
- # Framework config properties.
21
- #
22
- # HK2 OSGi Adapter property
23
- org.jvnet.hk2.osgiadapter.contextrootdir=${com.sun.aas.installRoot}/modules
24
-
25
- org.osgi.framework.system.packages=org.osgi.framework; version=1.4.0, \
26
- org.osgi.service.packageadmin; version=1.2.0, \
27
- org.osgi.service.startlevel; version=1.1.0, \
28
- org.osgi.service.url; version=1.0.0, \
29
- org.osgi.util.tracker; version=1.3.3 \
30
- ${gf-packages}
31
-
32
- # We really need to delegate for these classes only, but
33
- # eventually we have to use "*" to support lib directory.
34
- # So, I am using "*" now.
35
- # org.osgi.framework.bootdelegation=javax.*
36
- org.osgi.framework.bootdelegation=*
37
-
38
- # INSTRUCTIONS TO USE FELIX SHELL WITH GLASSFISH.
39
- # To install and auto-start Felix Shell, add the following bundles
40
- # to autostart property below (if not already added).
41
- # Please add them at the end so that the shell
42
- # starts after GlassFish. The remote shell uses telnet protocol and
43
- # listens on port 6666 by default. So you can telnet from network
44
- # connecting to that port. To change the port number, use
45
- # the property called osgi.shell.telnet.port.
46
- # Refer to http://felix.apache.org/site/apache-felix-remote-shell.html
47
- # for detailed information about how to use remote shell.
48
- # ${com.sun.aas.installRootURI}/felix/bundle/org.apache.felix.shell.jar \
49
- # ${com.sun.aas.installRootURI}/felix/bundle/org.apache.felix.shell.remote.jar
50
-
51
- # The reason for using yet another variable called com.sun.aas.installRootURI
52
- # instead of com.sun.aas.installRoot is that on Windows, the native pathname
53
- # uses '\' which is not in URI synatx. Felix requires a URI for the
54
- # bundles to be auto-started.
55
- # GlassFish specific note:
56
- # Auto-start osgi-adapter module, which is our management bundle.
57
- # Also start all its dependencies.
58
- # The reason for adding stax api is that they are needed by
59
- # HK2 runtime, so we can't wait for HK2 to install them from modules dir.
60
- # When we address issue #5421, we can stop pre-installing javax.xml.stream
61
- # module, as the corresponding APIs will be exported by parent CL.
62
- felix.auto.start.1= \
63
- ${com.sun.aas.installRootURI}/modules/javax.xml.stream.jar \
64
- ${com.sun.aas.installRootURI}/modules/tiger-types-osgi.jar \
65
- ${com.sun.aas.installRootURI}/modules/auto-depends.jar \
66
- ${com.sun.aas.installRootURI}/modules/config.jar \
67
- ${com.sun.aas.installRootURI}/modules/hk2-core.jar \
68
- ${com.sun.aas.installRootURI}/modules/osgi-adapter.jar
69
-
70
- # log level 1: error, 2: warning, 3: info, 4: debug
71
- felix.log.level=1
72
- felix.startlevel.framework=1
73
- # Set bundle start level to be same as that of framework,
74
- # otherwise HK2 installed bundles won't be activated.
75
- # See issue #5934
76
- felix.startlevel.bundle=1
77
- #felix.service.urlhandlers=false
78
- # Port on which remote shell listens for connections.
79
- osgi.shell.telnet.port=6666
80
- # How many concurrent users can connect to this remote shell
81
- osgi.shell.telnet.maxconn=2
82
-
83
- #
84
- # Java platform package export properties.
85
- # Since, we need to be able to run in both JDK 5 and 6,
86
- # we only export JDK 5 classes.
87
- # We don't export javax.transaction, as we get that from
88
- # GlassFish.
89
- #
90
- gf-packages=, \
91
- com.ibm.security.util; \
92
- com.ibm.security.x509; \
93
- com.sun.corba.se.impl.orbutil.threadpool; \
94
- com.sun.corba.se.spi.orbutil.threadpool; \
95
- com.sun.j3d.loaders; \
96
- com.sun.j3d.loaders.lw3d; \
97
- com.sun.j3d.loaders.objectfile; \
98
- com.sun.j3d.utils.behaviors.keyboard; \
99
- com.sun.j3d.utils.behaviors.mouse; \
100
- com.sun.j3d.utils.geometry; \
101
- com.sun.j3d.utils.image; \
102
- com.sun.j3d.utils.timer; \
103
- com.sun.java.swing.plaf.windows; \
104
- com.sun.mirror.apt; \
105
- com.sun.mirror.declaration; \
106
- com.sun.mirror.type; \
107
- com.sun.mirror.util; \
108
- com.sun.net.httpserver; \
109
- com.sun.org.apache.xalan.internal.res; \
110
- com.sun.org.apache.xalan.internal.xsltc.trax; \
111
- com.sun.org.apache.xerces.internal.dom; \
112
- com.sun.org.apache.xerces.internal.impl; \
113
- com.sun.org.apache.xerces.internal.impl.dv.util; \
114
- com.sun.org.apache.xerces.internal.jaxp; \
115
- com.sun.org.apache.xerces.internal.parsers; \
116
- com.sun.org.apache.xerces.internal.parsers; \
117
- com.sun.org.apache.xerces.internal.util; \
118
- com.sun.org.apache.xerces.internal.xni; \
119
- com.sun.org.apache.xerces.internal.xni.grammars; \
120
- com.sun.org.apache.xerces.internal.xni.parser; \
121
- com.sun.org.apache.xml.internal.dtm; \
122
- com.sun.org.apache.xml.internal.serialize; \
123
- com.sun.org.apache.xml.internal.utils; \
124
- com.sun.org.apache.xml.internal.utils; \
125
- com.sun.org.apache.xpath.internal; \
126
- com.sun.org.apache.xpath.internal; \
127
- com.sun.org.apache.xpath.internal.compiler; \
128
- com.sun.org.apache.xpath.internal.functions; \
129
- com.sun.org.apache.xpath.internal.jaxp; \
130
- com.sun.org.apache.xpath.internal.objects; \
131
- com.sun.org.apache.xpath.internal.objects; \
132
- com.sun.security.auth; \
133
- com.sun.security.auth.callback; \
134
- com.sun.tools.apt; \
135
- com.sun.tools.javac; \
136
- javax.activity; \
137
- javax.accessibility; \
138
- javax.crypto; \
139
- javax.crypto.interfaces; \
140
- javax.crypto.spec; \
141
- javax.imageio; \
142
- javax.imageio.event; \
143
- javax.imageio.metadata; \
144
- javax.imageio.plugins.bmp; \
145
- javax.imageio.plugins.jpeg; \
146
- javax.imageio.spi; \
147
- javax.imageio.stream; \
148
- javax.management; \
149
- javax.management.loading; \
150
- javax.management.modelmbean; \
151
- javax.management.monitor; \
152
- javax.management.openmbean; \
153
- javax.management.relation; \
154
- javax.management.remote; \
155
- javax.management.remote.rmi; \
156
- javax.management.timer; \
157
- javax.media.j3d; \
158
- javax.naming; \
159
- javax.naming.directory; \
160
- javax.naming.event; \
161
- javax.naming.ldap; \
162
- javax.naming.spi; \
163
- javax.net; \
164
- javax.net.ssl; \
165
- javax.print; \
166
- javax.print.attribute; \
167
- javax.print.attribute.standard; \
168
- javax.print.event; \
169
- javax.rmi; \
170
- javax.rmi.CORBA; \
171
- javax.rmi.ssl; \
172
- javax.security.auth; \
173
- javax.security.auth.callback; \
174
- javax.security.auth.kerberos; \
175
- javax.security.auth.login; \
176
- javax.security.auth.spi; \
177
- javax.security.auth.x500; \
178
- javax.security.cert; \
179
- javax.security.sasl; \
180
- javax.sound.midi; \
181
- javax.sound.midi.spi; \
182
- javax.sound.sampled; \
183
- javax.sound.sampled.spi; \
184
- javax.sql; \
185
- javax.sql.rowset; \
186
- javax.sql.rowset.serial; \
187
- javax.sql.rowset.spi; \
188
- javax.swing; \
189
- javax.swing.border; \
190
- javax.swing.colorchooser; \
191
- javax.swing.event; \
192
- javax.swing.filechooser; \
193
- javax.swing.plaf; \
194
- javax.swing.plaf.basic; \
195
- javax.swing.plaf.metal; \
196
- javax.swing.plaf.multi; \
197
- javax.swing.plaf.synth; \
198
- javax.swing.table; \
199
- javax.swing.text; \
200
- javax.swing.text.html; \
201
- javax.swing.text.html.parser; \
202
- javax.swing.text.rtf; \
203
- javax.swing.tree; \
204
- javax.swing.undo; \
205
- javax.vecmath; \
206
- javax.xml; \
207
- javax.xml.datatype; \
208
- javax.xml.namespace; \
209
- javax.xml.parsers; \
210
- javax.tools; \
211
- javax.xml.transform; \
212
- javax.xml.transform.dom; \
213
- javax.xml.transform.sax; \
214
- javax.xml.transform.stream; \
215
- javax.xml.validation; \
216
- javax.xml.xpath; \
217
- org.ietf.jgss; \
218
- org.omg.CORBA; \
219
- org.omg.CORBA.DynAnyPackage; \
220
- org.omg.CORBA.ORBPackage; \
221
- org.omg.CORBA.TypeCodePackage; \
222
- org.omg.CORBA.portable; \
223
- org.omg.CORBA_2_3; \
224
- org.omg.CORBA_2_3.portable; \
225
- org.omg.CosNaming; \
226
- org.omg.CosNaming.NamingContextExtPackage; \
227
- org.omg.CosNaming.NamingContextPackage; \
228
- org.omg.Dynamic; \
229
- org.omg.DynamicAny; \
230
- org.omg.DynamicAny.DynAnyFactoryPackage; \
231
- org.omg.DynamicAny.DynAnyPackage; \
232
- org.omg.IOP; \
233
- org.omg.IOP.CodecFactoryPackage; \
234
- org.omg.IOP.CodecPackage; \
235
- org.omg.Messaging; \
236
- org.omg.PortableInterceptor; \
237
- org.omg.PortableInterceptor.ORBInitInfoPackage; \
238
- org.omg.PortableServer; \
239
- org.omg.PortableServer.CurrentPackage; \
240
- org.omg.PortableServer.POAManagerPackage; \
241
- org.omg.PortableServer.POAPackage; \
242
- org.omg.PortableServer.ServantLocatorPackage; \
243
- org.omg.PortableServer.portable; \
244
- org.omg.SendingContext; \
245
- org.omg.stub.java.rmi; \
246
- org.w3c.dom; \
247
- org.w3c.dom.bootstrap; \
248
- org.w3c.dom.css; \
249
- org.w3c.dom.events; \
250
- org.w3c.dom.html; \
251
- org.w3c.dom.ls; \
252
- org.w3c.dom.ranges; \
253
- org.w3c.dom.traversal; \
254
- org.w3c.dom.views; \
255
- org.xml.sax; \
256
- org.xml.sax.ext; \
257
- org.xml.sax.helpers; \
258
- sun.awt.shell; \
259
- sun.misc; \
260
- sun.net.www; \
261
- sun.nio.cs; \
262
- sun.rmi.rmic; \
263
- sun.security.action; \
264
- sun.security.action; \
265
- sun.security.jgss; \
266
- sun.security.jgss.spi; \
267
- sun.security.krb5; \
268
- sun.security.krb5.internal.crypto; \
269
- sun.security.provider; \
270
- sun.security.tools; \
271
- sun.security.util; \
272
- sun.security.util; \
273
- sun.security.x509; \
274
- sun.security.x509; \
275
- sun.tools.javac; \
276
- sunw.io; \
277
- sunw.util
@@ -1,14 +0,0 @@
1
- # GlassFish required properties
2
- # Since GlassFish users start GlassFish using GlassFish launcher,
3
- # these properties do *not* have to be set here. The GlassFish launcher
4
- # takes care of setting them.
5
- # If someone does not want to use GlassFish launcher, but start GlassFish
6
- # by directly starting Felix, then this is the place to put all the
7
- # system properties. Felix reads this file at start up time and calls
8
- # appropriate System.setProperty().
9
- # Properties defined here can be referrred using ${propName} syntax
10
- # in config.properties file.
11
-
12
- # com.sun.aas.installRoot=/space/ss141213/WS/gf/v3/publish/glassfish/
13
- # com.sun.aas.instanceRoot=/space/ss141213/WS/gf/v3/publish/glassfish/domains/domain1/
14
- # com.sun.aas.installRootURI=file:///space/ss141213/WS/gf/v3/publish/glassfish/
Binary file
Binary file
Binary file
Binary file
data/modules/stats77.jar DELETED
Binary file
data/modules/stax-api.jar DELETED
Binary file
data/modules/wstx-asl.jar DELETED
Binary file