- This topic has 5 replies, 2 voices, and was last updated 19 years, 11 months ago by Riyad Kalla.
-
AuthorPosts
-
cam21MemberHi,
I’ve just tried out the ApplicationServer integration with Tomcat 5 – going thru the supplied step-by-step documentation.
And there are 2 things that don’t work:
* First can’t decied between compiling jsp or
not. The configuration-tab is not available* Second, jsp files don’t get deployed to my local
Tomcat-Installation. Everything looks fine, but
the .jsp’s aren’t copied to the tomcat directoryI’m using myEclipse 3.8.3
Build Id: 200412061200-3.8.3maybe somebody has already had this problem and solved it, I would also appreciate a link to this solution…
greets
clemens
Riyad KallaMembergoing thru the supplied step-by-step documentation.
Please provide a link to the document you are talking about.
* First can’t decied between compiling jsp or
not. The configuration-tab is not availableTurning On/Off JSP Validation on the Validation menu does this.
* Second, jsp files don’t get deployed to my local
Tomcat-Installation. Everything looks fine, but
the .jsp’s aren’t copied to the tomcat directoryYou need to be using an Exploded deployment for hotsync to be enabled, packaged deployments will not be automatically deployed.
I’m using myEclipse 3.8.3
Build Id: 200412061200-3.8.3What version of Eclipse? Also 3.8.4+QF2 is the newest release, we would encourage you to upgrade.
cam21Member@support-rkalla wrote:
going thru the supplied step-by-step documentation.
Please provide a link to the document you are talking about.
* First can’t decied between compiling jsp or
not. The configuration-tab is not availableTurning On/Off JSP Validation on the Validation menu does this.
ok, I’ll give it a try 😉 …going thru the mentioned documentation,
shows it a little bit different, anyway…* Second, jsp files don’t get deployed to my local
Tomcat-Installation. Everything looks fine, but
the .jsp’s aren’t copied to the tomcat directoryYou need to be using an Exploded deployment for hotsync to be enabled, packaged deployments will not be automatically deployed.
have never even thought about package deployment… all my class
files get deploy with noe problem. only the jsp files don’t get deployed 🙁I’m using myEclipse 3.8.3
Build Id: 200412061200-3.8.3What version of Eclipse? Also 3.8.4+QF2 is the newest release, we would encourage you to upgrade.
you mean myeclipse? now, I’ve upgraded the current version
you mentioned: 3.8.4+QF2I’m sure it’s just a little problem, the jsp-deployment, but I still can’t
find it 🙁greets
clemens
Riyad KallaMemberClemens,
Is the project you are working on a Java Project, or a Web Project? Are the JSP pages you are editing under the WebRoot dir, or are they somewhere else in your project? If you navigate to project properties, and MyEclipse-Web, what do you have entered for the two boxes there?
cam21Memberahh, pls forget everything I’ve written… besides the little confusing documentation, everything works fine…
little bit overworked and you’ll oversee the simpliest things ;-(
thx for your help…
Riyad KallaMemberHey, I’m just glad it’s working now.
-
AuthorPosts