On 7/18/07, Gordon Dickens <[EMAIL PROTECTED]> wrote:
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.
I'm not sure what you're referring to when you say server data, please
clarify this term.
If you can see the pages, then Rabi's description is correct. The
ServiceMix WAR distribution does not have any components deployed by
default. You must use the web pages from the WAR to first deploy the
servicemix-shared library then deploy the servicemix components you
need and finally deploy your SAs. All of this deployment must take
place via the web pages provided by the WAR.
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/