Virtual Web Host

Looking for a web host,?
Not too pleased with my current web host and need a new one. Paying £40 for a years hosting , so about the same price range. Dont want a free one as i need quite a bit of space to upload onto. Any suggestions will help. May you go to virtual Nirvana for helping!

What sort of hosting do you need? Do you need asp / php / database? I have a few recommendations, all of which I recommend to clients I do freelance work for depending on what they need. Try:- http://www.web-mania.com/ - cheap and cheerful http://www.supanames.co.uk/ - very good and reliable. Won awards too. http://www.asmallorange.com/ http://www.clook.net/ I have found these reliable, good control panels and within a decent price range. With so many hosts its hard to choose!! Good luck and virtual nirvana for me is gears of war - ruining my life :).

Tomcat 4.1 : Set default virtual host. Simple question?
I am using Tomcat 4.1. My web application is located at .../webapps/myApp So this is my setting at server.xml But the next time I double-click the startup.bat, I just wasn't able to start it up successfully. It seems like saying there is a previous error something because the window pop up and disappeared too quickly. Please help

To configure the tomcat for your web application you have to conigure the Context.Not virtual host. The Virutal host should be like this For configuring your application context.scroll down the file till you find below that make an entry for your application like this this will solve your problem. Hope this helps