New to JSP + [message #223930] |
Tue, 18 November 2008 16:12 |
Chuck Moore Messages: 8 Registered: July 2009 |
Junior Member |
|
|
I have a website already, it uses Tomcat, and I want to add some .jsp to
facilitate some simple dynamic content.
The production server does/will not have a JDK on it.
On my PC, I can run a sample .jsp, but the generated .java and .class are
placed in Tomcat's "work" directory.
I need to provide a .jar or .class file(s) to the production server so
that the .jsp will work.
I've learned about editing the web.xml file, but still no joy.
Now I'm trying to use Eclipse to create the .jsp and run the page, but no
joy there either. I know I'm probably missing a lot some where, but I'd
rather not spend months studying to figure out what I'm doing wrong.
From within Eclipse I can successfully run my index.html page which
creates three frames, and the title and footer seconds properly display
their .html content. Just the middle.jsp doesn't fly, and it currently as
simple "Hello World" thing.
I'm having some difficulty finding the right place for help.
Help?
|
|
|
|
|
|
|
|
|
|
|
Re: New to JSP + [message #224023 is a reply to message #224007] |
Tue, 18 November 2008 23:27 |
|
Chuck Moore wrote:
> Well, crud.
>
> The "production" environment is Tomcat 4.0.3 using jre 1.4.2.
> My dev environment is 4.1 and 1.5.0_07.
> The resulting servlet major.minor level (49.0) is unsupported by the
> "production" system. nuts.
>
> guess I need to back up, if I can.
> I don't find anything in text that set the version level.
It's in the Java Compiler property page for your project; check the
Project menu in the menu bar.
--
---
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational
_
Nitin Dahyabhai
Eclipse Web Tools Platform
|
|
|
|
Powered by
FUDForum. Page generated in 0.03977 seconds