Prerequisites
To run repoweb you will need :
- JRE : 1.4+
- Servlet 2.3 (JSP 1.2) or better compatible container (Tomcat 4.x for instance)
Install
The next sub-sections explain step by step the install
process for specific web container.
Container | Version |
---|
Tomcat
| >= 4.x |
TODO
Add other web container.
Tomcat
Here's a brief overview of what you need to do with the
Tomcat container.
- Put the war file into
%TOMCAT_HOME%\webapps
.
- Point your web browser to the repoweb page (e.g.
http://localhost:8080/repoweb
) and
that's done.