Hi, You are wrong. There are 2 sides of application : client and server.
Client may be 3 types: JNLP, Applet, StandAlone Server may be 2 types: Servlet/WAR/EAR, Ejb/EAR So the application may be deployed only as WAR or EAR, in your occasion with Tomcat only as WAR. JNLP or Applet is only the client interface how to start the client (display server). Hope this helps Miro Novotny -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Kutka Sent: Monday, December 01, 2008 5:43 PM To: [EMAIL PROTECTED] Subject: [ULC-developer] servlet deployment problem Hi there, this question is maybe stupid, but I have failed to deploy a simple ULC application as a webapp in the Tomcat server. I took the code from the tutorial http://www.canoo.com/ulc/developerzone/tutorial.html (i.e. the file http://www.canoo.com/ulc/developerzone/src/todolist/MyToDoList.java ) and compiled it successfully. Now I have a proper directory structure with proper WEB-INF content, a valid web.xml file etc. Everything should work, but if I enter the sugested URL "http://localhost:8080/ulc/MyApplication/" into my browser, I get I strange message: HTTP Status 405 - HTTP method GET is not supported by this URL type: Status report message: HTTP method GET is not supported by this URL description: The specified HTTP method is not allowed for the requested resource (HTTP method GET is not supported by this URL). As well, it is a bit suspicious for me, that all provided demos on the page http://www.canoo.com/ulc/demos/index.html can only be launched as Applets or JNLP (Web start). I do not want to deploy the class as an applet or JLNP - but as a servlet. What I am missing? Thanks in advance Alex Kutka Centaur Ltd., Bratislava, Slovak Republic _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
