Hi Saumendra, Indeed, there's a difference in the VM parameters for the new Tomcat:
Instead of -Djava.endorsed.dirs="C:\Tomcat4_1\bin;C:\Tomcat4_1\common\lib" you should use -Djava.endorsed.dirs="C:\Tomcat4_1\bin;C:\Tomcat4_1\common\endorsed" Does this help? -- Best regards, Eugene Zhuravlev JetBrains, Inc, http://www.intellij.com "Develop with pleasure!" "Saumendra Poddar" <[EMAIL PROTECTED]> wrote in message amqpfi$usc$[EMAIL PROTECTED]">news:amqpfi$usc$[EMAIL PROTECTED]... > I would like to know whether there is going to be an integration between > Intellij Idea 3.0 and tomcat 4.1. The reason why I am asking is cause I am > finding it impossible to do the integration and I would really like someone > help me on integrating Tomcat 4.1 with Intellij build 648. What is the > exact procedure ? Is there any other way to integrate intellij Idea with > tomcat 4.1. If there is, can u kindly share the information with me cause I > am struggling for 3 days and am not being able to get this solved. > I have also read that there may not be an integration between intellij 3.0 > and tomcat 4.1 in > http://www.intellij.net/forums/thread.jsp?forum=3&thread=8775&message=241970 > > I would really love to hear an answer to my question. > > > I have followed the exact procedure mentioned in > http://www.phasesoft.com/articles/tomcat4idea/ and I think Intellij does not > integrate with Tomcat 4.1. I am using JDK 1.4 > > In the RUN configuration I enter the following information as stated in > http://www.phasesoft.com/articles/tomcat4idea/ > > Main class > org.apache.catalina.startup.Bootstrap > > VM parameters > -Djava.endorsed.dirs="C:\Tomcat4_1\bin;C:\Tomcat4_1\common\lib" -Dcatalina .b > ase="C:\Tomcat4_1" -Dcatalina.home="C:\Tomcat4_1" > -Djava.io.tmpdir="C:\Tomcat4_1\temp" (all in one line) > > Program parameters > start > > and then i click Apply, then test out the setup by clicking Run > > After this process I get the following error message > > C:\Java\J2SDK1.4.0_01\bin\javaw.exe -Djava.endorsed.dirs="C:\Tomcat4_1\bin;C > :\Tomcat4_1\common\lib" -Dcatalina.base="C:\Tomcat4_1" -Dcatalina.home="C:\T > omcat4_1" -Djava.io.tmpdir="C:\Tomcat4_1\temp" -classpath > C:\Java\J2SDK1.4.0_01\jre\lib\rt.jar;C:\Java\J2SDK1.4.0_01\jre\lib\ext\dnsns > .jar;C:\Java\J2SDK1.4.0_01\jre\lib\ext\ldapsec.jar;C:\Java\J2SDK1.4.0_01\jre > \lib\ext\localedata.jar;C:\Java\J2SDK1.4.0_01\jre\lib\ext\sunjce_provider.ja > r;D:\Brainstation\Workout1\WEB-INF\classes;C:\Java\J2SDK1.4.0_01\lib\tools.j > ar;C:\Tomcat4_1\common\lib;C:\Tomcat4_1\server\lib;C:\Tomcat4_1\bin > org.apache.catalina.startup.Bootstrap start > ERROR reading C:\Java\Tomcat4_1\conf\server.xml > At Line 18 /Server/Listener/ > className=org.apache.catalina.mbeans.ServerLifecycleListener debug=0 > > Catalina.start: java.lang.ClassNotFoundException: > org.apache.catalina.mbeans.ServerLifecycleListener > java.lang.ClassNotFoundException: > org.apache.catalina.mbeans.ServerLifecycleListener > at java.net.URLClassLoader$1.run(URLClassLoader.java:198) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:186) > at java.lang.ClassLoader.loadClass(ClassLoader.java:306) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265) > at java.lang.ClassLoader.loadClass(ClassLoader.java:262) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:322) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:130) > at org.apache.catalina.util.xml.ObjectCreate.start(XmlMapper.java:616) > at org.apache.catalina.util.xml.XmlMapper.matchStart(XmlMapper.java:412) > at org.apache.catalina.util.xml.XmlMapper.startElement(XmlMapper.java:91) > at > org.xml.sax.helpers.XMLReaderAdapter.startElement(XMLReaderAdapter.java:329) > at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1490) > at org.apache.crimson.parser.Parser2.content(Parser2.java:1779) > at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507) > at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:500) > at org.apache.crimson.parser.Parser2.parse(Parser2.java:305) > at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442) > at org.xml.sax.helpers.XMLReaderAdapter.parse(XMLReaderAdapter.java:223) > at javax.xml.parsers.SAXParser.parse(SAXParser.java:314) > at javax.xml.parsers.SAXParser.parse(SAXParser.java:253) > at org.apache.catalina.util.xml.XmlMapper.readXml(XmlMapper.java:228) > at org.apache.catalina.startup.Catalina.start(Catalina.java:725) > at org.apache.catalina.startup.Catalina.execute(Catalina.java:681) > at org.apache.catalina.startup.Catalina.process(Catalina.java:179) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 > ) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl > .java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) > Process terminated with exit code 1 > > > Can someone kindly help me > > Saumendra > Canada > > _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
