• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to install UploadBean v1.6?

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

I've downloaded UploadBean version 1.6, Is is a war file.

Im using J2EE1.3.1 application server and JDK1.4.

when iUploadBean is also available as a WAR archive. It's a SERVLETS 2.2 standard archive for Web Applications.
What does it mean ?... It means that WAR installation is as easy as a copy/paste, regardless to the servlet engine vendor.

To install UploadBean WAR archive, copy uploadbean.war under the webapps folder of your servlet engine before running it. That's all :-)
Note that webapps folder depends on your servlet engine. It could be webapps/, applications/ ... The WAR file will be automatically uncompressed under uploadbean/ folder.

But in J2EE1.3.1 there is no folder named webapps, but i was able to indentify a folder named applications in C:\JDK\repository\bbsu-2(my systemname)\applications.

In an aim of trying this Uploadbean i've made a copy there and tried. It is not working, i beleive i made something wrong.

Can any tell me how to install UploadBean and use it.
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is your application server running?
Is it configured to automatically deploy war files?
 
Swaminathan Balasubramani
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

J2EE1.3.1 is my application Server and it is running.

I'm afarid, i donno whether it is configured fo deploying WAR files.

I'm a beginner and i don have much exposure to Java,Servers etc etc.

Im using J2EE1.3.1 this is my application Server

and i'm using J2SDK1.4.2_04.

I want to upload files using uploadbean.

Pls help me in finding a solution.

Cheers!
 
Ben Souther
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I haven't used that server so I can't help you with it.
I do know that, with Tomcat, all you need to do is drop the war file in the webapps directory and it deploys it.
 
Swaminathan Balasubramani
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Coool!

Do we have any deployment tool in Tomcat.

For example i have a servlet and i want to deploy it in the server(tomcat).what should i do to deploy it.

Pls also send some link that gives an insight about tomcat.

Cheers!
 
Ben Souther
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It has tools for deploying webapps, not for individual servlets.

http://www.google.com/search?hl=en&q=TOMCAT&btnG=Google+Search
 
When evil is afoot and you don't have any arms you gotta be hip and do the legwork, but always kick some ... tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic