Paul,
I'm getting the same error messages, but Railo works if I wait a few
minutes.
I think I've only seen this problem in the last few months. For some
time after the install I never saw it.
I tried commenting out the section you recommended from
app-default.xml. I also had to comment out these lines:
<servlet-mapping url-pattern="/messagebroker/*"
servlet-name="MessageBrokerServlet"/>
<servlet-mapping url-pattern="/flashservices/gateway/*"
servlet-name="MessageBrokerServlet"/>
<servlet-mapping url-pattern="/flex2gateway/*"
servlet-name="MessageBrokerServlet"/>
I didn't get the error message this time, and all seems to work for my
purposes.
I first installed using
railo-3.1.0.015-resin-with-jre-windows.zip
And have upgraded to 3.1.2.002
Are you running multiple vhosts?
Yes
I'll assume your running resin?
Yes
Apache
Yes
I attached my app-default.xml, but I used it unmodified from the install.
Here;s the kind of thing I have in apache:
## -----------------------------------
## kontakt Railo
##
<VirtualHost
192.168.127.100:80>
DocumentRoot D:/!DevWebRoot/kontakt
Alias /mxunit D:/$DevWebRoot/test/mxunit
Alias /coldbox D:/$DevWebRoot/coldbox
<Directory / >
Order deny,allow
Allow from all
</Directory>
ServerName kontakt
ResinConfigServer localhost 6800
<Location /caucho-status>
SetHandler caucho-status
</Location>
</VirtualHost>