Introduction

Apache hosts an instance of the Any23 WebService at http://any23.org or http://any23-vm2.apache.org (they both resolve to the latter).

The page provides an administrators guide to the service administration. 

Any comments or suggestions should be reported to dev@any23.apache.org

Access

Please register a ticket on the INFRASTRUCTURE JIRA, make sure to include as much information about what you want, and populate as many fields in the ticket as possible to help our INFRA volunteers.

Any23 Source Code on VM

The source code is located at 

$ cd /usr/local/any23
$ git remote -v
origin	https://git-wip-us.apache.org/repos/asf/any23.git (fetch)
origin	https://git-wip-us.apache.org/repos/asf/any23.git (push)


$ ls service/target/apache-any23-service-2.3-SNAPSHOT.war

You will most likely need to use 'sudo' to execute commands. 

One you build, you need to deploy the WAR artifact to the Tomcat9 server.

Deploying the Webservice

Tomcat9 is located at

$ cd /opt/tomcat9/

You can then deploy to the ROOT directory such that it is the primary application exposed through any23.org

$ /opt/tomcat9$ ls webapps/
apache-any23-service-2.3-SNAPSHOT  apache-any23-service-2.3-SNAPSHOT.war  docs  examples  host-manager  manager  ROOT  ROOT.bk

You can essentially copy the contents of the apache-any23-service-2.3-SNAPSHOT to the ROOT directory.

 

  • No labels