Sunday, January 10, 2016

SUBVERSION PATH BASED AUTHORIZATION

By default, nobody has any access to the repository at all. That means that if you're starting with an empty file, you'll probably want to give at least read permission to all users at the root of the repository. You can do this by using the asterisk variable (*), which means «all users»:
[/]
* = r
This is a common setup; notice that there's no repository name mentioned in the section name. This makes all repositories world readable to all users, whether you're using SVNPath or SVNParentPath. Once all users have read-access to the repositories, you can give explicit rw permission to certain users on specific subdirectories within specific repositories.
The asterisk variable (*) is also worth special mention here: it's the only pattern which matches an anonymous user. If you've configured your Location block to allow a mixture of anonymous and authenticated access, all users start out accessing Apache anonymously. mod_authz_svn looks for a * value defined for the path being accessed; if it can't find one, then Apache demands real authentication from the client.
The access file also allows you to define whole groups of users, much like the Unix /etc/group file:
[groups]
calc-developers = harry, sally, joe
paint-developers = frank, sally, jane
everyone = harry, sally, joe, frank, sally, jane
Groups can be granted access control just like users. Distinguish them with an «at» (@) prefix:
[calc:/projects/calc]
@calc-developers = rw

[paint:/projects/paint]
@paint-developers = rw
jane = r
Groups can also be defined to contain other groups:
[groups]
calc-developers = harry, sally, joe
paint-developers = frank, sally, jane
everyone = @calc-developers, @paint-developers

Wednesday, January 6, 2016

Configuring (ADMIN,MANAGED,CLUSTERS) UNDER WEBLOGIC 11C

Launch the command: c:\Oracle\Middleware\wlserver_10.3\common\bin>config.cmd once launched successfully it will launch below configuration wizard choose appropriate mode and click next

In next window choose the component needs to be configured like (Administrator serve,Managed server)

Next give the (name,listen adress,port number) for the admin server and click next

post that next wizard will for the creating of managed server so give (name,listen address,port) and click next

Post its creation of clusters  (name) ..
Next we have to assign server to the clusters 

Next create machines  with (name,address,port)

Next assign servers to the machines and machines should be associated the node manager:



Check the summary if all good just click create and it will take all the given configuration and create the new adminserver with given configuration