You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-user@ws.apache.org by Giovanni Fleres <gi...@tin.it> on 2006/10/05 11:33:25 UTC

Execution's problems with apache-httpd's sample

Hi,
I've downloaded and extracted muse-2.1.0-SNAPSHOT-bin.zip.
After I've launched update_install.bat (located in bin directory),
to fill lib directory, I went to apache-httpd's directory where I've
executed ant without any error.

------------------------- LOG ----------------------------

E:\muse-2.1.0\samples\apache-httpd>dir
 Volume in drive E is HD02
 Volume Serial Number is 8473-F51D

 Directory of E:\muse-2.1.0\samples\apache-httpd

05/10/2006  10.59    <DIR>          .
05/10/2006  10.59    <DIR>          ..
04/10/2006  10.25             3.003 build.xml
05/10/2006  10.59    <DIR>          wsdl
05/10/2006  10.59    <DIR>          src
05/10/2006  10.59    <DIR>          router-entries
05/10/2006  10.59    <DIR>          config
               1 File(s)          3.003 bytes
               6 Dir(s)   9.873.178.624 bytes free

E:\muse-2.1.0\samples\apache-httpd>ant
Buildfile: build.xml

init:

clean:

layout:
     [copy] Copying 68 files to E:\muse-2.1.0\samples\apache-httpd\build
     [copy] Copying 10 files to 
E:\muse-2.1.0\samples\apache-httpd\build\WEB-INF
\services\muse
     [copy] Copying 1 file to 
E:\muse-2.1.0\samples\apache-httpd\build\WEB-INF\s
ervices\muse\META-INF
     [copy] Copying 1 file to 
E:\muse-2.1.0\samples\apache-httpd\build\WEB-INF\s
ervices\muse
     [copy] Copying 21 files to 
E:\muse-2.1.0\samples\apache-httpd\build\WEB-INF
\lib

java:
    [mkdir] Created dir: E:\muse-2.1.0\samples\apache-httpd\build\bin
    [javac] Compiling 8 source files to 
E:\muse-2.1.0\samples\apache-httpd\build
\bin
    [javac] Note: 
E:\muse-2.1.0\samples\apache-httpd\src\org\apache\muse\test\ht
tp\remote\HttpServerClient.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
      [jar] Building jar: 
E:\muse-2.1.0\samples\apache-httpd\build\WEB-INF\lib\a
pache-httpd.jar

war:
      [jar] Building jar: 
E:\muse-2.1.0\samples\apache-httpd\build\apache-httpd.
war

BUILD SUCCESSFUL
Total time: 7 seconds
E:\muse-2.1.0\samples\apache-httpd>

------------------------- LOG ----------------------------

At this point, I've taken apache-httpd.war and I've dropped it into 
E:\Tomcat\webapps.
After sometime, Tomcat has created apache-httpd's directory.

Now I've changed httpd-install-dir param in 'muse.xml' located in 
"E:\Tomcat\webapps\apache-httpd\WEB-INF\services\muse".

Then when I launch my browser and go to 
'http://localhost:8080/apache-httpd/',
I only see a white page, without any error.
I've checked catalina's log file but I don't find any error.
Other web application correctly work.

I'm using using these software:
- Windows XP Pro SP2
- apache_2.2.3-win32-x86-no_ssl.msi
- apache-ant-1.6.5-bin.zip
- apache-tomcat-5.5.20.exe
- jdk-1_5_0_07-windows-i586-p.exe
- muse-2.1.0-SNAPSHOT-bin.zip

Could anybody help me ?

Thanks in advance.


Giovanni

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-user-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-user-help@ws.apache.org


Re: Execution's problems with apache-httpd's sample

Posted by Daniel Jemiolo <da...@us.ibm.com>.
This isn't an error - wsdl2java doesn't copy over all of the files in 
Axis2's /axis2-web directory (the admin pages, etc.). The test client will 
still work - let us know if you have problems running it or getting it to 
integrate with your httpd install.

Dan



Giovanni Fleres <gi...@tin.it> wrote on 10/05/2006 05:33:25 AM:

> Hi,
> I've downloaded and extracted muse-2.1.0-SNAPSHOT-bin.zip.
> After I've launched update_install.bat (located in bin directory),
> to fill lib directory, I went to apache-httpd's directory where I've
> executed ant without any error.
> 
> ------------------------- LOG ----------------------------
> 
> E:\muse-2.1.0\samples\apache-httpd>dir
>  Volume in drive E is HD02
>  Volume Serial Number is 8473-F51D
> 
>  Directory of E:\muse-2.1.0\samples\apache-httpd
> 
> 05/10/2006  10.59    <DIR>          .
> 05/10/2006  10.59    <DIR>          ..
> 04/10/2006  10.25             3.003 build.xml
> 05/10/2006  10.59    <DIR>          wsdl
> 05/10/2006  10.59    <DIR>          src
> 05/10/2006  10.59    <DIR>          router-entries
> 05/10/2006  10.59    <DIR>          config
>                1 File(s)          3.003 bytes
>                6 Dir(s)   9.873.178.624 bytes free
> 
> E:\muse-2.1.0\samples\apache-httpd>ant
> Buildfile: build.xml
> 
> init:
> 
> clean:
> 
> layout:
>      [copy] Copying 68 files to E:\muse-2.1.0\samples\apache-httpd\build
>      [copy] Copying 10 files to 
> E:\muse-2.1.0\samples\apache-httpd\build\WEB-INF
> \services\muse
>      [copy] Copying 1 file to 
> E:\muse-2.1.0\samples\apache-httpd\build\WEB-INF\s
> ervices\muse\META-INF
>      [copy] Copying 1 file to 
> E:\muse-2.1.0\samples\apache-httpd\build\WEB-INF\s
> ervices\muse
>      [copy] Copying 21 files to 
> E:\muse-2.1.0\samples\apache-httpd\build\WEB-INF
> \lib
> 
> java:
>     [mkdir] Created dir: E:\muse-2.1.0\samples\apache-httpd\build\bin
>     [javac] Compiling 8 source files to 
> E:\muse-2.1.0\samples\apache-httpd\build
> \bin
>     [javac] Note: 
> E:\muse-2.1.0\samples\apache-httpd\src\org\apache\muse\test\ht
> tp\remote\HttpServerClient.java uses unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>       [jar] Building jar: 
> E:\muse-2.1.0\samples\apache-httpd\build\WEB-INF\lib\a
> pache-httpd.jar
> 
> war:
>       [jar] Building jar: 
> E:\muse-2.1.0\samples\apache-httpd\build\apache-httpd.
> war
> 
> BUILD SUCCESSFUL
> Total time: 7 seconds
> E:\muse-2.1.0\samples\apache-httpd>
> 
> ------------------------- LOG ----------------------------
> 
> At this point, I've taken apache-httpd.war and I've dropped it into 
> E:\Tomcat\webapps.
> After sometime, Tomcat has created apache-httpd's directory.
> 
> Now I've changed httpd-install-dir param in 'muse.xml' located in 
> "E:\Tomcat\webapps\apache-httpd\WEB-INF\services\muse".
> 
> Then when I launch my browser and go to 
> 'http://localhost:8080/apache-httpd/',
> I only see a white page, without any error.
> I've checked catalina's log file but I don't find any error.
> Other web application correctly work.
> 
> I'm using using these software:
> - Windows XP Pro SP2
> - apache_2.2.3-win32-x86-no_ssl.msi
> - apache-ant-1.6.5-bin.zip
> - apache-tomcat-5.5.20.exe
> - jdk-1_5_0_07-windows-i586-p.exe
> - muse-2.1.0-SNAPSHOT-bin.zip
> 
> Could anybody help me ?
> 
> Thanks in advance.
> 
> 
> Giovanni
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: muse-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: muse-user-help@ws.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-user-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-user-help@ws.apache.org