Skip to content

CORaleigh/CityConnectDocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create and serve up a static html via fuse

In Eclipse: Create new Dynamic Web Project and check the box to generate web.xml

then add this to the web.xml

   <servlet-mapping>
	<servlet-name>default</servlet-name>
	<url-pattern>/help/*</url-pattern>
   </servlet-mapping>

In the WebContent folder, create a subfolder called apidocs and create an index.html file in there.

Code your html and javascript then export as war file and install

Installation: osgi:install war:file:/Users/foleyc/Downloads/help.war?Web-ContextPath=cityconnect

About

API documentation for Cityconnect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published