Link to home
Start Free TrialLog in
Avatar of Zolf
ZolfFlag for United Arab Emirates

asked on

tomcat setup

hello there,

i am trying to run a applet file in tomcat.i have my index.html file in C:\Tomcat5.0\webapps\chat and the jar files in C:\Tomcat5.0\webapps\chat\files

but when i run http://localhost:8080/chat/ i get this error

type Status report

message /chat/

description The requested resource (/chat/) is not available.

please help

cheers
zolf

Avatar of runa_paathak
runa_paathak

Is your "chat" directory in the standard webapp format? You jar files must go into chat/WEB-INF/libs folder.
Avatar of Zolf

ASKER


what do you mean - Is your "chat" directory in the standard webapp format?
ASKER CERTIFIED SOLUTION
Avatar of runa_paathak
runa_paathak

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Zolf

ASKER


yes i have all those setup.but does not work.i dont have java classes.the application reads from the jar file
Avatar of Zolf

ASKER


thanks it worked.i had to restart the tomcat server