jebblue wrote:
It is a basic requirement if that is what he needs to do.
It is most certainly not a niche language or architecture. Check the job postings.
I worded that poorly; I meant it's not a basic requirement for
typical web applications found outside of the enterprise, especially those one might want to run on consumer-grade shared web hosts. It's not a knock on Java or anyone; I don't expect the corner store to have brie, nor would I necessarily trust the quality and suitability of brie from the corner store. The grocery store, on the other hand, will have brie and it will be good, but it is not as convenient. If I'm looking for beer, though, the corner store can be reasonably expected to have it (unless I want
good beer, or I'm in Canada, or something).
And yes, there is plenty of work out there for the Java tradesperson, and it is not an enterprise-only language by any means (indeed, a major VPS provider's public-facing provisioning platform is powered by Java). However, I caution that most of the job listings I look at these days want MATLAB skills, so job listings are not an indication of what you're going to reasonably run on a commodity web host

(Hmmmm.... now that's a thought...)
newguy05 wrote:
So now i will just have tomcat running on port 80, when i need to use ispconfig, i will shut down tomcat, start apache, then once done with ispconfig, shutdown apache, start tomcat
Probably not the most elegant solution lol, but i think it should work ok
You can run Apache on a port other than 80 (the Listen directive), or you can use Apache as a proxy on port 80 to proxy traffic to Tomcat on another port. The first option is probably easiest. Saves having to log in and shuffle stuff around
(And by "Apache" I mean "Apache HTTP Server", as opposed to "Apache Tomcat", which is still as much "Apache" as "Apache HTTP Server", but it goes by "Tomcat" while the other goes by "Apache".)
(The forums are so much more fun after I've read a few dozen pages of philosophical texts.)
_________________
Code:
/* TODO: need to add signature to posts */