what tools to use with iPlanet iAS?

In the iPlanet iAS documentation, it shows how to use Forte to integrate

with iPlanet for development. If I have iPlanet in Solaris and development

on MS Windows, what will be a good way to share the webserver docroot? Is

there any freebies software for versioning controlling?

Thanks.

[323 byte] By [709134] at [2007-11-25 4:51:39]
# 1

Hi,

I'm not sure if Visual Cafe is a freebie, but that is recomended for your

version controlling needs.

Regards

Raj

"V.usr" wrote:

> In the iPlanet iAS documentation, it shows how to use Forte to integrate

> with iPlanet for development. If I have iPlanet in Solaris and development

> on MS Windows, what will be a good way to share the webserver docroot? Is

> there any freebies software for versioning controlling?

>

> Thanks.

708857 at 2007-6-29 9:00:06 > top of Java-index,Application & Integration Servers,Application Servers...
# 2

<i>If I have iPlanet in Solaris and development

on MS Windows, what will be a good way to share the webserver docroot?</i>

I'm not sure why you would want to share your docroot between production and development. In fact, it sounds like a really bad idea to me. But if you need to for some reason, Samba is the way to go. Essentially it will let your Solaris machine share the docroot as a Windows share. http://www.samba.org

<i>Is there any freebies software for versioning controlling?</i>

CVS is an open source version control system. It's extremely widely used. http://www.cvshome.org

708857 at 2007-6-30 21:46:53 > top of Java-index,Application & Integration Servers,Application Servers...