• 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

deploy aditional stuff after installation of application

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys. Newbie question.

I am having an application-direcory wich i succesfully deployed from

/root/myApplication with 1 file dog.gif

then i went here and found the picture there:
/bea/user_projects/domains/base_domain/servers/AdminServer/stage/MY_blazeds_unziped/MY_blazeds_unziped/MyApplication

all is okey. But now i want to add another picture say cat.gif i put it in

/root/myApplication/cat.gif

how can i force weblogic to synchronize all?
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not sure I understood. You have a dog.gif, which you deployed to weblogic, presumably in a WAR file.

Now you want to deploy another gif and you want to know how to dynamically add it ?

Exploded deployment might be the answer but if you are just look to deploy and view gif / html why not consider a web server instead of an app server ? And why weblogic ?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic