Hi all,
I've written a JSP/JavaBean webapp and its running fine here, however when I give it to someone else to install on their server (just copy the files to the root dir of server, is that correct?) they are getting 500 server errors and:
Cannot resolve symbol: UserBean
for example. Is there anything they have to do for the server to recognise the javabeans? like when you have to regsvr for .dll components to work on servers that they weren't compiled on..
Also im running Tomcat 5.0 and they're running Tomcat 4.1.12 if that could be the reason?
Thanks,
Matt.
I've written a JSP/JavaBean webapp and its running fine here, however when I give it to someone else to install on their server (just copy the files to the root dir of server, is that correct?) they are getting 500 server errors and:
Cannot resolve symbol: UserBean
for example. Is there anything they have to do for the server to recognise the javabeans? like when you have to regsvr for .dll components to work on servers that they weren't compiled on..
Also im running Tomcat 5.0 and they're running Tomcat 4.1.12 if that could be the reason?
Thanks,
Matt.