Advanced - Powered by Google


   
Log In
New Account
  
 
Home
My Page
Project Tree
Project Openings
Lomboz
          
 
 
Summary
Forums
Tracker
Lists
Tasks
Docs
Surveys
News
Files
SVN
                    
 

Discussion Forums: Help

Start New Thread Start New Thread | Admin

 

By: Abhi
 RE: How to configure Lomboz 3.0 & Tomcat 5.0. [ reply ]  
2005-06-03 20:19
Hi, I managed to find a solution at <a href="http://forum.java.sun.com/thread.jspa?messageID=3666810&amp;#3666810" target="_new">http://forum.java.sun.com/thread.jspa?messageID=3666810&amp;#3666810</a> =================== Edit the file: &lt;Eclipse Home\plugins\com.objectlearn.jdt.j2ee_3.0.1\servers\tomcat50x.server Replacing this: -Djava.endorsed.dirs=&quot;${serverRootDirectory}/bin;${serverRootDirectory}/common/ endorsed&quot; With this: -Djava.endorsed.dirs=&quot;${serverRootDirectory}/common/endorsed&quot; ================== Abhi.

By: Archiebald McClumpherty
 RE: How to configure Lomboz 3.0 & Tomcat 5.0. [ reply ]  
2005-04-25 12:23
I've had this problem of not being able run do the Lomboz &quot;Run server&quot; / &quot;Debug server&quot;. The solution I found was to use the 1.0.3 version of the commons logging files instead of the 1.0.4 version that comes with tomcat. The first thing I did was to first rename the existing commons-logging-api.jar in the &lt;tomcat-home&gt;/bin directory (in case I need it later). I then downloaded the 1.0.3 files from <a href="http://archive.apache.org/dist/jakarta/commons/logging/binaries/commons-logging-1.0.3.zip" target="_new">http://archive.apache.org/dist/jakarta/commons/logging/binaries/commons-logging-1.0.3.zip</a>. The final step was to copy the commons-logging-api.jar and commons-logging.jar files from that zip file into the bin directory in the tomcat home directory. And that was it.

By: Lee Chit Boon
 RE: How to configure Lomboz 3.0 & Tomcat 5.0. [ reply ]  
2004-10-07 06:01
The suggested solution works with Tomcat 4.1.30 as well. Thanks!

By: Michael Paap
 RE: How to configure Lomboz 3.0 & Tomcat 5.0. [ reply ]  
2004-10-06 16:41
This worked for me: I closed all JSP-Files, restarted Eclipse and opened the Help - Help Contents. After this i opened JSP-Files and worked with Lomboz. Since I've done so, Eclipse'S Help works without any problems, no matter, if JSPs are opened or not and after restarts too. Greetings, Michael

By: Yuqui Fujita
 RE: How to configure Lomboz 3.0 & Tomcat 5.0. [ reply ]  
2004-10-06 13:36
What is the difference between those two versions? I went to Jakarta's common logging page, but couldn't figure out. Does anyone know the mechanism of this problem?

By: Bennett Ellis
 RE: How to configure Lomboz 3.0 & Tomcat 5.0. [ reply ]  
2004-09-07 21:38
Hey, This worked beautifully. Also, for those who might be having issues with JSP refreshing while using Lomboz, on a different newsgroup, I discussed my woes with certain versions of Tomcat. Seems like everything after 4.1.24 and before some version of 5.0 had some issues with refreshing JSP pages. The reason I moved to 5.0.27 was becuase someone responded and suggested I move to it as he did not have any JSP refresh issues on that version. I have since moved to 5.0.27. However, once there, I encountered this other issue, but now, this the quick server redefinition explained here, all my troubles seem to be over, and I'm able to refresh JSPs after editing them no problemo. Thanks a bunch!!!!!

By: Michael Katz
 RE: How to configure Lomboz 3.0 & Tomcat 5.0. [ reply ]  
2004-08-31 19:26
This worked for me. I took commons-logging-api.jar in tomcathome\bin of 5.0.24's and put it in .27 and .28 and tomcat started. .24's manifest says: Extension-Name: org.apache.commons.logging Implementation-Version: 1.0.3 .27's manifest says: Extension-Name: org.apache.commons.logging Implementation-Version: 1.0.4

By: Orvar
 RE: How to configure Lomboz 3.0 & Tomcat 5.0. [ reply ]  
2004-07-25 17:05
I edited the tomcat50x.server and replace it with the value of my catalina.bat file. So now Im getting &quot;INFO: Server startup in 7796 ms&quot; Instead of 11 error message. Guess it works :) Anyway, why dose this problem exist, ist the settings i define in Eclipse supose to end up correctly in the tomcat50x.server?

By: Brian Gregory
 RE: How to configure Lomboz 3.0 & Tomcat 5.0. [ reply ]  
2004-07-25 04:16
Another note: I also had to &quot;change the default server&quot; of the context menu for each module, remove apache and re-add. This forces the settings to be reloaded. Is this necessary? I'm not sure.

By: Brian Gregory
 RE: How to configure Lomboz 3.0 & Tomcat 5.0. [ reply ]  
2004-07-25 04:14
Possible solution: I edited the file &quot;tomcat50x.server&quot; under C:\eclipse\plugins\com.objectlearn.jdt.j2ee_3.0.1\servers and changed -Djava.endorsed.dirs=&quot;${serverRootDirectory}/bin;${serverRootDirectory}/common/endorsed&quot; to -Djava.endorsed.dirs=&quot;${serverRootDirectory}/common/endorsed&quot; in the following 'tags': &lt;startVmParameters&gt;-DJAVA_HOME=&quot;${jrePath}&quot; -Dcatalina.base=&quot;${serverRootDirectory}&quot; -Dcatalina.home=&quot;${serverRootDirectory}&quot; -Djava.io.tmpdir=&quot;${serverRootDirectory}/temp&quot; -Djava.endorsed.dirs=&quot;${serverRootDirectory}/bin;${serverRootDirectory}/common/endorsed&quot;&lt;/startVmParameters&gt; and &lt;stopVmParameters&gt;-DJAVA_HOME=&quot;${jrePath}&quot; -Dcatalina.base=&quot;${serverRootDirectory}&quot; -Dcatalina.home=&quot;${serverRootDirectory}&quot; -Djava.io.tmpdir=&quot;${serverRootDirectory}/temp&quot; -Djava.endorsed.dirs=&quot;${serverRootDirectory}/bin;${serverRootDirectory}/common/endorsed&quot;&lt;/stopVmParameters&gt; This matches the value used in my catalina.bat file when lauched from the command prompt.

By: Thomas Fischer
 RE: How to configure Lomboz 3.0 & Tomcat 5.0. [ reply ]  
2004-07-23 14:14
... it's the same with me lomboz 3.0.1 tomcat 5.0.27 looks like somethin is missing in the path?

By: Orvar
 RE: How to configure Lomboz 3.0 & Tomcat 5.0. [ reply ]  
2004-07-22 17:40
Im having the same problem, pls let me know if you solve it. /rash

By: T. Stening
 How to configure Lomboz 3.0 & Tomcat 5.0.27? [ reply ]  
2004-07-22 00:21
Hello, I just installed Eclipse 3.0, Lomboz 3.0 and Tomcat 5.0.27 on my Windows XP. But now I'm wondering how to configure Lomboz to successfully start Tomcat out of the Lomboz View in Eclipse? In the past I used the Sysdeo Tomcat Plugin, which does his job very well. Under Workbench/Preferenzes/Lomboz/Server Definitions I had chosen Apache Tomcat v5.0.x and set the properties as follows: Application Server Directory: C:\Programme\Apache Software Foundation\Tomcat 5.0 Address: 127.0.0.1 Port: 8080 Classpath Variable Name: TOMCAT_HOME Classpath Variable: C:\Programme\Apache Software Foundation\Tomcat 5.0 Server Classpath JDK_TOOLS (set to c:\j2sdk1.4.2_03\lib\tools.jar) ${classPathVariableName}/bin/bootstrap.jar Client Classpath nothing yet configured Project Classpath JDK_TOOLS ${classPathVariableName}/bin/bootstrap.jar ${classPathVariableName}/common/lib/servlet-api.jar ${classPathVariableName}/common/lib/jsp-api.jar Starting Tomcat out of the Lomboz View fails with the following Stacktrace: Bootstrap: Class loader creation threw exception java.lang.ExceptionInInitializerError at org.apache.catalina.loader.StandardClassLoader.&lt;clinit&gt;(StandardClassLoader.java:207) at org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoaderFactory.java:189) at org.apache.catalina.startup.Bootstrap.createClassLoader(Bootstrap.java:160) at org.apache.catalina.startup.Bootstrap.initClassLoaders(Bootstrap.java:104) at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:193) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:399) Caused by: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: java.lang.NullPointerException (Caused by java.lang.NullPointerException) (Caused by org.apache.commons.logging.LogConfigurationException: java.lang.NullPointerException (Caused by java.lang.NullPointerException)) at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543) at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235) at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:209) at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351) at org.apache.tomcat.util.compat.JdkCompat.&lt;clinit&gt;(JdkCompat.java:55) ... 6 more Caused by: org.apache.commons.logging.LogConfigurationException: java.lang.NullPointerException (Caused by java.lang.NullPointerException) at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:397) at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529) ... 10 more Caused by: java.lang.NullPointerException at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:374) ... 11 more Is the Classpath incomplete? Thank you for your help in advance. Tobias

   

Copyright © 1999-2008, OW2 Consortium | contact | webmaster.