Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 238931 Details for
Bug 312981
Make changes to default to Tomcat 8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
WTP Tomcat 8 patch #2
WTP-Tomcat8-Patch.patch (text/plain), 7.20 KB, created by
Jonathan West
on 2014-01-13 11:52:50 EST
(
hide
)
Description:
WTP Tomcat 8 patch #2
Filename:
MIME Type:
Creator:
Jonathan West
Created:
2014-01-13 11:52:50 EST
Size:
7.20 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_bujava.properties b/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_bujava.properties >index 84585ca..5ab195a 100644 >--- a/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_bujava.properties >+++ b/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_bujava.properties >@@ -1,5 +1,5 @@ > ############################################################################### >-# Copyright (c) 2008 IBM Corporation and others. >+# Copyright (c) 2008, 2014 IBM Corporation and others. > # All rights reserved. This program and the accompanying materials > # are made available under the terms of the Eclipse Public License v1.0 > # which accompanies this distribution, and is available at >@@ -24,7 +24,7 @@ > !-- Service.RuntimeId - ID of web service runtime > Service.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT > !-- Service.ServerId - ID of target server >-Service.ServerId=org.eclipse.jst.server.tomcat.60 >+Service.ServerId=org.eclipse.jst.server.tomcat.80 > !-- Service.TypeId - Java Bean is default for both Top Down and Bottom Up > !-- Service.TypeId=Java Bean > >diff --git a/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_client.properties b/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_client.properties >index 52e5de0..d2ff7ae 100644 >--- a/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_client.properties >+++ b/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_client.properties >@@ -1,5 +1,5 @@ > ############################################################################### >-# Copyright (c) 2008 IBM Corporation and others. >+# Copyright (c) 2008, 2014 IBM Corporation and others. > # All rights reserved. This program and the accompanying materials > # are made available under the terms of the Eclipse Public License v1.0 > # which accompanies this distribution, and is available at >@@ -25,7 +25,7 @@ > !--Client.RuntimeId - ID of web service runtime > Client.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT > !--Client.ServerId - ID of target server >-Client.ServerId=org.eclipse.jst.server.tomcat.60 >+Client.ServerId=org.eclipse.jst.server.tomcat.80 > > !--ClientProjectName - name of Client project - this property can be used to give the client project a > !-- different name than the project containing the initial selection >diff --git a/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_tdjava.properties b/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_tdjava.properties >index 7cbd308..9f54ab5 100644 >--- a/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_tdjava.properties >+++ b/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_tdjava.properties >@@ -1,5 +1,5 @@ > ############################################################################### >-# Copyright (c) 2008 IBM Corporation and others. >+# Copyright (c) 2008, 2014 IBM Corporation and others. > # All rights reserved. This program and the accompanying materials > # are made available under the terms of the Eclipse Public License v1.0 > # which accompanies this distribution, and is available at >@@ -24,7 +24,7 @@ > !-- Service.RuntimeId - ID of web service runtime > Service.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT > !-- Service.ServerId - ID of target server >-Service.ServerId=org.eclipse.jst.server.tomcat.60 >+Service.ServerId=org.eclipse.jst.server.tomcat.80 > !-- Service.TypeId - Java Bean is default for both Top Down and Bottom Up > !-- Service.TypeId=Java Bean > >diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/preferences/PersistentServerRuntimeContext.java b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/preferences/PersistentServerRuntimeContext.java >index 5a76e39..a3d8b50 100644 >--- a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/preferences/PersistentServerRuntimeContext.java >+++ b/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/preferences/PersistentServerRuntimeContext.java >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2004, 2009 IBM Corporation and others. >+ * Copyright (c) 2004, 2014 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -32,7 +32,7 @@ > private String FALLBACK_RUNTIME = "FALLBACK_RUNTIME"; // Web service runtime to fallback to if preferred runtime is not suitable > //private String PREFERENCE_J2EE_VERSION = "PREFERENCE_J2EE_VERSION"; > >- private String SERVER_FACTORY_ID_DEFAULT = "org.eclipse.jst.server.tomcat.60"; >+ private String SERVER_FACTORY_ID_DEFAULT = "org.eclipse.jst.server.tomcat.80"; > private String RUNTIME_ID_DEFAULT = "org.eclipse.jst.ws.axis.creation.axisWebServiceRT"; > > public PersistentServerRuntimeContext() >diff --git a/bundles/org.eclipse.wst.command.env/ant/axisclient.properties b/bundles/org.eclipse.wst.command.env/ant/axisclient.properties >index 65e659e..c2fca56 100644 >--- a/bundles/org.eclipse.wst.command.env/ant/axisclient.properties >+++ b/bundles/org.eclipse.wst.command.env/ant/axisclient.properties >@@ -1,5 +1,5 @@ > ############################################################################### >-# Copyright (c) 2005, 2006 IBM Corporation and others. >+# Copyright (c) 2005, 2014 IBM Corporation and others. > # All rights reserved. This program and the accompanying materials > # are made available under the terms of the Eclipse Public License v1.0 > # which accompanies this distribution, and is available at >@@ -25,7 +25,7 @@ > !--Client.RuntimeId - ID of web service runtime > Client.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT > !--Client.ServerId - ID of target server >-Client.ServerId=org.eclipse.jst.server.tomcat.60 >+Client.ServerId=org.eclipse.jst.server.tomcat.80 > > !--ClientProjectName - name of Client project - this property can be used to give the client project a > !-- different name than the project containing the initial selection >diff --git a/bundles/org.eclipse.wst.command.env/ant/axisservice.properties b/bundles/org.eclipse.wst.command.env/ant/axisservice.properties >index df16224..a863dfc 100644 >--- a/bundles/org.eclipse.wst.command.env/ant/axisservice.properties >+++ b/bundles/org.eclipse.wst.command.env/ant/axisservice.properties >@@ -1,5 +1,5 @@ > ############################################################################### >-# Copyright (c) 2005, 2006 IBM Corporation and others. >+# Copyright (c) 2005, 2014 IBM Corporation and others. > # All rights reserved. This program and the accompanying materials > # are made available under the terms of the Eclipse Public License v1.0 > # which accompanies this distribution, and is available at >@@ -24,7 +24,7 @@ > !-- Service.RuntimeId - ID of web service runtime > Service.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT > !-- Service.ServerId - ID of target server >-Service.ServerId=org.eclipse.jst.server.tomcat.60 >+Service.ServerId=org.eclipse.jst.server.tomcat.80 > !-- Service.TypeId - Java Bean is default for both Top Down and Bottom Up > !-- Service.TypeId=Java Bean >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 312981
:
238930
| 238931