RE: My Orion does not want to run the jsp and the servlets

2001-05-31 Thread Hasan
Title: SV: ATM example -> deployment error -> PLEASE some HELP thanks. but how to run the servlet? where should i put the servlets? and the ejbs, beans? where can i find complete guidance about theattributes used in the xml files? i tried to enable browsing the directory of a particular

Re: My Orion does not want to run the jsp and the servlets

2001-05-30 Thread Johan Fredriksson
Title: SV: ATM example -> deployment error -> PLEASE some HELP Did you copy tools.jar to your orion directory? Johan - Original Message - From: Hasan To: Orion-Interest Sent: Wednesday, May 30, 2001 10:55 AM Subject: My Orion does not want to run the jsp and

Re: My Orion does not want to run the jsp and the servlets

2001-05-30 Thread Jeff Hubbach
Hasan, Make sure that you copy tools.jar from your java-dir/lib directory into the orion directory. This enables JSP compilation. If your servlets aren't working, though, it sounds like a possible configuration issue. Jeff Hubbach. Hasan wrote: Hi,I have created a web application using

RE: My Orion does not want to run the jsp and the servlets

2001-05-30 Thread Kevin Duffey
Title: SV: ATM example -> deployment error -> PLEASE some HELP Make sure you copy tools.jar to the /orion root folder. Its used to compile jsp pages into servlets. It can be found usually in your /jdk/bin (or maybe its jdk/jre/bin) folder. -Original Message-From: [EMAIL