Web Hosting Talk







View Full Version : webapps - jsp


CorWerks
07-20-2004, 12:32 PM
Hi again,

Quick question... Would all of my jsp stuff work for a domain if I set it up so that the domain pointed to the tomcat/webapps/domainname.com/ directory

That way I could just upload all files into that directory and subdirectories and have it run that way?

Thanks for the input.

PS - mod_jk and mod_jk2 still don't work.

Arsalan
07-21-2004, 03:33 AM
CorWerks, If you are using tomcat on its default port and not using mod_jk to use it via apache, this should work.

CorWerks
07-21-2004, 04:58 PM
well that didn't work... set up a symbolic link from the former directory to the /webapps/domainname/

It doesn't work. Should I not use the symbolic link and just set the site to go there? My hosting provider suggested the symbolic link rather than switching physical directories.

Arsalan
07-21-2004, 10:55 PM
Try switching physical directories. I have seen symbolic links to fail often.