On Thu, Jan 29, 2009 at 2:41 PM, Dileep Kumar <Dileep.Kumar at sun.com> wrote: > Please follow these steps appropriately and should get you started: > > Create domian directories with the jack login > ? mkdir /export/home/jack/apache-tomcat-5.5 > ? create a softlink to /var/apache/tomcat/conf in /usr/apache/tomcat/ > ? ln -s /var/apache/tomcat/conf /usr/apache/tomcat/conf > ? copy server-minimal.xml file to server.xml > ? pfexec cp /usr/apache/tomcat/conf/server-minimal.xml > /usr/apache/tomcat/conf/server.xml > ? Right Click on the Severs in the netbeans and Click on the "Add Server" > ? Select "Tomcat 5.5" and Click Next. > ? set "/usr/apache/tomcat" as Catalina Home. > ? Check on "Use Private Configuration Folder (Catalina Base)" and set > Catalina base to > "/export/home/jack/apache-tomcat-5.5". > ? Enter Credential of an exisitng user in the "manager" role > ? Username: tomcat > ? Password: tomcat > ? check on the "Create user if it does not exist". > ? Click on the finish. This will create domain for the Tomcat. > ? Close the netbeans.
Hi, I've actually done most of this, in fact. I guess what threw me off was the fact that when I entered the path for CATALINA_HOME (a writeable conf dir), there's a line of text at the bottom of the screen that says "The specified CATALINE HOME folder is not valid." A [RETURN] in the dialogue window will make this text go away, but until the [RETURN] is pressed, I think I'm doing something wrong because the text is present at the bottom of the dialogue screen. Previously, I've tried to duplicate a conf dir in /tmp, so it could be writeable, but that "folder not valid" string really threw me off. I think it's good now. Thank you. A little documentation fix to describe this would be much help to other users in the future. CT