Powered by Blogger.
Showing posts with label weblogic. Show all posts
Showing posts with label weblogic. Show all posts

WebLogic Server Administration PDF Guide from DurgaSoft

>> Sunday, December 15, 2013

This material is from Durga Software Solutions.WebLogic is a server software application that runs on a middle tier between database and related applications or browser.WebLogic server is based on Java 2 Platform, Enterprise Edition (J2EE), the standard platform used to create Java-based multi-tier enterprise applications.
WebLogic Server Administration PDF Guide from DurgaSoft_JavabynataraJ
J2EE platform technologies were developed through the efforts of BEA Systems and other vendors in collaboration with the main developer, Sun Microsystems. Because J2EE applications are standardized modules, WebLogic can automate many system-level tasks that would otherwise have demanded programming time.
The PDF file contains the topics mentioned below.

Read more..

Web Services Notes by Nataraj sir from Sathya Technologies

>> Saturday, November 30, 2013

Web Services Notes by Nataraj sir from Sathya Technologies.This is a scanned notes in PDF formatt you can easily download or you can print easily. These classes were hapenned on 25th August 2011. This file contains totally 94 pages of classes. Mr.Nataraj explained all the topics in easy way to understand any student. This notes will cover all the topics including  SOA ,XML, DTD, XSD, XSLT, SAX, DOM, JAXP, JAXB, WSDL, SOAP, UDDI and RESTful Web Services.
WebServices Notes by Nataraj sir_JavabynataraJ

topics covered in the notes:

Read more..

DeployingWAR FileWith Sun Java SystemApplication Server

>> Saturday, October 16, 2010

After you install Directory Server Enterprise Edition, you can deploy theWARfile to access
DSCC. The following procedure contains the deployment instructions to deploy theWARfile:

▼ To DeployWAR FileWith Sun Java SystemApplication

Server
Create theWAR file for DSCC.

$ install-path/bin/dsccsetup war-file-create
For native packages installation, theWARfile is created in the /var/opt/SUNWdsee7/ directory.
For zip distribution installation, theWARfile is created in the install-path/var directory.
Initialize the DSCC registry.

$ install-path/bin/dsccsetup ads-create
Choose password for Directory Service Manager:
Confirm password for Directory Service Manager:
Creating DSCC registry...
DSCC Registry has been created successfully
To create server instances on the same host where DSCC is deployed, register the DSCC agent in
CommonAgent Container.
$install-path/bin/dsccsetup cacao-reg
Type the following command to check the location and other statistics of yourWARfile and
DSCC registry:
$ install-path/bin/dsccsetup status
Create an application server instance.
$ mkdir /local/domainroot
$ cd app-server-install-path/bin
$ asadmin create-domain --domaindir /local/domainroot --adminport 3737 \
--user admin dscc7
Edit the server.policy file.
a. Open the server.policy file.
$ vi /local/domainroot/dscc7/config/server.policy
1
2
3
4
5
DeployingWAR FileWith Sun Java System Application Server
Sun Directory

b. Add the following statements to the end of the file:
// Permissions for Directory Service Control Center
grant codeBase "file:${com.sun.aas.instanceRoot}/applications/j2ee-modules/dscc7/-"
{
permission java.security.AllPermission;
};
The addition configures the application server to grant all the Java permissions to the DSCC
application.

Deploy theWAR file in your application server instance.

$ asadmin start-domain --domaindir /local/domainroot --user admin dscc7
$ cp install-path/var/dscc7.war /local/domainroot/dscc7/autodeploy
For more information about creating and configuring application server instances and
deploying theWARfile, refer to the Sun Java System Application Server OnlineHelp.
Open DSCC.
Use http://hostname:8080/dscc7 or https://hostname:8181/dscc7 based on the
configuration of your application server.
The Directory ServiceManager Login page displays.

click here to download the fulll pge

Read more..

Related Posts Plugin for WordPress, Blogger...
© javabynataraj.blogspot.com from 2009 - 2022. All rights reserved.