Web Hosting Talk







View Full Version : Tomcat (Java Servlet) Reseller?


divzero
06-01-2005, 10:06 PM
Hi,

I am soon going to be marketing a JSF (Java Servlet) based application to some local businesses. What I am looking for is a hosting company which offers a nice large reseller account, running Tomcat so I don't need to buy a new retail account per customer.

I have a PHP reseller account, 10GB with unlimited domains and this works well. What I am seeking is a Java equivalent Reseller account (2GB would be enough for now, hopefully it will scale nicely).

Do any hosts here offer something like this? Does anyone have a recommendation?

Cheers,

Will.

Lubby
06-02-2005, 09:37 AM
Many hosts won't advertise this a great deal but you may want to contact a few and see whether they do have this option available on a special server. Also check out the shared/reseller offers section on this forum. Good luck!

niyogi
06-02-2005, 07:05 PM
I believe that Gazzin offers this but they could have changed this - check their website.

Roj

liquid
06-02-2005, 07:11 PM
Originally posted by niyogi
I believe that Gazzin offers this but they could have changed this - check their website.

Roj

Im not completely sure they offer tomcat as it does take up more resources etc

clanosiris
06-04-2005, 12:31 AM
Hi Liquid,

All our plans include tomcat / jsp it is standard on all packages.

liquid
06-04-2005, 12:35 AM
Originally posted by clanosiris
Hi Liquid,

All our plans include tomcat / jsp it is standard on all packages.

oops sorry, my mistake :X

divzero
06-15-2005, 11:49 AM
Hi,

Thanks guys, sorry for the late reply.

That looks like exactly what I want. I have signed up for a 30 day free trial. I hope it works out!

Cheers,

Will.

joshuayip
06-15-2005, 08:52 PM
JSP is not the same as Java Servlet right? If you upload a .jsp page, you are executing a servlet compiled by the JRE on run time. But if you are refering to a Java Servlet, then the class should be uploaded to the server as a war file, not a jsp.... Am I making some sense?

You can try jspzone.net and javaservlethosting.com

Joshua

divzero
06-16-2005, 01:32 AM
Thanks. I have used javaservlethosting.com before. They are good but don't offer what I need (a reseller package). I'd have to take out new package per customer which would be expensive. I will look at jspzone.net.

All these technologies are related. JSP as you said is compled to a JavaServlet. I am actually using JSF which is a different beast again, but runs using JSP. Essentially what I need is tomcat :)

Cheers,

Will.

daveisme
07-29-2005, 07:44 PM
I'm thinking of using:

oxxus.net

The private JVM plan with the JDK5 and Tomcat 5 should rock....

divzero
07-29-2005, 09:50 PM
The problem with Tomcat hosting is that it seems to be hard to allow several virtual hosts. I have no idea if the oxxus.net package will work. Gazzin didn't provide what I needed, they had JSP support, but not tomcat that you could deploy whatever you wanted on, and most importantly reboot tomcat.

JavaServletHosting provides a very good service, I cannot fault them on that. They are a bit pricy, and you have to have one plan per domain -- but they are good, so I now have two plans with them.

I solved my original problem another way -- simply by hosting the Java on one server, and all the files (images) on another. This way, I can use a cheap hosting provider for space and bandwidth, and just keep the expensive java providor for the actual application.

Cheers,

Will.