Re: ques abt DDL

2007-12-11 Thread minky arora
I use Toad for all my 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 To

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 bee

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
) 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/meenaksharo

Re: beginer question abt JSP with Tomcat

2007-09-14 Thread minky arora
. /etc/bashrc fi ** If I type whereis java at the prompt, 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

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 &g

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 /usr/bin

Re: beginer question abt JSP with Tomcat

2007-09-13 Thread minky arora
tener: 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 > > >

Re: beginer question abt JSP with Tomcat

2007-09-13 Thread minky arora
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 d

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: > &

Re: beginer question abt JSP with Tomcat

2007-09-12 Thread minky arora
t;127.0.0.1". On 9/12/07, Caldarale, 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

Re: beginer question abt JSP with Tomcat

2007-09-12 Thread minky arora
a Sep 11, 2007 6:25:07 PM 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 stil

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: R

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"; be

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 <[EMAI

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 de

Re: beginer question abt JSP with Tomcat

2007-09-12 Thread minky arora
* On 9/12/07, Pid <[EMAIL PROTECTED]> wrote: > Hassan Schroeder wrote: > > On 9/12/07, minky arora <[EMAIL PROTECTED]> wrote: > > > > OK, one more time: > > > >> export JAVA_HOME="watevr".but still nothing. > > > &g

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 <[EMA

Re: beginer question abt JSP with Tomcat

2007-09-12 Thread minky arora
On 9/12/07, Hassan 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

Re: beginer question abt JSP with Tomcat

2007-09-12 Thread minky arora
ALINA_HOME *** On 9/12/07, Hassan Schroeder <[EMAIL 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

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 pre

Re: beginer question abt JSP with Tomcat

2007-09-11 Thread minky arora
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

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 ins

Re: beginer question abt JSP with Tomcat

2007-09-11 Thread minky arora
inside JAVA Directory which is in my home dir, Thanks a lot ... On 9/11/07, Hassan Schroeder <[EMAIL PROTECTED]> wrote: > On 9/11/07, minky arora <[EMAIL PROTECTED]> wrote: > > Yes I can see the welcome page.HOWEVERR If i run the date.jsp or any > > other exapmles pr

Re: beginer question abt JSP with Tomcat

2007-09-11 Thread minky arora
, Hassan Schroeder <[EMAIL PROTECTED]> wrote: > On 9/11/07, minky arora <[EMAIL PROTECTED]> wrote: > > > I am not able to run the examples/dates/date.jsp files and the like. > > ? Does Tomcat start? Can you see the default welcome page in your > browser? If not, wha

beginer question abt JSP with Tomcat

2007-09-11 Thread minky arora
Hi ALl. I have installed Tomcat 6.0.14 on my MAC OSX.It is running Java version 1.5 I am not able to run the examples/dates/date.jsp files and the like. SO far I have done EXPORT JAVA_HOME=/usr/bin/java i am not sure what I need to do to get this going or rather wat all i need to check, which P