sun java application server 8.2

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications sun java application server 8.2
# 1  
Old 11-13-2010
sun java application server 8.2

i had a confusion on the installed directory of my application server
a. if I create a domain w/o putting in directory, the domain automatically goes to /var/appserver/domains directory.

I need it to be under /opt/SUNWappserver/domains.. If I will include this in domain creation, may logs are still directed to /var/appserver.

Im confused as I need to create jdbc connection and there is always an error in connection pool in admin console. How can I implicitly use /opt/SUNWappsrver rather than /var/appserver. I need to put my jar files on the lib of the install_dir..

Hope you can help me please...Both have the same files and asenv.conf. pls help..
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Sun java app server

quick question: where can I download sun java application server that will run in java6? or both? I need to install sun java app server and java6. thanks ---------- Post updated at 09:20 AM ---------- Previous update was at 09:12 AM ---------- OS: solaris10 (0 Replies)
Discussion started by: lhareigh890
0 Replies

2. Solaris

Sun Java Portal Server 6 and Solaris 10

Hello, I have recently installed Solaris 10 OE in an Ultra-10 stand alone workstation. I would like to know where can I find information regarding which version of Sun Web technologies such as: Sun Java Portal 6.x Sun Java Web Server 6.x Sun Java Identity Server Sun Java Directory... (0 Replies)
Discussion started by: mosqueda_albert
0 Replies
Login or Register to Ask a Question
asadmin-create-domain(1AS)					   User Commands					asadmin-create-domain(1AS)

NAME
asadmin-create-domain, create-domain - creates a domain with the given name SYNOPSIS
create-domain [--domaindir install_dir/domains] [--passwordfile filename] [--terse=false] [--echo=false] [--interactive=false] --adminport port_number --adminuser admin_user [--adminpassword password] [--instanceport 8080] [--domainproperties (name=value)[:name=value]*] domain_name create-domain creates a domain with the specified administration port number, administration user, administration password, and domain name. By creating a domain, an administration server is created in a directory named as the domain name. This command is supported in local mode only. If a user creates a domain in a non-default directory, the domain will not be automatically shutdown during uninstallation. OPTIONS
--domaindir directory where the domain is to be created. If specified, path must be accessible in the filesystem. If not speci- fied, the domain is created in the default install_dir/domains directory. --passwordfile file containing the domain application server password in the following form: AS_ADMIN_PASSWORD=password. Where password is the actual administrator password for the domain. --terse indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well- formatted data for consumption by a script. Default is false. --echo setting to true will echo the command line statement on to the standard output. Default is false. --interactive if set to true (default), only the required options are prompted. --adminport port number of the domain application server listening for the administration requests. --adminuser administrative username for the specified domain. --adminpassword password to administer the domain application server. --instanceport port number of the http listener. The port number cannot be currently in use. --domainproperties list of the property name/value pairs for the domain to be created separated by the ":" character. The property value assignment character is =. Valid property names are: jms.port, orb.listener.port, http.ssl.port, orb.ssl.port, orb.mutualauth.port. Valid values are: http.ssl.port=1043:orb.ssl.port=1060:orb.mutu- alauth.port=1061:jms.port=7676. OPERANDS
domain_name name of the domain. Must be a unique name. Example 1: Using create-domain asadmin> create-domain --domaindir /export/domains --adminport 7070 --adminuser admin --adminpassword adminadmin --instanceport 7071 sampleDomain created domain sampleDomain successfully Where: the sampleDomain domain is created in the /export/domains directory. EXIT STATUS
0 command executed successfully 1 error in executing the command asadmin-delete-domain(1AS), asadmin-start-domain(1AS), asadmin-stop-domain(1AS), , asadmin-list-domains(1AS) J2EE 1.4 SDK March 2004 asadmin-create-domain(1AS)