Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » JDK 1.5 Axis 1.3
JDK 1.5 Axis 1.3 [message #159462] Tue, 07 February 2006 19:47 Go to next message
Ben Sisson is currently offline Ben SissonFriend
Messages: 202
Registered: July 2009
Senior Member
Can someone please confirm the following information. I recently upgraded
to JDK 1.5 for the use of enum and then upgraded to Axis 1.3 because my
older version of Axis used enum in the package names. Since then I have
had all kinds of problems and can't get my web services from Eclipse to
start.

I am currently running Tomcat 5.0.28. Do I need to upgrade my Tomcat to a
newer version to work with Axis 1.3 and JDK 1.5?

The latest version of Tomcat is 5.5.15, is it compatible with Eclipse 3.1,
WTP 0.7, Axis 1_3, and JDK 1.5?

Thanks,
Ben
Re: JDK 1.5 Axis 1.3 [message #159594 is a reply to message #159462] Wed, 08 February 2006 12:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ns_dkerber.ns_WarrenRogersAssociates.com

In article <1517994e118b8c60ec8c0fddee53b0a2$1@www.eclipse.org>,
bsisson@simventions.com says...
> Can someone please confirm the following information. I recently upgraded
> to JDK 1.5 for the use of enum and then upgraded to Axis 1.3 because my
> older version of Axis used enum in the package names. Since then I have
> had all kinds of problems and can't get my web services from Eclipse to
> start.
>
> I am currently running Tomcat 5.0.28. Do I need to upgrade my Tomcat to a
> newer version to work with Axis 1.3 and JDK 1.5?
>
> The latest version of Tomcat is 5.5.15, is it compatible with Eclipse 3.1,
> WTP 0.7, Axis 1_3, and JDK 1.5?

My understanding is that you MUST use Tomcat 5.5.* or later to use JDK
1.5.

--
Remove the ns_ from if replying by e-mail (but keep posts in the
newsgroups if possible).
Re: JDK 1.5 Axis 1.3 [message #159610 is a reply to message #159594] Wed, 08 February 2006 13:25 Go to previous messageGo to next message
Larry Isaacs is currently offline Larry IsaacsFriend
Messages: 1354
Registered: July 2009
Senior Member
To be clear about Tomcat JDK dependencies, any version of Tomcat should
run fine with JDK 1.5, or any newer version of JDK. It's more about
what is the minimum version that Tomcat requires to run. I believe
Tomcat 3.2 can go a low as JDK 1.2. Tomcat 4.x through current 5.x
require at least JDK 1.4. However, 5.5.x runs out of the box with JDK
1.5, but requires you to install the "compat" jars in order to run with
JDK 1.4. The "compat" jars include dependencies that are included in
JDK 1.5, but aren't present JDK 1.4 (for example jmx.jar). Tomcat 5.5.x
can also run with a JRE instead of a JDK because it uses a copy of the
Eclipse JDT compiler to compile JSPs. It doesn't need tools.jar from a JDK.

Thus, you don't need to upgrade your Tomcat 5.0.28 to run with JDK 1.5.
I haven't played with Axis 1.3, so I can't speak for that one.

Cheers,
Larry


David Kerber wrote:
> In article <1517994e118b8c60ec8c0fddee53b0a2$1@www.eclipse.org>,
> bsisson@simventions.com says...
>
>>Can someone please confirm the following information. I recently upgraded
>>to JDK 1.5 for the use of enum and then upgraded to Axis 1.3 because my
>>older version of Axis used enum in the package names. Since then I have
>>had all kinds of problems and can't get my web services from Eclipse to
>>start.
>>
>>I am currently running Tomcat 5.0.28. Do I need to upgrade my Tomcat to a
>>newer version to work with Axis 1.3 and JDK 1.5?
>>
>>The latest version of Tomcat is 5.5.15, is it compatible with Eclipse 3.1,
>>WTP 0.7, Axis 1_3, and JDK 1.5?
>
>
> My understanding is that you MUST use Tomcat 5.5.* or later to use JDK
> 1.5.
>
Re: JDK 1.5 Axis 1.3 [message #159621 is a reply to message #159610] Wed, 08 February 2006 13:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ns_dkerber.ns_WarrenRogersAssociates.com

In article <dscrh2$k7i$1@utils.eclipse.org>, Larry.Isaacs@sas.com
says...
> To be clear about Tomcat JDK dependencies, any version of Tomcat should
> run fine with JDK 1.5, or any newer version of JDK. It's more about
> what is the minimum version that Tomcat requires to run. I believe
> Tomcat 3.2 can go a low as JDK 1.2. Tomcat 4.x through current 5.x
> require at least JDK 1.4. However, 5.5.x runs out of the box with JDK
> 1.5, but requires you to install the "compat" jars in order to run with
> JDK 1.4. The "compat" jars include dependencies that are included in
> JDK 1.5, but aren't present JDK 1.4 (for example jmx.jar). Tomcat 5.5.x
> can also run with a JRE instead of a JDK because it uses a copy of the
> Eclipse JDT compiler to compile JSPs. It doesn't need tools.jar from a JDK.
>
> Thus, you don't need to upgrade your Tomcat 5.0.28 to run with JDK 1.5.
> I haven't played with Axis 1.3, so I can't speak for that one.

I stand corrected; thanks for clarifying my ignorance!

.....

--
Remove the ns_ from if replying by e-mail (but keep posts in the
newsgroups if possible).
Re: JDK 1.5 Axis 1.3 [message #159636 is a reply to message #159610] Wed, 08 February 2006 13:45 Go to previous messageGo to next message
Ben Sisson is currently offline Ben SissonFriend
Messages: 202
Registered: July 2009
Senior Member
Larry,

Thanks for your help, the information is extremely useful. However, at
this point I have commited to atleast try the upgrade to Tomcat 5.5 but am
experiencing problems. If I cannot resolve those problems your
information at least will allow me the opportunity to revert back to our
older version of Tomcat.

Thanks,
Ben
Re: JDK 1.5 Axis 1.3 [message #160156 is a reply to message #159462] Fri, 10 February 2006 16:22 Go to previous message
Eclipse UserFriend
Originally posted by: jazeltine.sbcglobal.net

bsisson@simventions.com (Ben) wrote in
news:1517994e118b8c60ec8c0fddee53b0a2$1@www.eclipse.org:

> Can someone please confirm the following information. I recently
> upgraded to JDK 1.5 for the use of enum and then upgraded to Axis 1.3
> because my older version of Axis used enum in the package names.
> Since then I have had all kinds of problems and can't get my web
> services from Eclipse to start.
>
> I am currently running Tomcat 5.0.28. Do I need to upgrade my Tomcat
> to a newer version to work with Axis 1.3 and JDK 1.5?
>
> The latest version of Tomcat is 5.5.15, is it compatible with Eclipse
> 3.1, WTP 0.7, Axis 1_3, and JDK 1.5?
>
> Thanks,
> Ben
>
>

The WTP 0.7 plugin contains Axis 1.2 libraries. I think you may have to
use Axis 1.2 with Tomcat. That is what I had to do.

Jim
Previous Topic:Custom Server Adapters
Next Topic:Error with Sample Contents in Data Tools ?
Goto Forum:
  


Current Time: Thu Sep 26 10:44:06 GMT 2024

Powered by FUDForum. Page generated in 0.04013 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top