Re: Help! Could not publish to server error

2008-08-15 Thread gsilverman
) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) Glenn... gsilverman wrote: Help! I cannot publish a dynamic web application to Geronimo v2.1.2 using Eclipse 3.4. I

Help! Could not publish to server error

2008-08-14 Thread gsilverman
Help! I cannot publish a dynamic web application to Geronimo v2.1.2 using Eclipse 3.4. I followed the tutorial, Web Application for EJB access, to the letter and I get the following error when I add the ejb and web projects to the running Geronimo server in Eclipse: Publishing to Apache

Re: Help! Could not publish to server error

2008-08-14 Thread gsilverman
Seems there are others on this forum with the same problem, and it appears to be a Java version issue. I'm using 1.6 but will have to try it with 1.5. gsilverman wrote: Help! I cannot publish a dynamic web application to Geronimo v2.1.2 using Eclipse 3.4. -- View this message in context

Re: Help! Could not publish to server error

2008-08-14 Thread gsilverman
I'll get the new Geronimo plugin and see if that helps. By the way, does this versin support Java 1.6, or do I still need to use 1.5? gsilverman wrote: Seems there are others on this forum with the same problem, and it appears to be a Java version issue. I'm using 1.6 but will have to try

Re: Help! Could not publish to server error

2008-08-14 Thread gsilverman
Problem with new GEP!!! You can't add a servlet to a Dynamic Web Application project. The wizard adds the servlet mapping elements to web.xml, but does not create the java file. Therefore, I can't test to see if it fixed publishing issue. gsilverman wrote: Help! I cannot publish a dynamic