Re: [OT] Re: Newbie question about Struts HelloWorld example

2008-09-14 Thread UseTheFork
help anyway, J. -- View this message in context: http://www.nabble.com/Newbie-question-about-Struts-HelloWorld-example-tp19451760p19478209.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e

Newbie question about Struts HelloWorld example

2008-09-12 Thread UseTheFork
. -- View this message in context: http://www.nabble.com/Newbie-question-about-Struts-HelloWorld-example-tp19451760p19451760.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: Newbie question about Struts HelloWorld example

2008-09-12 Thread Dave Newton
--- On Fri, 9/12/08, UseTheFork wrote: I have no idea why it does not work. Can anybody help? Give tips? Pointers? Could it be a config issue? ... Sure, it could be a config issue. Is there anything in the logs? Do you have devMode turned on? Dave

Re: Newbie question about Struts HelloWorld example

2008-09-12 Thread UseTheFork
is works fine, which make me think that Glassfish is working fine !!! Thank you for your time, J. -- View this message in context: http://www.nabble.com/Newbie-question-about-Struts-HelloWorld-example-tp19451760p19455428.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Newbie question about Struts HelloWorld example

2008-09-12 Thread Dave Newton
--- On Fri, 9/12/08, UseTheFork wrote: i) I don't know what devMode is, can you explain? http://struts.apache.org/2.x/docs/devmode.html Without any more information it's essentially impossible to help. You'd be better served by posting your web.xml and struts.xml files here; I'm assuming

Re: Newbie question about Struts HelloWorld example

2008-09-12 Thread Jeromy Evans
UseTheFork wrote: When I refresh my browser with http://localhost:8080/tutorial/HelloWorld.action, I do not get any WARNING or SEVERE kind of messages in the Glassfish Logs. I only get more of the above. I have also checked for CONFIG, FINE, FINER, FINEST messages, but I don't get any. The

Re: Newbie question about Struts HelloWorld example

2008-09-12 Thread UseTheFork
://www.nabble.com/Newbie-question-about-Struts-HelloWorld-example-tp19451760p19457690.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Newbie question about Struts HelloWorld example

2008-09-12 Thread Dave Newton
--- On Fri, 9/12/08, UseTheFork wrote: You will notice in my struts.xml that devMode has been set to true. However, I still don't get anything new in my Glassfish Logs. BUT, I have noticed some issues when I start Glassfish: http://www.nabble.com/file/p19457690/Log%2BList.png Looks

Re: Newbie question about Struts HelloWorld example

2008-09-12 Thread UseTheFork
/docs/simple-setup.html. Could this be the source of my issue? Thanks, J. -- View this message in context: http://www.nabble.com/Newbie-question-about-Struts-HelloWorld-example-tp19451760p19462329.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Newbie question about Struts HelloWorld example

2008-09-12 Thread Dave Newton
--- On Fri, 9/12/08, UseTheFork wrote: I have a library called commons-loggin in my project: Is it being deployed? I had to fiddle with the Web Pages directory structure in the project and create a Classes sub-directory to match the requirements mentioned on

Re: Newbie question about Struts HelloWorld example

2008-09-12 Thread UseTheFork
Is it being deployed? I can't find the common jar in the App server installation directory. I will open a ticket with Netbeans Nabble. Thank you for your help, J. -- View this message in context: http://www.nabble.com/Newbie-question-about-Struts-HelloWorld-example-tp19451760p19463173.html

Re: Newbie question about Struts HelloWorld example

2008-09-12 Thread Dave Newton
--- On Fri, 9/12/08, UseTheFork wrote: I asked: Is it being deployed? I can't find the common jar in the App server installation directory. I will open a ticket with Netbeans Nabble. This is [most likely] not a NetBeans issue, either, it's a project configuration and/or deployment issue.

Re: Newbie question about Struts HelloWorld example

2008-09-12 Thread UseTheFork
. -- View this message in context: http://www.nabble.com/Newbie-question-about-Struts-HelloWorld-example-tp19451760p19463840.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

[OT] Re: Newbie question about Struts HelloWorld example

2008-09-12 Thread Dave Newton
--- On Fri, 9/12/08, UseTheFork wrote: I have managed to deploy another project two days ago without any issue. The JSP pages worked fine. That doesn't require any additional web app libraries. It could be a project configuration issue, I agree, but I have checked that and I don't know what