Archives for smf

SMF Glassfish on port 80

I ran my Glassfish zone through the quickstart and it bore up fairly well; it doesn’t piss memory, and autodeploy is reliable (2 improvements on my last tomcat deployment). Now I’ve got a database , I’m almost ready to deploy something useful, but first it’d be nice to have the appserver managed by the OS [...]

postgresql on solaris express

I need a database to do anything useful with glassfish . Here are my PostgreSQL install notes. the install I chose postgresql 8.2 as part of my SXCE install . If you don’t have it already, you need to: globalzone # cd /cdrom/Solaris_11/Product globalzone # pkgadd -d . SUNWpostgr-82-client SUNWpostgr-82-contrib \ SUNWpostgr-82-docs SUNWpostgr-82-libs SUNWpostgr-82-server \ [...]