[webstack-discuss] Configuring tomcat with Netbeans after install from IPS

2009-01-09 Thread Petr Sumbera
I have tried it myself and now I see the problem. We will need to discuss it with NetBeans people (I have cced Petr who might help). Following steps are how I made NetBeans 6.5 to use OpenSolaris bundled Tomcat 5.5 (please note that the procedure won't work with OpenSolaris build 106 where Tomc

[webstack-discuss] Configuring tomcat with Netbeans after install from IPS

2009-01-08 Thread Dileep Kumar
Petr Sumbera wrote: > Hi Dileep, > > you should try set CATALINA_BASE to /var/apache/tomcat. > Doesn't work. Still looking for conf/server.xml in CATALINA_HOME.

[webstack-discuss] Configuring tomcat with Netbeans after install from IPS

2009-01-08 Thread Petr Sumbera
Hi Dileep, you should try set CATALINA_BASE to /var/apache/tomcat. Btw, with Nevada build 106 Tomcat was upgraded to version 6.0.18 and moved to /usr/tomcat6 and /var/tomcat6. See: http://opensolaris.org/jive/thread.jspa?threadID=82625 Thanks, Petr Dileep Kumar wrote: > Hi Sriram, > > This

[webstack-discuss] Configuring tomcat with Netbeans after install from IPS

2009-01-07 Thread Dileep Kumar
Hi Sriram, This will not work as NB cannot recognize this as CATALINA_HOME. This is what I did to have it configured right: created a link to /var/apache/tomcat/conf in /usr/apache/tomcat/conf Then I had to move the server-minimal.xml to server.xml then it started working also I can now choose CA

[webstack-discuss] Configuring tomcat with Netbeans after install from IPS

2009-01-07 Thread Sriram Natarajan
Dileep I think you need to choose /var/apache/tomcat as your CATALINA_HOME - sriram Dileep Kumar wrote: > Hi All, > > I have installed amp-dev using IPS and now I need to configure the > installed Tomcat 5.5 with Netbeans that has been installed. > When I pick the CATALINA_HOME dir as tomcat in

[webstack-discuss] Configuring tomcat with Netbeans after install from IPS

2009-01-06 Thread Dileep Kumar
Hi All, I have installed amp-dev using IPS and now I need to configure the installed Tomcat 5.5 with Netbeans that has been installed. When I pick the CATALINA_HOME dir as tomcat install dir it doesn't have ./conf dir and it doesn't get registered. Please suggest how to register this in NB. Th