Finally, a resolution. But, for some reason when I package the app and send it over to AWS, the css does not seem to make it.

http://ec2-3-236-238-228.compute-1.amazonaws.com/Apps/WebObjects/MyApp.woa/1

I am done for tonight

Thanks for everything


BTW, I issue  mvn clean package

is there something more I should do to package the app?


On 1/23/26 10:48 PM, Paul Hoadley wrote:
Assuming "cannot deploy" means you can't even launch it from the command line: reproduced. Apply this diff:

*diff --git a/build.properties b/build.properties*

*index 1a27759..ac0399f 100644*

*--- a/build.properties*

*+++ b/build.properties*

*@@ -1,7 +1,8 @@*

-principalClass =

*+principalClass = com.eltek.Application*

 project.name = MyApp

 customInfoPListContent =

 project.name.lowercase = d2wtemplate

 webXML = false

 webXML_CustomContent =

 classes.dir = target/classes

*+jvmOptions=--add-exports java.base/sun.security.action=ALL-UNNAMED --add-exports java.base/sun.util.calendar=ALL-UNNAMED*

*
*
And it will launch to its login page from the command line under Java 21.


On 24 Jan 2026, at 1:43 pm, Theodore Petrosky <[email protected]> wrote:

here is a really simple app that I cannot deploy. Can you talk a look and tell me if there is something wrong with the setup?

git clone https://github.com/tedpet/Myapp.git



--
Paul Hoadley
https://logicsquad.net/
https://www.linkedin.com/company/logic-squad/


Reply via email to