Re: deploying sample webapps to tomcat

2010-02-24 Thread kelvin goodson
In the interest of taking one thing at a time, I took a step back and built the sample-store-webapp, which my app is derived from. I see similar issues with this webapp. In the logs directory I see two relevant updated files In the file localhost.2010-02-24.log I see ... 24-Feb-2010 13:11:39 or

Re: deploying sample webapps to tomcat

2010-02-24 Thread Simon Laws
Was there further error information in the log files? Simon

Re: deploying sample webapps to tomcat

2010-02-24 Thread kelvin goodson
Thanks Simon, I got the hello world servlet sample going, so I progressed to trying my own app and am currently pondering over the following log message INFO: Deploying web application archive sample-jagg-webapp.war 24-Feb-2010 11:25:09 org.apache.tuscany.sca.tomcat.TuscanyStandardContext is

Re: deploying sample webapps to tomcat

2010-02-24 Thread Simon Laws
I'm not convinced you are actually supposed to be able to point your browser at these webapps. Not sure why that's the case but they don't appear the be configured with bindings/resources that the browser can exercise. Helloworld does though have an composite scoped component with and eager init co

deploying sample webapps to tomcat

2010-02-24 Thread kelvin goodson
I'm wanting to exercise a sample webapp or two to understand how to configure my own app. I'm having a few issues. I guess these are just point in time issues with regards to releasing, but here's a log of my experience to date In the source hierarchy the readme for the sample store webapp said I