On Sep 13, 2006, at 2:01 PM, Robbie Minshall wrote:
Looks like current SCA samples are not working and need a little work.
Yes, I'm afraid so. Also the doc on the website refers to the M1
release and things have changed a lot in the trunk since then.
I am curious if anyone currently has working composites running on the
current SCA runtime ? If so what applications are your using
( your own,
the samples, some other example ), what web container is being used ?
I had the webapp sample running up to last weekend. I just committed
a change to update the version to M2 so that it works with the trunk.
I have been testing it on Tomcat 5.5.17 using the Maven Tomcat plugin
The only thing I did to Tomcat was enable the manager application so
that the build could deploy to it - that involved adding the
following to conf/tomcat-users.xml
<user username="admin" password="" roles="manager"/>
After that I can mess with the samples and deploy it using:
$ mvn -o package tomcat:deploy
The sample's JSP is then at
http://localhost:8080/webapp/calc.jsp
I mean to go through and test all the other samples but have been
bogged down with the version change. Please jump on IRC if we can
help work through them.
--
Jeremy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]