Forum OpenACS Q&A: Re: chat port

Collapse
4: Re: chat port (response to 1)
Posted by Rodrigo Proença on
Ben

The first DRAFT are stored in the file storage

TIPS before install:

put the path in .bash_profile for the user who start the service and and nsd-postgres
export PATH=$PATH:/usr/java/j2sdk1.4.2_04/bin

compile the java server to your enviroment ../packages/chat/java/javac *.java

.bash_profile and nsd-postgres
export PATH=$PATH:/usr/java/j2sdk1.4.2_04/bin

Rodrigo