AW: Eclipse IDE

2001-12-13 Thread Jakob Lemler

Hello Brian,

1. Read the App Developer Guide in the Tomcat Docs.
2. Install Ant-1.4.1
3. Create your development directory structure in Eclipse.
4. Take the sample build.xml file from Tomcat and customize your Tomcat
Home Directory there.
5. Make sure that Ant runs successfully from the commandline.
6. Run Ant from the context menu of your project in Eclipse and select
"deploy"... 

Result: Ready deployed in your Tomcat webapp folder...

7. Restart Tomcat, Ready to rumble... ;-)

Bye
Jakob

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Gesendet: Donnerstag, 13. Dezember 2001 20:12
An: [EMAIL PROTECTED]
Betreff: Eclipse IDE


I have been evaluating the new Eclipse IDE (http://www.eclipse.org) and
trying to get it to debug my servlets running in Tomcat. One of the
quirks about the Eclipse IDE is that it doesn't allow me to specify a
build folder outside of the project hierarchy (so I can't post my
classes to the webapps folder in Tomcat). One of the suggestions from
Eclipse users was to develop my source directly in the webapps folder,
but this violates the separation of source and deployment
(http://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/source.html).

I was wondering if anyone has experience integrating Eclipse with Tomcat
and what directory structure they're using.

Thanks.

- Brian


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Jikes Config and Tomcat 4.0

2001-12-10 Thread Jakob Lemler

Hi all,

tried to install Jikes 1.15 and Tomcat 4.0.1 with jdk 1.3.1_01.

Problem: When Tomcat starts Jikes to compile a jsp, it did not find the
java classes (java.lang, java.util ...).
Instead it searches only some Tomcat directories.
An external declared classpath variable did not help either.

Here a quote of my web.xml file in $CATALINA_HOME$\conf:

  
  
  
  
  

  
jsp
org.apache.jasper.servlet.JspServlet

  logVerbosityLevel
  INFORMATION


  classpath
  c:\jdk\jre\lib\rt.jar;.


  jspCompilerPlugin
 
org.apache.jasper.compiler.JikesJavaCompiler

3
  

What´s wrong? Hope this is not a faq... ;-)

Bye and thanks in advance
Jakob


--
To unsubscribe:   
For additional commands: 
Troubles with the list: