Author | Message |
---|---|
tlay3
Posts: 8
|
Posted 18:52 Mar 26, 2020 |
Hey guys. I am currently stuck on trying to upload my files to the CS3 server. The lab works fine in eclipse, however, when I move to the server, I get this error: /lab16.jsp (line: [11], column: [1]) Unable to load tag handler class [tagLibLab.tags.ToRoman] for tag [CS3220:tr] I've uploaded my .jsp to the www folder. The .tld folder is uploaded inside the /WEB-INF folder. And the tagLibLab package is uploaded to the /WEB-INF/classes.
|
tlay3
Posts: 8
|
Posted 19:38 Mar 26, 2020 |
Never mind everyone, the issue has been solved. |
401308853
Posts: 2
|
Posted 20:41 Mar 26, 2020 |
I have the same problem. can you tell me how you solved it? |
tlay3
Posts: 8
|
Posted 21:14 Mar 26, 2020 |
I was accidentally uploading the src code instead of the compiled/bytecode that's in build/classes |
401308853
Posts: 2
|
Posted 21:17 Mar 26, 2020 |
I've uploaded my .jsp to the www folder. The .tld file is uploaded inside the /WEB-INF folder. And the.class file is uploaded to the /WEB-INF/classes/cs3220/servlet. and I still have the problem |