ques abt DDL

2007-12-11 Thread minky arora
Hi Gurus, I know this is a Tomcat mailing list..I have a basic question about DDL and am hoping someone would give me an answer. I have been given a schema of a DB which will eventually be deployed on Tomcat Server.Now I need to extract the DDL for this.I am very new to Oracle.This schema has

Re: ques abt DDL

2007-12-11 Thread minky arora
Oracle needs. You can try that -Original Message- From: minky arora [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 11, 2007 5:03 PM To: users@tomcat.apache.org Subject: ques abt DDL Hi Gurus, I know this is a Tomcat mailing list..I have a basic question about DDL and am

Weblogic VS. Tomcat

2007-10-15 Thread minky arora
Hi List, I need some advice regarding Tomcat Vs. Weblogic. I am building a website that has an Oracle DB as a back end.I am running scripts on the DB and displaying the results on the website.Users can log in and query the DB as well to get the desired results which could be info about anything

Re: beginer question abt JSP with Tomcat

2007-09-14 Thread minky arora
, I get /usr/bin/java I KNOW I am going wrong with PATHs but wats the solution here? On 9/13/07, minky arora [EMAIL PROTECTED] wrote: Hey Chris, Yes that Index.JSP works for me...it takes me to the home page of Tomcat. Also, just to let u knw wat I have in my Webapps: I see ROOT

Re: beginer question abt JSP with Tomcat

2007-09-14 Thread minky arora
) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) * ANY ideas? On 9/14/07, minky arora [EMAIL PROTECTED] wrote: OK..as expected , I may need little more help. I am trying to shutdown Tomcat and am getting the foll: *** RNAi:/users/meenaksharora/java/tomcat/apache-tomcat

Re: beginer question abt JSP with Tomcat

2007-09-13 Thread minky arora
either upgrade your commons-logging package to 1.0.4 or point your JAVA_HOME to a 1.3 JRE. * On 9/12/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: minky arora [mailto:[EMAIL PROTECTED] Subject: Re: beginer question abt JSP with Tomcat I did...there IS an entry...sorry

Re: beginer question abt JSP with Tomcat

2007-09-13 Thread minky arora
: contextInitialized() ** On 9/13/07, Christopher Schultz [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Minky, minky arora wrote: SO, when i shutdown tomcat, using $CATALINA_HOME/bin/shutdown.sh it says no such file or dir... Really? Where? I don't see

Re: beginer question abt JSP with Tomcat

2007-09-13 Thread minky arora
GREAT NEWSS... the JSP date example works..i have only tested the date exampls soo far aand after the HUGEE help that I got from everyone, I am thrilled.Thanks a lot evryone..at this point it is working,..I hope it stays that way.. i thing i DID change though. I changed my JAVA_HOME to

Re: beginer question abt JSP with Tomcat

2007-09-13 Thread minky arora
called WEB_INF.. Thanks a lot for your email,,,it was informative. On 9/13/07, minky arora [EMAIL PROTECTED] wrote: GREAT NEWSS... the JSP date example works..i have only tested the date exampls soo far aand after the HUGEE help that I got from everyone, I am thrilled.Thanks a lot evryone

Re: beginer question abt JSP with Tomcat

2007-09-12 Thread minky arora
[EMAIL PROTECTED] wrote: On 9/11/07, minky arora [EMAIL PROTECTED] wrote: Using JRE_HOME: /Library/Java/Home Pls guide me on wat all paths to change , if any?? Did you /try/ using the JAVA_HOME setting I previously sent? -- Hassan Schroeder [EMAIL PROTECTED

Re: beginer question abt JSP with Tomcat

2007-09-12 Thread minky arora
PROTECTED] wrote: On 9/12/07, minky arora [EMAIL PROTECTED] wrote: Yes I have changed the JAVA_HOME but still its not working.Is it possible to over-ride the JRE_HOME in some way or to delete it completely.I think thats wat causing confusion and I guess for TC, JAVA_HOME needs to be set

Re: beginer question abt JSP with Tomcat

2007-09-12 Thread minky arora
Schroeder [EMAIL PROTECTED] wrote: On 9/12/07, minky arora [EMAIL PROTECTED] wrote: OK, one more time: export JAVA_HOME=watevr.but still nothing. First, open a new terminal window. The default OS X shell is tcsh, so first thing type bash. At the next prompt type echo $JAVA_HOME

Re: beginer question abt JSP with Tomcat

2007-09-12 Thread minky arora
yes...TC was running yesterday as well..JSP not running..ALso i had to restart my comp and now echo JAVA_HOME is not giving anything..do i have to do this each time? Thanks for being so patient .. On 9/12/07, Hassan Schroeder [EMAIL PROTECTED] wrote: On 9/12/07, minky arora [EMAIL PROTECTED

Re: beginer question abt JSP with Tomcat

2007-09-12 Thread minky arora
] wrote: Hassan Schroeder wrote: On 9/12/07, minky arora [EMAIL PROTECTED] wrote: OK, one more time: export JAVA_HOME=watevr.but still nothing. First, open a new terminal window. The default OS X shell is tcsh, so first thing type bash. (erm, why?) At the next prompt type

Re: beginer question abt JSP with Tomcat

2007-09-12 Thread minky arora
yes i can still open the tomcat welcome page.. If i use localhost / 127.0.0.1..same error On 9/12/07, Hassan Schroeder [EMAIL PROTECTED] wrote: On 9/12/07, minky arora [EMAIL PROTECTED] wrote: Sep 12, 2007 12:23:43 PM org.apache.coyote.http11.Http11Protocol destroy INFO: Stopping Coyote

Re: beginer question abt JSP with Tomcat

2007-09-12 Thread minky arora
and specify the port as in http://localhost:8080/screensaver/jsp/header.jsp same thing.. Safari can't open the page http://localhost:8080/screensaver/jsp/header.jsp; because it could not connect to the server localhost. *** On 9/12/07, minky arora [EMAIL PROTECTED] wrote: yes i can

Re: beginer question abt JSP with Tomcat

2007-09-12 Thread minky arora
this program * On 9/12/07, minky arora [EMAIL PROTECTED] wrote: and specify the port as in http://localhost:8080/screensaver/jsp/header.jsp same thing.. Safari can't open the page http://localhost:8080/screensaver/jsp/header.jsp; because it could not connect to the server localhost

Re: beginer question abt JSP with Tomcat

2007-09-12 Thread minky arora
JSP is not running. On 9/12/07, Propes, Barry L [EMAIL PROTECTED] wrote: are your paths set correctly now? -Original Message- From: minky arora [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 12, 2007 11:17 AM To: Tomcat Users List Subject: Re: beginer question abt JSP

Re: beginer question abt JSP with Tomcat

2007-09-12 Thread minky arora
org.apache.coyote.http11.Http11Protocol destroy INFO: Stopping Coyote HTTP/1.1 on http-8080 * On 9/12/07, Hassan Schroeder [EMAIL PROTECTED] wrote: On 9/12/07, minky arora [EMAIL PROTECTED] wrote: I am not sure as its the same problem still.Tomcat is running on Localhost::8080.but JSP

Re: beginer question abt JSP with Tomcat

2007-09-12 Thread minky arora
, Charles R [EMAIL PROTECTED] wrote: From: minky arora [mailto:[EMAIL PROTECTED] Subject: Re: beginer question abt JSP with Tomcat Safari can't open the page http://localhost:8080/examples/jsp/dates/dates.jsp; because it could not connect to the server localhost. We already gave you

Re: beginer question abt JSP with Tomcat

2007-09-12 Thread minky arora
the home page opens at http://localhost:8080/ I am guessing that this means that Tomcat is running, as per wat I read . On 9/12/07, Hassan Schroeder [EMAIL PROTECTED] wrote: On 9/12/07, minky arora [EMAIL PROTECTED] wrote: safari shows the message: Safari can't open the page http

Re: beginer question abt JSP with Tomcat

2007-09-11 Thread minky arora
sorry the files are here. On 9/11/07, minky arora [EMAIL PROTECTED] wrote: I am attching the 2 log files: one for localhost and the other for catalina logs.I am sorry cnt figure out much as I am really a Newbie. As for the context part, I was following point-point instructions online to test

Re: beginer question abt JSP with Tomcat

2007-09-11 Thread minky arora
;. On 9/11/07, Hassan Schroeder [EMAIL PROTECTED] wrote: On 9/11/07, minky arora [EMAIL PROTECTED] wrote: sorry the files are here. You can't send attachments to the list. Stop TC, delete your logs, restart and go to one page to generate the error; paste the result into your mail. Sorry I am