Hi there,

With dreamweaver help->Getting Started With Tutorials->Tutorial: Developing a
web application.

I did everything exactly what the instructions show me to do (I installed IIS
v5, JRun 4, JVM 1.4.2 and made a connector to IIS through "Web Server
Configuration Tool").

In the tutorial I successfully connected to the database, created a recordset.
Only when I press the "Live Data View" button is the problem started.

A "Live Data Error" window appears with the following errors

"
javax.servlet.ServletException:
Translator.WrongCase/myapplication/comments-view.jspmyapplicationMYAPPLICATION
at jrun.jsp.Translator.checkServletPath(Translator.ja va:400)
at jrun.jsp.Translator.translate(Translator.java:245)
at jrun.jsp.Translator.translate(Translator.java:101)
at jrun.jsp.JSPEngine.translateJSP(JSPEngine.java:693 )
at jrun.jsp.JSPServlet.translate(JSPServlet.java:125)
at jrun.jsp.JSPServlet.service(JSPServlet.java:113)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker. java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvok erChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequ estDispatcher.java:252)
at jrun.servlet.ServletEngineService.dispatch(Servlet EngineService.java:527)
at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable( JRunProxyService.java:207)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRu nnable(ThreadPool.java:451)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java :66)
"

I tried this in the web browser and the same set of errors appears on the
browser.

I'm new with web application and java and hoping dreamweaver could help me to
start but I got problem with the very first tutorial. Can anyone help me to
sort this problem out? Any help would be appreciated

Thanks,

Hai