Hi all,

For a deployed WebApp with a applet and a servlet (I already generated a WAR
in JBuilder), where should i put my servlet so that Tomcat knows where to
find it?

Current this is how my system is set up.  Using JBuilder, I created a
WebApplication where I direct  the defaultroot folder to the location of my
applet files. Then within my WebApplication, I created a servlet that the
applet should communicate with. Then a WAR is generated when I build in
JBuilder.  I then deploy this WAR file into Tomcat5 using the TomcatManager.
However, when I select the HTML file, I can see that my applet is running
but it can't communicate with the servlet and I get a java error that saids
filenotfound.

So what is it that I'm doing wrong? Where should I put my servlet.java and
servlet class so that Tomcat can find it?

Thank you!

Kay



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to