Bruce Snyder wrote:
On 7/17/07, Gordon Dickens <[EMAIL PROTECTED]> wrote:
Thanks Bruce,
I had tried that with Jetty 6.1 and I get the pages but I do not see any of
my ServiceMix details. What do I need to configure to point it to my
ServiceMix instance?
I just did a wget of the WAR file from here:
http://people.apache.org/repo/m2-incubating-repository/org/apache/servicemix/apache-servicemix-web/3.1.1-incubating/apache-servicemix-web-3.1.1-incubating.war
Then I placed that WAR file into the Jetty webapps directory, started
up Jetty and visited this URL and I can see all the pages just fine:
http://localhost:8080/apache-servicemix-web-3.1.1-incubating/
Can you explain what steps you have performed? What web container and
version of are you using?
Bruce
--
perl -e 'print unpack("u30","D0G)[EMAIL
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'
Apache Geronimo - http://geronimo.apache.org/
Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Castor - http://castor.org/
.
I should have mentioned that I am using the current trunk build of
ServiceMix 3.2. And the current trunk build of Jetty 6.1.
1. I start the ServiceMix server
2. The war file is from
"servicemix\distributions\apache-servicemix-web\target"
3. The war file is
"apache-servicemix-web-3.2-incubating-SNAPSHOT.war" (built yesterday)
4. I dropped this file into my "jetty-6.1.0\webapps" folder and
started the Jetty server with "java -jar start.jar"
I can see the pages but there is no server data in them.
Thanks,
Gordon