RE: [JBoss-user] jboss-4 and cactus problem

2003-01-24 Thread Bruce Scharlau
At 10:12 23/01/2003 -0600, you wrote: i've had the exact same error and it took me forever to figure out. for some reason when cactus runs, you NEED a port number for it to work correctly. setup your cactus.properties file to use a port number and you'll be fine. if you're running off the defau

RE: [JBoss-user] jboss-4 and cactus problem

2003-01-23 Thread Sonnek, Ryan
rt, use port 80. instead of: cactus.contextURL=http://localhost/myApp use: cactus.contextURL=http://localhost:80/myApp -Original Message- From: Bruce Scharlau [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 9:47 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] jboss-4 and cactus p

[JBoss-user] jboss-4 and cactus problem

2003-01-23 Thread Bruce Scharlau
Hi all, I've been digging further into Ant and am trying to get cactus to work with jboss-4+tomcat, but am getting a strange error about 'port out of range:-1' and wondered if anyone else has experienced this problem. I'm using jakarta-cactus-13-1.4b1 and ant-1.5 on winXP. Bruce cactus-tests