Questions tagged [eclipse-wtp]

Use this tag if you have a specific question about Eclipse Web Tools Platform (WTP) features and functionality. Do not use this tag on questions just because code was written or designed with Eclipse Web Tools.

The Eclipse Web Tools Platform (WTP) project extends the Eclipse platform with tools for developing Web and Java EE applications. It includes source and graphical editors for a variety of languages, wizards and built-in applications to simplify development, and tools and APIs to support deploying, running, and testing apps.

406 questions
0
votes
0 answers

Tomcat Project and Eclipse WTP Remote Server

I am just starting out with programming a tomcat server in java, and have installed eclipse's Web Tools Platform, but when I try to create a Dynamic Web Project, It wants me to specify an installation of Tomcat on my own machine. Is it necessary,…
AlphaModder
  • 3,266
  • 2
  • 28
  • 44
0
votes
1 answer

gradle groovy project dependent on java project

projects -ProjA -src/main/java/com/company/One.java -ProjB -src/main/java/com/company2/Three.java -src/main/groovy/com/company2/Two.groovy ProjB/build.gradle apply plugin: 'groovy' apply plugin: 'eclipse-wtp' dependencies { …
yodhevauhe
  • 765
  • 3
  • 11
  • 33
0
votes
0 answers

WTP does not pick up JSP as servlet mapping

(I have tried looking for this particular scenario in different forums, but nobody seems to have posted this scenario.) I have a web application in which I have the following servlet mapping: test
Neel
  • 2,100
  • 5
  • 24
  • 47
0
votes
0 answers

deployment of an ejb maven project from eclipse

I'm facing a weird problem and was not able to find somebody out there having the same behaviour creating a maven ear-ejb project in eclipse. I have a parent pom that looks like this: ear
markusw
  • 1,975
  • 16
  • 28
0
votes
1 answer

Eclipse deployment assembly with ivy dependencies fails

I'm using ivy managed dependencies for a dynamic web project in Eclipse 4.3 and everything works. After merging a different branch containing a new module project Eclipse fails to create a war anymore. If I remove IvyDependencies from deployment…
Max Power
  • 178
  • 1
  • 10
0
votes
2 answers

Adding self signed certificte to JRE keystore

A couple of months back I added a SSL cert in JRE's trustcacerts for avoiding not-a-valid-certificate issues. There I imported the self signed certificate to the following file "C:\Program Files\Java\jre6\lib\security\cacerts" Question 1 But now…
JibW
  • 4,538
  • 17
  • 66
  • 101
0
votes
1 answer

IBM RSA WTP Jax-rpc Create WS Client IWAB0639E WSWS3204E

I need help on an error I get when trying to create a web service client in IBM RSA using the WTP wizard. The error says : IWAB0639E Error in generating Java files and deployment descriptors from WSDL file WSWS3204E: Error: {http:// [...]…
Wolf359
  • 2,620
  • 4
  • 42
  • 62
0
votes
0 answers

JPA : Can't create persistence class from table

There is a table_a which has primary key Id which is referenced to Table_b as foreign key and i want to create another table_c which foreign key reference should be a column of Table_b. While i created the table somehow and wanted to create a…
user1010399
  • 2,258
  • 5
  • 30
  • 42
0
votes
1 answer

How to run multiple tomcat instances using different ports within MyEclipse IDE

I am trying MyEclipse IDE and comparing it with Eclipse Java EE distro: In eclipse I am able to create a Tomcat runtime and then create instance of that runtime. These instances can run on separate ports, have separate contexts, classpath etc. I am…
Neel
  • 2,100
  • 5
  • 24
  • 47
0
votes
1 answer

Is there way to make the Eclipse WTP JSP editor treat the body of a custom TagLib as JavaScript?

I've written a simple taglib (called Script) that takes its body's content, wraps it in an HTML