RE: can't send request over my network ip

2004-09-21 Thread Andrew Janian
You are using the port when trying from the pricate network also, right? Andrew -Original Message- From: Sebastian Kerekes [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 9:17 AM To: Tomcat Users List Subject: can't send request over my network ip I can access Tomcat

RE: Rotation of Catalina.out

2004-09-03 Thread Andrew Janian
) because you should be using a logging package like log4j (good recommendation). 2) http://marc.theaimsgroup.com/?t=10554447261r=1w=2 As reference by the above link, this one is a thread about rotating catalina.out. Hope this helps, Andrew Janian -Original Message- From

RE: Rotation of Catalina.out

2004-09-03 Thread Andrew Janian
not sure I know what I need to modify. TIA David On Friday 03 September 2004 13:55, Andrew Janian wrote: Here is a couple links that should explain the lack of rotation of catalina.out: 1) http://jakarta.apache.org/tomcat/faq/misc.html#catalina.out This one is from the tomcat website

Recursion in JSP

2004-08-04 Thread Andrew Janian
; ichildren.size(); i++){ dfs((Node)(children.elementAt(i))); } % /tag:tree %! } % Thanks, Andrew Janian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How does the deploy descriptor work?

2004-07-23 Thread Andrew Janian
If it is not a typo then your problem is here: servlet-namemyRoot/servlet-name -- servlet-namemyRoot/servlet-name (missing a ) and then the next one too. Andrew -Original Message- From: Jon Doe [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 3:11 PM To: [EMAIL PROTECTED]

Tomcat fails to start

2004-07-20 Thread Andrew Janian
I am using Eclipse with MyEclipseIDE to run Tomcat. If I use the startup.bat for tomcat everything works fine. However, if I use eclipse to start tomcat i get the error below. Any ideas? The version of server.xml that you see below is near identical to server-minimal.xml. This has been

RE: How to start a web app?

2004-07-08 Thread Andrew Janian
You don't get a login screen, you get a login popup. Not getting that either? Andrew -Original Message- From: Michael Labhard [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 1:12 PM To: Tomcat Users List Subject: Re: How to start a web app? Long story short: Tomcat does not

RE: How to start a web app?

2004-07-08 Thread Andrew Janian
and password when the box popped up? What was the result if so? Andrew -Original Message- From: Michael Labhard [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 1:19 PM To: Tomcat Users List Subject: Re: How to start a web app? On Thursday 08 July 2004 11:14 am, Andrew Janian wrote: You

RE: How to start a web app?

2004-07-08 Thread Andrew Janian
: How to start a web app? On Thursday 08 July 2004 11:50 am, Andrew Janian wrote: Are you sure that Tomcat itself is running?   Would I not have trouble getting the Home page and logging into the Administration page were it not? Also, I can install, run and use JSP pages deployed