• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

instaling application on client side

 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have my staging folder that contains apache tomcat ,jdk1.3,class files and
jsp files.
if i just copy the staging folder onto the client machine without installing
the jdk and apache tomcat;will my application work or do i have to install the jdk and apache tomcat and then copy the class files and jsp's.
I would be grateful for a quick response.
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tomcat and everything below it should copy fine. You will have to have a JRE on the other computer. I don't know if just copying it will work. It used to work back in the JDK 1.1 days.
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ummm... Exactly why are you copying tomcat to a client machine? Is this for some sort of Web Services thing? Otherwise, Tomcat is supposed to be server-side software...
Kyle
 
reply
    Bookmark Topic Watch Topic
  • New Topic