problem in Application server zone

Hello ,All I am new to solaris and opensolaris community.

I am lonely here nobody of my friends use solaris.

I try to create a zone follow by the documents

and using ip address 192.168.1.10 in my subnet ( router 192.168.1.1, other pc 192.168.1.6 )

Do we use virtual ip or real ip?

and I try to install JES or glassfish , jboss

by copy the zip file in to zone path (using GUI move zip file)

is that the correct way?

and I install by login to the zone.

and install by normally.

after that start glassfish.

It's working , I can ping 192.168.1.10

and can invoke http://192.168.1.10:8080 from another computer

to test the glassfish is running

after that I use exit (from glassfish console)

and exit again (for this x-zone)

and then I refresh the browser again.

the Application server is look like it turn off. (shutdown)

Are the above things is correct way to use zone?

What I understand zone is just a private own environment

so I can dare to install anything on zone without effect the global?

so I can keep my global zone clean and fresh as fresh OS installation?

regards.

bank

[1221 byte] By [JDigest] at [2007-11-26 8:25:40]
# 1

Welcome to Solaris!

I don't know if this will help, but what the heck:

Zones (containers) are just like complete virtual machines. You can have many (LOTS) running on a single machine, the only limitations are compute power and memory/disk space. I run lots of different websites on a single machine for my friends.

I use http://www.blastwave.org/articles/DMC-0002/index.html as an example way to build a zone - it has some interesting ideas on what's actually going on as well.

Always use a real ip address for a zone. Once you have created a zone and started it, you can login directly as well (ok, after you create a new login via zlogin/editing the pw file)

The rest of what you wrote is right on - it's the way I do things on my machine too - to prevent the pesky other users of the machine from bothering the things that I do.

Of course, they have to tolerate the things I do in the global zone :) One thing to note, if you install in the global zone, it will install the same thing inall zones, unless you use the magic flag to pkgadd.

--w

was999 at 2007-7-6 21:38:47 > top of Java-index,Solaris Operating System,Solaris 10 Features...