Randy Alexander

Greenhorn
+ Follow
since Jun 01, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Randy Alexander

JBoss Version 5.1.0.GA.
Deployed using the JBoss Admin Console.
WAR is not exploded.
15 years ago
I modified a JSP file and generated a WAR file. When I deployed it to the JBoss server I don't see my changes. What could I be doing wrong? Is the new page not getting compiled? Where does JBoss store compiled JSPs?

Thanks
15 years ago
New to Struts2

What is the best way to pass a parameter from a Struts2 action class to a JSP?

Should we use parameterAware or requestAware? How would we read it in the JSP?


Thanks
15 years ago
The ports appear to be correct. JBoss 5.0 has the same problem. I have set the timeout to an outrageously high value (this allows me to actually to do some work before the timeout expires). Eclipse still shows JBoss as "Starting..." even though it has actually started.


Randy


16 years ago
I am trying to run Jboss 4.2 from inside Eclipse 3.4.2. The server seems to start properly, I get the startup message in the console: "..Started in 39s:910ms". I am also able to bring up a webpage. However, the server time outs and Eclipse shuts it down. Increasing the timeout has no effect. Apparently Jboss is not informing Eclipse that it has started. Can anyone offer a suggestion?

Thanks
16 years ago