Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    running jsp files

    I'm trying to make it run the simple_chat.jsp file to test the messaging examples.
    nothing is working.
    but, before continue, I decided to test one simple jsp file, just to make sure everything's fine.
    so, I try to run one simple test.jsp file.
    jdk is installed properly.
    when I type in my command prompt: "java -version" it replyes ok with the version number (1.5)
    but the jsp page doesn't work.
    I have only apache with php module.
    should I install something more?
    maybe tomcat is necesary..?
    I'm making my first steps in java, I'm very new about it, so I will really appreciate your help.
    regards,

    #2
    Yes, you need Tomcat or some other servlet engine, but the SmartClient server comes with an embedded Tomcat and works out of the box. Just run the start_embedded_server script in the SDK folder.

    Comment


      #3
      Sorry, should just add that you don't need Tomcat or any other particular server technology to use SmartClient - anything will do. However, if you are using our optional Messaging module, you'll need to use the SmartClient server, which is Java based and thus requires Tomcat or another servlet engine.

      Comment

      Working...
      X