| Article: |
Deploying Web Applications to Tomcat | |
| Subject: | problem with accessing servlets in subfolders | |
| Date: | 2003-05-25 21:06:41 | |
| From: | anonymous2 | |
|
hi, i am not able to access servlet classes within the sub folders..
|
||
Showing messages 1 through 2 of 2.
-
problem with accessing servlets in subfolders
2003-11-23 11:51:13 anonymous2 [View]
-
problem with accessing servlets in subfolders
2003-05-26 02:33:42 anonymous2 [View]
Do you have your directory structure under classes declared as a package in your java class?
In your example, you should have the classes under cal being devlared as a package called cal.
I hope this helps. Good luck.



"/web-app-dir/servlet/servletname"
rather than "/servlet/servletname"
Otherwise Tomcat won't look in your /classes subfolder.
-Chris (coldfusion78_AT_yahoo.com)