M5: web service for J2EE 1.4 ? [message #115849] |
Mon, 04 July 2005 10:33  |
Eclipse User |
|
|
|
Originally posted by: Juergen.Zimmermann.FH-Karlsruhe.de
I tried to create a web service for an existing web project.
Platform: Eclipse 3.1, WTP 0.7M5, Tomcat 5.5
The web project uses JSP 2.0, and web.xml uses XML schema.
Therefore, I selected J2EE 1.4 when creating the web service.
However, I get this error message:
IWAB0489E Error when deploying Web service to Axis runtime
axis-admin failed with {http://xml.apache.org/axis/}HTTP
(404)/hska/services/AdminService
Any hint is appreciated!
|
|
|
|
Re: M5: web service for J2EE 1.4 ? [message #116386 is a reply to message #116372] |
Tue, 05 July 2005 12:21  |
Eclipse User |
|
|
|
Note that Tomcat 5.5 doesn't require JRE5.0, it simply requires that
you add the "compat" binary if you want to run with JRE 1.4. The
"compat" binary adds necessary pieces (JMX & Xerces) that come with JRE
5.0, but not with 1.4. You can find the downloads here:
http://jakarta.apache.org/site/downloads/downloads_tomcat-5. cgi
Cheers,
Larry
Seng Phung-Lu wrote:
> Hi Juergen,
> We've been running with Tomcat 5.0.x since 5.5 requires JRE5.0 and the
> Axis runtime doesn't currently run on J2EE1.5, afaik. (There is a
> bugzilla for supporting 1.5 in future releases.)
>
> hth,
> Seng
>
>
> Juergen Zimmermann wrote:
>
>> I tried to create a web service for an existing web project.
>> Platform: Eclipse 3.1, WTP 0.7M5, Tomcat 5.5
>>
>> The web project uses JSP 2.0, and web.xml uses XML schema.
>> Therefore, I selected J2EE 1.4 when creating the web service.
>>
>> However, I get this error message:
>> IWAB0489E Error when deploying Web service to Axis runtime
>> axis-admin failed with {http://xml.apache.org/axis/}HTTP
>> (404)/hska/services/AdminService
>>
>> Any hint is appreciated!
>>
>>
|
|
|
Powered by
FUDForum. Page generated in 0.03176 seconds