1 /*
2 * Created on Sep 29, 2003
3 * Copyright (c) 2003. All rights reserved.
4 */
5 package portaview;
6
7 /***
8 * Constants used in the ViewerServer.
9 *
10 * @author <a href="mailto:wwlee1@uiuc.edu">William Lee</a>
11 * @version $Id: Consts.java,v 1.2 2003/12/10 06:18:57 wlee Exp $
12 */
13 public class Consts
14 {
15 /***
16 * The default port PortaView's server runs on. Sets to 8888.
17 */
18 public static final int XML_RPC_PORT = 8888;
19 }
This page was automatically generated by Maven