Date: 2004-05-18T06:49:35 Editor: PhilipMarkDonaghy <[EMAIL PROTECTED]> Wiki: Apache Geronimo Wiki Page: HowToTutorial URL: http://wiki.apache.org/geronimo/HowToTutorial
Starting HelloService howto. Change Log: ------------------------------------------------------------------------------ @@ -1,6 +1,6 @@ -HOWTO use Geronimo with the [http://java.sun.com/j2ee J2EE Tutorial] version 1.4 from [http://www.sun.com Sun Microsystems] +HOWTO use Geronimo with the [http://java.sun.com/j2ee/1.4/docs/tutorial/doc/index.html J2EE Tutorial] version 1.4 from [http://www.sun.com Sun Microsystems] -''Contents'' +'''Contents''' [[TableOfContents]] == Dependencies Download == @@ -79,7 +79,7 @@ Hmm... -17:37:14,380 WARN [ServletHandler] Exception for /j2eehello1/ +17:37:14,380 WARN [Servlet Handler] Exception for /j2eehello1/ org.apache.jasper.Jasper Exception: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application This is a problem with the java tag library defined in index.jsp @@ -96,6 +96,6 @@ Now solve the tag library problem. -Try the helloservice example but be aware that Sun's application server supports web services using an entirely different deployment process. See HowToAxisGeronimo for more on web services. - === HelloService Example === + +Try the helloservice example but be aware that Sun's application server supports web services using an entirely different deployment process. See HowToAxisGeronimo for more on web services.
