Newbie- needs help again!!

2003-06-13 Thread Rajat Nayer
Hi, I have been able to run my first Struts "hello world" using Tomcat 3.2 and Struts 1.0.2 , thanks to the debugging support of this list whcih helped me to achieve that. Now, I need to get a simple "Hello world" running under Weblogic 6.0 using Struts 1.0.2 and EJBs. Could anyone guide me to

RE: Newbie- needs help again!!

2003-06-13 Thread Mark Galbreath
7:32 AM To: Struts Users Mailing List Subject: Newbie- needs help again!! Hi, I have been able to run my first Struts "hello world" using Tomcat 3.2 and Struts 1.0.2 , thanks to the debugging support of this list whcih helped me to achieve that. Now, I need to get a simple "Hello

RE: Newbie- needs help again!!

2003-06-13 Thread Josh Rayls
+1 For the O'Reilly book. That's a great one. -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 8:34 AM To: 'Struts Users Mailing List' Subject: RE: Newbie- needs help again!! Get Monson-Haefel's "Enterprise Java

Re: Newbie- needs help again!!

2003-06-13 Thread Adam Hardy
You've probably got the weblogic docs link already, but here it is anyway: http://e-docs.bea.com/ If you are using ant to compile and deploy your apps, then there is actually very little difference to tomcat. You just have to put the deploy in a certain directory, look for the logs in another

Re: Newbie- needs help again!!

2003-06-13 Thread James Mitchell
- Original Message - From: "Mark Galbreath" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, June 13, 2003 8:33 AM Subject: RE: Newbie- needs help again!! > Get Monson-Haefel's "Enterprise Java