users@glassfish.java.net

Re: Liferay Portal

From: Alexander Wallace <aw_at_siiesa.com.mx>
Date: Thu, 7 Feb 2008 13:17:49 -0600

Two things worth noting, if you are running this on a Mac:

1 - the portal fails to load if running JDK 1.6 from Apple on OS X
1.4 since it is a developers release.
2 - if you try SoyLatte (for a 1.6 impl that works), SoyLatte rports
'Darwin' as the OS Name, and setup.xml doesn't have a condition to
deal with that OS, and thus it thinks it is a regular *NIX and tries
to unpack 'non mac' stuff which is not present in the bundle, and
setup fails... If you add the condition, then it works... (aprox
line 95 if you want to replace the Mac OS condition)...


On Feb 6, 2008, at 6:30 PM, glassfish_at_javadesktop.org wrote:

> The instructions are pretty simple.
>
> java -jar -Xmx300m liferay-portal-glassfish-...jar (the 4.4.0
> bundle for your OS)
>
> cd glassfish
>
> ant -f setup.xml
>
> cd bin
>
> asadmin.bat start-domain domain1 (or ./asadmin.sh start-domain
> domain1)
>
> Everything is deployed for you automatically.
> [Message sent by forum member 'bchan_liferay' (bchan_liferay)]
>
> http://forums.java.net/jive/thread.jspa?messageID=257768
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>