|
Rank: Member
Groups: Registered
Joined: 10/13/2014 Posts: 10
|
Hi team
Can we use multiple web.xml with two different urls in the same server
Deploying my client war in another server1 and accessing my service deployed in different server2
I mean same key can be used across other servers and multiple application in the same server with two web.xmls
Please clarify based on reply will opt for the purchase category
Planning to opt for 8 servers licence will that suit my requirement Thanks in Advance Guna
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
Hi Guna, FYI a Site Wide license is one key that works anywhere. But otherwise you need a separate license key for each domain/server combination. So if you have 1 server running 2 domain names, then you need 2 keys. If you have 2 servers (load balanced) running 1 domain name, you need 2 keys. Let's say you have one WAR that you want to deploy to multiple servers under multiple domains, you can do that with one web.xml for all of them. To use more than one license key in one web.xml you do this Code: <init-param> <param-name>licenseKey</param-name> <param-value>12345</param-value> </init-param> <init-param> <param-name>licenseKey2</param-name> <param-value>12345</param-value> </init-param> <init-param> <param-name>licenseKey3</param-name> <param-value>12345</param-value> </init-param>
As many as you need up to licenseKey6. Hope this addresses your question? Jim -your feedback is helpful to other users, thank you!-your feedback is helpful to other users, thank you!
|
|
Rank: Member
Groups: Registered
Joined: 10/13/2014 Posts: 10
|
Hi Jim,
One more clarification I use a ear and war (service and client) in the same server in this case I have three web.xmls for both the application, so I can purchase a single license and use the same for two different urls
One client war will be used in different server
Thanks in advance Guna
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
Are the two different URLs under the same domain name (or hostname)? If not, you need 2 licenses. -your feedback is helpful to other users, thank you!-your feedback is helpful to other users, thank you!
|
|
Rank: Member
Groups: Registered
Joined: 10/13/2014 Posts: 10
|
Hi Jim,
Will be using a ear and war(Service and Client) in same domain
Will be using a ClientWar in a different domain
So as per my understanding we need to use two license keys
Below option will help me to use across domains and servers
Allows 8 developers to develop applications and deploy on a maximum of 8 domain/server combinations.
Thanks in Advance Guna
|
|
Rank: Member
Groups: Registered
Joined: 10/13/2014 Posts: 10
|
One more clarification on the below note Note: http://www.domain.com, http://domain.com, https://www.domain.com and https://domain.com count as one domain name. Test servers are free, we will give you free keys for test domains/servers So you will be sharing free keys for System Test and Pre Production servers. License Key which is purchased can be used in Production servers On purchasing the below license type Allows 8 developers to develop applications and deploy on a maximum of 8 domain/server combinations. we can deploy the in two different domains 1. Same domain 2 instances 2. Another domain 3 instances Correct me if my understanding is wrong. Thanks in Advance Guna
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
quote:
One more clarification on the below note Note: http://www.domain.com, http://domain.com, https://www.domain.com and https://domain.com count as one domain name. Test servers are free, we will give you free keys for test domains/servers
So you will be sharing free keys for System Test and Pre Production servers. License Key which is purchased can be used in Production servers
On purchasing the below license type Allows 8 developers to develop applications and deploy on a maximum of 8 domain/server combinations.
we can deploy the in two different domains 1. Same domain 2 instances 2. Another domain 3 instances
Correct me if my understanding is wrong.
Yes everything you've said is correct. Jim -your feedback is helpful to other users, thank you!-your feedback is helpful to other users, thank you!
|
|