If you want to run on port 3001, in the server batch file place the port after the name of the repository:
... java -cp %CP% org.apache.ojb.broker.server.PersistenceBrokerServer repository.xml 3001 ... Corey -----Original Message----- From: Dan Reese [mailto:dreese@;learningoptics.com] Sent: Monday, October 28, 2002 3:23 PM To: [EMAIL PROTECTED] Subject: Running OJB in C/S mode on a different port Hi, I'm having trouble running two instances of OJB at the same time on the same machine. In order to do this, I'd have to run the server on a different port, but I can't find a way to change the port. The server always runs on 2001. What am I missing? Thanks, Dan -- To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>
