Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 60598 invoked from network); 21 Jun 2006 21:35:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jun 2006 21:35:49 -0000 Received: (qmail 89773 invoked by uid 500); 21 Jun 2006 21:34:56 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 89742 invoked by uid 500); 21 Jun 2006 21:34:56 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 89726 invoked by uid 99); 21 Jun 2006 21:34:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 14:34:56 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 14:34:55 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 96524410006 for ; Wed, 21 Jun 2006 21:33:30 +0000 (GMT) Message-ID: <21573520.1150925610613.JavaMail.jira@brutus> Date: Wed, 21 Jun 2006 21:33:30 +0000 (GMT+00:00) From: "Halley Pacheco de Oliveira (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (DERBY-1200) Derby Server and Administration Guide - Managing the Derby Network Server remotely by using the servlet interface In-Reply-To: <1881802651.1144710298835.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1200?page=all ] Halley Pacheco de Oliveira closed DERBY-1200: --------------------------------------------- > Derby Server and Administration Guide - Managing the Derby Network Server remotely by using the servlet interface > ----------------------------------------------------------------------------------------------------------------- > > Key: DERBY-1200 > URL: http://issues.apache.org/jira/browse/DERBY-1200 > Project: Derby > Type: Bug > Components: Documentation > Versions: 10.1.2.3 > Environment: DITA source file > Reporter: Halley Pacheco de Oliveira > Assignee: Halley Pacheco de Oliveira > Priority: Minor > Fix For: 10.2.0.0 > Attachments: cadminservlet98430.diff, cadminservlet98430.diff.html, cadminservlet98430.html > > In this part of the manual is written: > For example, if derby.war is installed in WebSphere Application Server with a context root of cns, the URL of the server is: > http://[:port]/derby/derbynet > I'm not an expert in WebSphere, but I don't thin so. With a context root of cns the URL should be, in my opinion: > http://[:port]/cns/derbynet > When I installed this war file in Tomcat I received the message: > OK - Deployed application at context path /derby > And I'm accessing the servlet using the URL: > http://localhost:8080/derby/derbynet > I think that the URL in the manual should not be changed, and the context root should be changed to "derby", discarding "cns". The diff file that I'm sending do this. > There is another problem: I didn't find the derby.war file in $DERBY_INSTALL/frameworks/NetworkServer/war directory, I found it in the directory $DERBY_INSTALL/lib/ > I also would like to see this chapter improved with an example of installing and using the servlet with Tomcat. I did this in four steps: > 1) Copying the files derby.jar and derbynet.jar to $CATALINA_HOME/common/lib/ > 2) Including the lines: > DERBY_INSTALL= > and > -Dderby.system.home=$DERBY_INSTALL/frameworks/NetworkServer/bin > in Tomcat initialization script, to have derby.system.home in the same directory of NetworkServerControl scripts. > 3)Using "Select WAR file to upload" in Tomcat Web Application Manager to upload $DERBY_INSTALL/lib/derby.war > 4)Using the URL http://localhost:8080/derby/derbynet to access the servlet. > I think this could be a good example. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira