Java Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesJava Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here!
  #1  
Old December 9th, 2002, 01:24 AM
StinkFist StinkFist is offline
Cthulu-ish
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Location: Seattle
Posts: 31 StinkFist User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Tomcat (or any other JSP application server) on a shared server?

Hello all-

I know it's possible-ish to set up a JSP app server on a shared server, I'm just wondering if anyone has any links to a tutorial or has any suggestions on the subject.

my situation is that I really like JSP/Java and what little I've learned about it. I'm really fluent in PHP and that's just because I've been able to teach myself through putting several good size personal projects online. I'd really like to do the same with some JSP projects and work myself into the language.

I figure as long as my host supports java I can set up an app server like Jetty or something and groove on it. any suggestions?
__________________

Reply With Quote
  #2  
Old December 9th, 2002, 07:19 AM
Shocka's Avatar
Shocka Shocka is offline
dont click here
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Posts: 409 Shocka User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 35 m
Reputation Power: 7
if ur host supports Java on the server side wouldnt they have it setup already?

Reply With Quote
  #3  
Old December 9th, 2002, 01:45 PM
StinkFist StinkFist is offline
Cthulu-ish
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Location: Seattle
Posts: 31 StinkFist User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
not necessarily- most hosts that support Java only have the basic JRE and pretty much expect you to use it for applets.

setting up a JSP container that's written in Java shouldn't be too difficult, I was just curious if there was any particular things I'd have to watch out for.

Reply With Quote
  #4  
Old December 9th, 2002, 06:40 PM
Shocka's Avatar
Shocka Shocka is offline
dont click here
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Posts: 409 Shocka User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 35 m
Reputation Power: 7
Quote:
Originally posted by StinkFist
not necessarily- most hosts that support Java only have the basic JRE and pretty much expect you to use it for applets.

setting up a JSP container that's written in Java shouldn't be too difficult, I was just curious if there was any particular things I'd have to watch out for.


Applets are client side, they are downloaded to the users computer and run based on the users JRE, JDK etc.. Applets have nothing to do with the server, you can put applets on a with no java support and it will work fine.

i would look a little more into the host, often they say Java Support, which is not much when u craete applets and javscript , but u can do it on their server.. def took a harder look into your hosting service.. i dont think its possible to create some sort of JSP support if ur on a shared server.., but i dont know that much about servers and such,,

Reply With Quote
  #5  
Old December 9th, 2002, 06:59 PM
StinkFist StinkFist is offline
Cthulu-ish
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Location: Seattle
Posts: 31 StinkFist User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
I understand what an applet is

a lot of hosts have applet support in that they "offer" javac exactly as you said.

let me restate my question and clarify:

does anyone know if I would run into problems (and if so how I would get around them) trying to set up a JSP server on a shared hosting account?

Reply With Quote
  #6  
Old December 10th, 2002, 01:44 PM
Shocka's Avatar
Shocka Shocka is offline
dont click here
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Posts: 409 Shocka User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 35 m
Reputation Power: 7
Quote:
Originally posted by StinkFist
I understand what an applet is

a lot of hosts have applet support in that they "offer" javac exactly as you said.

let me restate my question and clarify:

does anyone know if I would run into problems (and if so how I would get around them) trying to set up a JSP server on a shared hosting account?


interesting.. i didnt realize hosting services actually had javac, i figured they would make u compile and just upload the class,
all the services ive dealt with never had this option..

Reply With Quote
  #7  
Old December 10th, 2002, 03:02 PM
StinkFist StinkFist is offline
Cthulu-ish
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Location: Seattle
Posts: 31 StinkFist User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
I guess I've just been a bit lucky then

well I decided to try to use Jetty and see what sort of luck I have- I'll let everyone know if it works out.

Reply With Quote
  #8  
Old December 10th, 2002, 11:18 PM
bricker42 bricker42 is offline
Moderator =(8^(|)
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Feb 2002
Location: Sacramento, CA
Posts: 1,710 bricker42 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 38 sec
Reputation Power: 8
Send a message via AIM to bricker42
Well, make sure you have access to java as well as javac. I've never used Jetty, but if it's pure java, I don't see why it wouldn't run.

If all your host meant to support is applets, though, and they actually though about it a bit, they won't have given you access to a JVM. All you'll have is the compiler.
__________________
-james

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesJava Help > Tomcat (or any other JSP application server) on a shared server?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway