Skip to content
Advertisement

Tag: ear

Run bash script after application is deployed

We have a maven project that export an “ear” file at the end of building phase. App server is Weblogic 12C. and the server is clustered by 4 nodes. after deploying the app and when the machine state is active, we have to run 3 scripts to setup app properly. they are 3 scripts for translating and something like that.

An error while deploying ear on local websphere in intellij

I’m trying to deploy an ear on WAS using Intellij’s IBM Websphere configuration. I see the following log: Configuration is pretty standard, nothing different. Doing this on a windows OS, with WAS version being 8.5.17 and latest version of Intellij. Edit: When I do a refresh, I see this So, essentially Intellij is not able to establish connection with the

Use jsf as template engine on EAR

Thinking about html e-mails for our e-commerce site I thought about reusing jsf and other 3rd party libraries as a template engine to create the e-mails on our application server (Glassfish 3, EAR). Is it possible to manually run jsf with a local file and initialize the necessary bean to capture the html output to be saved in a String?

Advertisement