Please help me!!

2002-10-03 Thread [EMAIL PROTECTED]

Hi all,

I can't find an answer to this question. Plese help me.

I have an apache-tomcat(4.0.3) system installed. I use a connection 
DataSource with a Oracle database (I have a resource in server.xml with 
type="javax.sql.DataSource"). ---> Instruction in the JNDI Resources 
HOW-TO section of Tomcat 4.0.x.

My question is this. If Oracle DB crashes and it has to been restarted, 
does my web application,that uses DataSource, have to be restarted? 

I have a class with this static block:

static {
try  {
Context initCtx = new InitialContext();
Context envCtx = (Context) initCtx.lookup("java:comp/env");
DataSource ds = (DataSource) envCtx.lookup(dbName);
con =  ds.getConnection();
if (con == null)
  System.out.println("[ERROR] Connection null");
  } catch (Exception ex) {
System.out.println("[ERROR] Errore = "  + ex.toString() + " \n" 
+ ex.getMessage());
con = null;
  }
  }
 
and I have a method:


protected synchronized Connection getConnection() {
 while (conFree == false) {
try {
   wait();
} catch (InterruptedException e) {
  System.out.println("[ERROR] Exception getConnection() = " 
+ e.toString());
}
 }
 conFree = false;
 notify();
 return con;
}

In the servlets of my web application I call getConnection() to take 
the connection: if db is restarted what happen?

Thanks for your help

Laura



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




please help me

2002-11-22 Thread Shabeer Miah
Hi There,
   I'm very new to java technology and I
started loving java, and now a days I'm learning
servlets, I have written a servlet example, and trying
to compile it but couldn't able to do that, do I need
to have different software to compile the servlets
apart from jdk1.4 please hel me!! I'm getting errors
saying that Servlet calsses not found, so please tell
me do I need to set the path or ?? please reply me,
shabeer

__
Do you Yahoo!?
Yahoo! Mail Plus – Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




please help me

2002-06-12 Thread sunmeet

hi,
i am tryingto configure Tomcat as a secure web server using SSL on windows
2000
i have installed the tomcat 4.0
and j2sdk1.4.0
my tomact is working alright that is the unsecure tomcat
so far to make secure web server i have done this

1. i have created the certificate by
%JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA

2. I have made changes in the server.xml








  



3. now when i do https://localhost:8443/
it gives me oage not found but
http://localhost works

can give me some what should i do



- Original Message -
From: "Sven Woltmann" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Tuesday, June 11, 2002 6:47 AM
Subject: AW: SSL Certificates from a CA...


> If you use Apache's SSL functionality, you don't need Tomcat's, since
Apache
> does all the SSL encrypting/decrypting for you.
>
> If you use Tomcat standalone, you can use JDK's "keytool" to generate an
SSL
> certificate request with the "-certreq" option.
>
> Sven
>
>
> > -Ursprüngliche Nachricht-
> > Von: Sean M Alderman [mailto:[EMAIL PROTECTED]]
> > Gesendet: Dienstag, 11. Juni 2002 15:43
> > An: Tomcat Users List
> > Betreff: SSL Certificates from a CA...
> >
> >
> > Greetings,
> >   I just read through the SSL-HowTo for Tomcat and followed it to get
> > things going with a test certificate.  Is there any
> > documentation on how
> > to generate a server certificate request for a CA?  I've done
> > this with
> > apache and mod_ssl using openSSL with out issue.  Are the
> > openSSL tools
> > interoperable with Tomcat?
> >
> > Thanks.
> > --
> > Sean M. Alderman
> > ITRACK Systems Analyst
> > PACE/NCI - NASA Glenn Research Center
> > (216) 433-2795
> >
> > Calling a windowed operating system "Windows" is like naming an
> > automobile "Wheels."
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




please help me

2001-04-20 Thread zzb



Dear Sir.
 
Where can I download jni_connect.dll ?
In addition, whether can Tomcat be installed od 
windows 2000 server?
 
Thanks a lot
 
yours zzb 


please, help me!

2001-12-14 Thread Monica Guerra


I have a web aplication and this aplication read some
system properties and this is funcion corret in
tomcat, but now I want to put a copy of this
application and I want to read same system properties
but with other values that I will define. My question
is: Can I define two different shells (enviroment) in
tomcat (two context with a shell each one) in ordet to
manage two copys of that system properties?
I tried with two JVM's differents but I didn't get.

Thanks

Monica

_
Do You Yahoo!?
Encuentra el coche de tus sueños en Yahoo! Autos http://autos.yahoo.com.mx

--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




please help me

2002-04-14 Thread Janarthanan, Prasanna


we have our web application running with tomcat 3.2.3. It is working fine
but now iam upgradin to tomcat 4.0. here i face problem in context of
server.xml. I have written the context in server.xml.
I wonder whether it has any touch with the web.xml file of my web
application.
coz the examples given in tomcat 4 has a web.xml file which has some large
contents which i don't have it in web.xml file of my web application. but
with my own web.xml itself it was working fine with tomcat 3.2.3.
 
please calrify me where i need to make changes for this tomcat 4 to work
with my web application.. probably u can help in the best way.. as i saw ur
mail in tomcat user list as u are very well working with tomcat 4.0.2.
 
please help me out.
 
prassana
deshaw india software pvt limited.


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Please help me

2002-03-05 Thread [EMAIL PROTECTED]

Hi all,

I'm an italian student: for my thesis I have to install Tomcat on a sun 
machine with solaris 8 because I have to do some experiments.
I have tried to install Tomcat 3.3a but when I type ./startup.sh for 
starting tomcat I get this error:

Exception in thread "main" java.lang.NoClassDefFoundError: org/ap
ache/tomcat/startup/Main

I have followed all the instructions: TOMCAT_HOME is set, JAVA_HOME is 
set and I exported them.

I can't understand the error: where is my error?

Please help me.

Thanks for your help

Laura
 


*** Please help me

2001-03-01 Thread Štefan Babos

Welcome,
I can't configure the ISAPI Redirector. I perform four installations, and I
exactly keep your procedure, but the
http://localhost/examples/jsp/index.html, cannot execute...
I don't known where problem is.
My configuration is Windows 98, PWS 4(working properly).
To this message I attached all needed files, mean conf(I use Microsoft Java
SDK), logs, pws and registry information about my settings.
Thank You very much for answer.

Stefan Babos
Czech Republic

 my_jakarta.zip

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


Please Help me

2002-12-29 Thread Manoj Tyagi
Hi,
I am new to this mailing list and Posting for the first time.
I have a prob. using Tomcat 4.0 on Win ME system with Apache 
My Apache is configured on port 80 properly and working fine.
I am Developing Sites in PHP and Its working fine with Apache.
 
Now I Installed Tomcat 4.0 on my system for JSP Support.
Tomcat is working fine seperately, When i use it on Port 8080

Now i want to invoke the JSP Support from Apache. 
I have been advised to Copy the ApacheModuleJserv.dll  in the Apache's Modules 
Directory and to include the following line in httpd.conf

LoadModule jserv_module modules/ApacheModuleJServ.dll 

I have done that.

I searched on net, and got that everytime Tomcat will generate the tomcat-apache.conf  
file in the conf directory of tomcat. It is advised to include the following line in 
the httpd.conf 

include "c:\tomcat\conf\tomcat-apache.conf"

My Tomcat is working fine, but there is no configuration file in the directory.


Please help me to come out with this prob.

Regards


Manoj Tyagi





Please help me

2003-03-24 Thread Juan Carlos Correa
I`m using Apache 1.3 and Tomcat 4.1.18. I need help, how configuration..??

Thanks
JC


Please help me

2004-08-12 Thread Rajesh
This is Rajesh. I am working on webApplication project.The project
Environment is in
Struts1.1 Framework with jdk1.4.2_01,WebServer as Tomcat5 on O.S Linux
connecting back-end Mysql.
I am trouble shooting a problem.
   I have properly closed each and every connection whenever I
open a connection.So the db connection is properly maintained.And
the Session too is properly maintained.In struts1.1 struts-config.xml
just for connection pooling I've coded  tag like
   
   
   
   
   
   
   
   
   
   
So for every 60 seconds the connection pool is checked to freeze-out the
unwanted Connection.
Every thing works fine on first day but on the consecutive day it troubles.

MAIN PROBLEM STATEMENT IS
On the next day  when I try to login to my site it is not
letting me login.
   I am sure there is no problem in my coding, because the whole day 
the site
is working perfectly well. Only for a period of time the db access is not
working.

So I want to know where the problem is.Whether it's in Database
Pooling or it is Tomcat related problems.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


please help me

2001-01-04 Thread yaya

Error: 500
Location: /servlet/qry_training
Internal Servlet Error:

java.lang.NoClassDefFoundError: ap/servlets/html
 at qry_training.doGet(qry_training.java:106)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
 at org.apache.tomcat.core.Handler.service(Handler.java:286)
 at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
 at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
 at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
 at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
(Ajp12ConnectionHandler.java:166)
 at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
 at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
 at java.lang.Thread.run(Thread.java:484)

How can solve this problem?



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




please help me

2001-01-04 Thread yaya

Hello..
Maybe this is out of topic, but i'm really thanksfull 
if anyone could give me many resources of jsp file
specially in connectivity with database, how to get 
a form parameter in jsp, and get the result from database?

please help me.

Thanks



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




please help me

2001-01-08 Thread yaya

Hello..
Maybe this is out of topic, but i'm really thanksfull 
if anyone could give me many resources of jsp file
specially in connectivity with database, how to get 
 a form parameter in jsp, and get the result from database?
 
 please help me.
 
 Thanks

yaya




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Please help me

2004-12-13 Thread Rajesh
Hai all,
i have a doubt please help me.
in my tomcat server, am developing a online shopping site.
the site is live,
i periodically upload updated pages, when uploading i donot want to down 
the server,

i use a way that creating 2 webapps, one will run, i upload the updated 
pages to webapp 2 afteruploading i go to webapp1 and point it to webapp2 
when i need to upload second time ill upload to webapp 1 and i will make 
point from webapp2 to webapp 1 .

is there any way to do this affectively ??
Please reply
Rajesh
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


please help me!!! [repost]

2002-08-27 Thread Peter Choe

i am using apache 1.3.26 to server my static webpages on one server and 
connecting to a separate tomcat 3.1 server through mod_jk.

when i start up apache, it is able to connect to the webapps fine. but 
after several minutes, something strange happens.

if i put in the url of one webapplication, the browser shows a different 
webapplication. for example:

i have a webapp called directory which is suppose to show a phone directory 
by going to http://myserver.com/directory
it works when apache is just started, but after awhile, when i go to 
http://myserver.com/directory, i gives me a page that should actually be 
something like http://myserver.com/email.

has this happened to anyone else? anyone know what is causing this?




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Please help me!!

2002-10-03 Thread Miguel Angel Mulero Martinez

This depends on how you use the connection. If you use a db pool, then the
pool must reconnect. There're pools that do that and other that don't do.

Regards.

-Mensaje original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Enviado el: jueves, 03 de octubre de 2002 9:47
Para: tomcat-user
Asunto: Please help me!!

Hi all,

I can't find an answer to this question. Plese help me.

I have an apache-tomcat(4.0.3) system installed. I use a connection
DataSource with a Oracle database (I have a resource in server.xml with
type="javax.sql.DataSource"). ---> Instruction in the JNDI Resources
HOW-TO section of Tomcat 4.0.x.

My question is this. If Oracle DB crashes and it has to been restarted,
does my web application,that uses DataSource, have to be restarted?

I have a class with this static block:

static {
try  {
Context initCtx = new InitialContext();
Context envCtx = (Context) initCtx.lookup("java:comp/env");
DataSource ds = (DataSource) envCtx.lookup(dbName);
con =  ds.getConnection();
if (con == null)
  System.out.println("[ERROR] Connection null");
  } catch (Exception ex) {
System.out.println("[ERROR] Errore = "  + ex.toString() + " \n"
+ ex.getMessage());
con = null;
  }
  }

and I have a method:


protected synchronized Connection getConnection() {
 while (conFree == false) {
try {
   wait();
} catch (InterruptedException e) {
  System.out.println("[ERROR] Exception getConnection() = "
+ e.toString());
}
 }
 conFree = false;
 notify();
 return con;
}

In the servlets of my web application I call getConnection() to take
the connection: if db is restarted what happen?

Thanks for your help

Laura



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: Please help me!!

2002-10-03 Thread [EMAIL PROTECTED]

Well I use the default pool DataSource of tomcat 4.0.3.
I get a initial connection (---> static block) and then I return that 
with getConnection() method. 
I suppose that when the db is restarted my connection becomes null, but 
I'm not sure. 
I'm planning to use DBCP: is it possible using it with Tomcat 4.0.3?
How can I install it? 
Does DBCP resolve the problem of the DB restart?

Thanks


Laura 
>This depends on how you use the connection. If you use a db pool, then 
the
> pool must reconnect. There're pools that do that and other that don't 
do.
>
> Regards.
>
> -Mensaje original-
> > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Enviado el: jueves, 03 de octubre de 2002 9:47
> > Para: tomcat-user
> > Asunto: Please help me!!
> >
> > Hi all,
> >
> > I can't find an answer to this question. Plese help me.
> >
> > I have an apache-tomcat(4.0.3) system installed. I use a connection
> > DataSource with a Oracle database (I have a resource in server.xml w
ith
> > type="javax.sql.DataSource"). ---> Instruction in the JNDI Resources
> > HOW-TO section of Tomcat 4.0.x.
> >
> > My question is this. If Oracle DB crashes and it has to been restart
ed,
> > does my web application,that uses DataSource, have to be restarted?
> >
> > I have a class with this static block:
> >
> > static {
> > try  {
> > Context initCtx = new InitialContext();
> > Context envCtx = (Context) initCtx.lookup("java:comp/env");
> > DataSource ds = (DataSource) envCtx.lookup(dbName);
> > con =  ds.getConnection();
> > if (con == null)
> >   System.out.println("[ERROR] Connection null");
> >   } catch (Exception ex) {
> > System.out.println("[ERROR] Errore = "  + ex.toString
() + " \n"
> > + ex.getMessage());
> > con = null;
> >   }
> >   }
> >
> > and I have a method:
> >
> >
> > protected synchronized Connection getConnection() {
> >  while (conFree == false) {
> > try {
> >wait();
> > } catch (InterruptedException e) {
> >   System.out.println("[ERROR] Exception getConnection
() = "
> > + e.toString());
> > }
> >  }
> >  conFree = false;
> >  notify();
> >  return con;
> > }
> >
> > In the servlets of my web application I call getConnection() to take
> > the connection: if db is restarted what happen?
> >
> > Thanks for your help
> >
> > Laura
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >
> 
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Please help me!!

2002-10-03 Thread Koes, Derrick


You may want to look into these two classes from oracle.
oracle.jdbc.oci.OracleOCIConnection
oracle.jdbc.pool.OracleOCIConnectionPool


They should be in the classes12.jar.
This will preclude you from using the thin driver, but probably provide more
stability in connection pooling.

Read Oracle documentation here.
http://otn.oracle.com/docs/products/oracle9i/doc_library/901_doc/index.htm


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 03, 2002 3:47 AM
To: tomcat-user
Subject: Please help me!!

Hi all,

I can't find an answer to this question. Plese help me.

I have an apache-tomcat(4.0.3) system installed. I use a connection 
DataSource with a Oracle database (I have a resource in server.xml with 
type="javax.sql.DataSource"). ---> Instruction in the JNDI Resources 
HOW-TO section of Tomcat 4.0.x.

My question is this. If Oracle DB crashes and it has to been restarted, 
does my web application,that uses DataSource, have to be restarted? 

I have a class with this static block:

static {
try  {
Context initCtx = new InitialContext();
Context envCtx = (Context) initCtx.lookup("java:comp/env");
DataSource ds = (DataSource) envCtx.lookup(dbName);
con =  ds.getConnection();
if (con == null)
  System.out.println("[ERROR] Connection null");
  } catch (Exception ex) {
System.out.println("[ERROR] Errore = "  + ex.toString() + " \n" 
+ ex.getMessage());
con = null;
  }
  }
 
and I have a method:


protected synchronized Connection getConnection() {
 while (conFree == false) {
try {
   wait();
} catch (InterruptedException e) {
  System.out.println("[ERROR] Exception getConnection() = " 
+ e.toString());
}
 }
 conFree = false;
 notify();
 return con;
}

In the servlets of my web application I call getConnection() to take 
the connection: if db is restarted what happen?

Thanks for your help

Laura



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
This electronic transmission is strictly confidential to Smith & Nephew and
intended solely for the addressee.  It may contain information which is
covered by legal, professional or other privilege.  If you are not the
intended addressee, or someone authorized by the intended addressee to
receive transmissions on behalf of the addressee, you must not retain,
disclose in any form, copy or take any action in reliance on this
transmission.  If you have received this transmission in error, please
notify the sender as soon as possible and destroy this message.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: Please help me!!

2002-10-03 Thread Nikola Milutinovic

Miguel Angel Mulero Martinez wrote:

> This depends on how you use the connection. If you use a db pool, then the
> pool must reconnect. There're pools that do that and other that don't do.


Does DBCP that comes with Tomcat 4.0.4 and later reconnect?

Nix.




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: please help me

2002-11-22 Thread Michael Echerer
To use servlets you will need a servlet container/webserver like Tomcat. To compile 
servlets some .jar files from Tomcat are necessary. You have to add this to your 
classpath or use ant scripts whatever.

In your case I guess that servlet.jar from /tomcat/common/lib/ is missing in your 
classpath when your try to compile your servlet classes. 





--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: please help me

2002-11-22 Thread Carsten Ziegert
You'll have to include servlet.jar in your CLASSPATH.
servlet.jar is part of your tomcat distribution. When using
Tomcat 4.1 you can find it in $CATALINA_HOME/common/libs

Carsten

Am Freitag, 22.11.02, um 12:40 Uhr (Europe/Berlin) schrieb Shabeer Miah:


Hi There,
   I'm very new to java technology and I
started loving java, and now a days I'm learning
servlets, I have written a servlet example, and trying
to compile it but couldn't able to do that, do I need
to have different software to compile the servlets
apart from jdk1.4 please hel me!! I'm getting errors
saying that Servlet calsses not found, so please tell
me do I need to set the path or ?? please reply me,
shabeer

__
Do you Yahoo!?
Yahoo! Mail Plus ñ Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

--
To unsubscribe, e-mail:   

For additional commands, e-mail: 




--
Carsten Ziegert

Hannover Medical School, Dept. of Hematology and Oncology
Carl-Neuberg-Straße 1, 30625 Hannover

University of Applied Sciences, Faculty of Information Sciences
Ricklinger Stadtweg 120, 30459 Hannover

http://summit-bmt.fh-hannover.de



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




SV: please help me

2002-11-22 Thread Daniel.T.Hellstrand
You can download the .class files from SUN:
http://java.sun.com/products/servlet/download.html

/Dan

-Ursprungligt meddelande-
Från: Shabeer Miah [mailto:[EMAIL PROTECTED]]
Skickat: den 22 november 2002 12:41
Till: [EMAIL PROTECTED]
Ämne: please help me


Hi There,
   I'm very new to java technology and I
started loving java, and now a days I'm learning
servlets, I have written a servlet example, and trying
to compile it but couldn't able to do that, do I need
to have different software to compile the servlets
apart from jdk1.4 please hel me!! I'm getting errors
saying that Servlet calsses not found, so please tell
me do I need to set the path or ?? please reply me,
shabeer

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Please help me... URGENT

2002-08-01 Thread Sujith Mathew

Please help me .

My requirements are to serve JSP, Servlets, static pages and SSL(not
important). NO CGI, PERL, PHP etc.

I am using a WINDOWS 2000 Server.*I want anyone to tell me whether i
should use APACHE+TOMCAT+SSL or TOMCAT+SSL.

Please reply me fast , i am banking on you guys for a good answer.

Thanks in advance
Sujith Mathew



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: please help me

2001-04-20 Thread [EMAIL PROTECTED]



tomcat is working fine on win2k

  - Original Message - 
  From: 
  zzb 
  
  To: [EMAIL PROTECTED] 
  Sent: Friday, April 20, 2001 7:30 
PM
  Subject: please help me
  
  Dear Sir.
   
  Where can I download jni_connect.dll 
  ?
  In addition, whether can Tomcat be installed od 
  windows 2000 server?
   
  Thanks a lot
   
  yours 
zzb 


Re: please help me

2001-04-20 Thread Steffen Gransow

Under
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i386/ you'll 
find the required files. Perhaps I don't understand your
question right, but you can install/use tomcat with your existing Win2K
installation.

Regards

Steffen Gransow

> Dear Sir.
> 
> Where can I download jni_connect.dll ?
> In addition, whether can Tomcat be installed od windows 2000 server?
> 
> Thanks a lot
> 
> yours zzb 
> 

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net




Re: please, help me!

2001-12-14 Thread Marcelo Gabriel Demestri Felip

>I have a web aplication and this aplication read some
>system properties and this is funcion corret in
>tomcat, but now I want to put a copy of this
>application and I want to read same system properties
>but with other values that I will define. My question
>is: Can I define two different shells (enviroment) in
>tomcat (two context with a shell each one) in ordet to
>manage two copys of that system properties?
>I tried with two JVM's differents but I didn't get.
>
>Thanks
>
>Monica

What kind of system properties?
The name of apps. is strongly the same? I think you can do this if the apps. 
names are different.

Marcelo

P.S.: excuseme, my english is not good! ;-)

_
Hable con sus amigos en línea, pruebe MSN Messenger: http://messenger.msn.es


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: please help me

2002-04-14 Thread Fabian Sommer

perhaps you could post some more information?
Which errors do you get from tomcat if you try to access your application?

In general, although i've not been a Tomcat3.2-user, i read in a few 
postings on this list that tomcat4.0 in contrast to 3.2 has built in a 
xml-parser and stops interpreting the xml-files if there are i.e. syntax 
errors. So a web.xml file running under tomcat3.2 needs not to be a fine 
working file under 4.0.

Fabian


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




RE: please help me

2002-04-15 Thread Janarthanan, Prasanna

thanks for the clarifications,

i have worked with this tomcat for the past week.
it is now giving a strange error for my context added in server.xml file.

just i did it like explained in the documentation. But soon after i start
the tomcat and see the log files, it is giving

error : 
--
marking context as unavailable due to previous errors.
error entering the context /(my context name).


i searched the cause of this problem . but u know there are no relevant
answers for this in any of the tomcat mailing list. I wonder how come it is
so..

All what i think is, the web.xml file of my web application is not able to
act for tomcat 4 which was working fine for tomcat 3.2.3.

If i see the web.xml file of examples web application in tomcat 4, it has
some extra elemts like filters which are not available in my web
application.
Also there are no proper documentation for configuiring the web.xml file of
the web application to work with tomcat 4. 

Please dicuss about this as i wonder this could be important for tomcat 4.
Also many in the world has this problem.

thanks
prassana



-Original Message-
From: Fabian Sommer [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 14, 2002 8:25 PM
To: Tomcat Users List
Subject: Re: please help me


perhaps you could post some more information?
Which errors do you get from tomcat if you try to access your application?

In general, although i've not been a Tomcat3.2-user, i read in a few 
postings on this list that tomcat4.0 in contrast to 3.2 has built in a 
xml-parser and stops interpreting the xml-files if there are i.e. syntax 
errors. So a web.xml file running under tomcat3.2 needs not to be a fine 
working file under 4.0.

Fabian


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




RE: please help me

2002-04-15 Thread Jon Gibbs-Smith

First thing to do is look at the log.  tomcat 4 is much better at logging
than version 3.  If you did not change the logging entry in the server.xml
the examples log file will show details about what is happening when your
webapp (context as Tomcat4 calls it) is loaded.

If you simply see an entry about what is expected in a web.xml the most
likely thing is that you have "servlet-mapping" entries mixed in among your
servlet entries.  Now all the servlet mapping must appear after all the
servlet entries.  The parameter icon has changed to become small or large -
again look at the log for details.

Another thing we noticed in Windows (if that is your platform) was that in
Tomcat 3 the WEB-INF directory name could be lower case, Tomcat 4 insists
that it must be upper case.

hope this helps,

Jon G-S

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Janarthanan,
> Prasanna
> Sent: 14 April 2002 14:04
> To: '[EMAIL PROTECTED]'
> Subject: please help me
>
>
>
> we have our web application running with tomcat 3.2.3. It is working fine
> but now iam upgradin to tomcat 4.0. here i face problem in context of
> server.xml. I have written the context in server.xml.
> I wonder whether it has any touch with the web.xml file of my web
> application.
> coz the examples given in tomcat 4 has a web.xml file which has some large
> contents which i don't have it in web.xml file of my web application. but
> with my own web.xml itself it was working fine with tomcat 3.2.3.
>
> please calrify me where i need to make changes for this tomcat 4 to work
> with my web application.. probably u can help in the best way..
> as i saw ur
> mail in tomcat user list as u are very well working with tomcat 4.0.2.
>
> please help me out.
>
> prassana
> deshaw india software pvt limited.
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
> ___
> tomcat-users mailing list
> [EMAIL PROTECTED]
> https://mailman.real-time.com/mailman/listinfo/tomcat-users
>
>
>



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




RE: please help me

2002-04-17 Thread Jon Gibbs-Smith

First thing to do is look at the log.  tomcat 4 is much better at logging
than version 3.  If you did not chnge the logging entry in the server.xml
the examples log file will show details about what is happening when your
webapp (context as Tomcat4 calls it) is loaded.

If you simply see an entry about what is expected in a web.xml the most
likely thing is that you have "servlet-mapping" entries mixed in among your
servlet entries.  Now all the servlet mapping must appear after all the
servlet entries.  The parameter icon has changed to become small or large -
again look at the log for details.

Another thing we noticed in Windows (if that is your platform) was that in
Tomcat 3 the WEB-INF directory name could be lower case, Tomcat 4 insists
that it must be upper case.

hope this helps,

Jon G-S

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Janarthanan,
> Prasanna
> Sent: 14 April 2002 14:04
> To: '[EMAIL PROTECTED]'
> Subject: please help me
>
>
>
> we have our web application running with tomcat 3.2.3. It is working fine
> but now iam upgradin to tomcat 4.0. here i face problem in context of
> server.xml. I have written the context in server.xml.
> I wonder whether it has any touch with the web.xml file of my web
> application.
> coz the examples given in tomcat 4 has a web.xml file which has some large
> contents which i don't have it in web.xml file of my web application. but
> with my own web.xml itself it was working fine with tomcat 3.2.3.
>
> please calrify me where i need to make changes for this tomcat 4 to work
> with my web application.. probably u can help in the best way..
> as i saw ur
> mail in tomcat user list as u are very well working with tomcat 4.0.2.
>
> please help me out.
>
> prassana
> deshaw india software pvt limited.
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
> ___
> tomcat-users mailing list
> [EMAIL PROTECTED]
> https://mailman.real-time.com/mailman/listinfo/tomcat-users
>
>
>



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Urgent.. Please help me

2002-05-03 Thread Alvin Wang

Hi! I have an urgent question. Could any guru help me to diagnosis it?

I'm using tomcat 4.0. My servlet gets the DataSource from JNDI. However, it
raise the following exception:

javax.naming.NameNotFoundException: Name java:comp is not bound in this
Context
at org.apache.naming.NamingContext.lookup(NamingContext.java:811)
at org.apache.naming.NamingContext.lookup(NamingContext.java:194)
at javax.naming.InitialContext.lookup(InitialContext.java:350)

That means the the whole "java:comp" cannot be found, which I think should
have nothing to do with my DataSource resource setup in my web application
context. Also I use

   javax.naming.NamingEnumeration ne = initCtx.list("");

I found there is nothing under JNDI root.

I think there is much some configuration not right. Can any gurus help?
thanks so much!

Alvin


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: Please help me

2002-03-05 Thread Lev Assinovsky

Seems, you need to modify catalina.sh script to add
all .jar under $JAVA_HOME/lib to class path, which is passed to
java. To do that you need to understand shell.


Startup.sh doesn't use CLASSPATH environment variable.

"[EMAIL PROTECTED]" wrote:

> Hi all,
>
> I'm an italian student: for my thesis I have to install Tomcat on a sun
> machine with solaris 8 because I have to do some experiments.
> I have tried to install Tomcat 3.3a but when I type ./startup.sh for
> starting tomcat I get this error:
>
> Exception in thread "main" java.lang.NoClassDefFoundError: org/ap
> ache/tomcat/startup/Main
>
> I have followed all the instructions: TOMCAT_HOME is set, JAVA_HOME is
> set and I exported them.
>
> I can't understand the error: where is my error?
>
> Please help me.
>
> Thanks for your help
>
> Laura
>

--
Lev AssinovskyPeterlink Web
ProgrammerSt. Petersburg, Russia
Tel/Fax: +7 812 3275343   197022 ul.Chapigina 7Á
E-mail: [EMAIL PROTECTED]




--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: Please help me

2002-03-05 Thread rsequeira


what is TOMCAT_HOME set to? I assume you are using Tomcat 3.x.x version.
RS





lauradiara on 03/05/2002 08:42:07 AM

Please respond to "Tomcat Users List" <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:

Subject:  Please help me

Hi all,

I'm an italian student: for my thesis I have to install Tomcat on a sun
machine with solaris 8 because I have to do some experiments.
I have tried to install Tomcat 3.3a but when I type ./startup.sh for
starting tomcat I get this error:

Exception in thread "main" java.lang.NoClassDefFoundError: org/ap
ache/tomcat/startup/Main

I have followed all the instructions: TOMCAT_HOME is set, JAVA_HOME is
set and I exported them.

I can't understand the error: where is my error?

Please help me.

Thanks for your help

Laura








--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




RE: *** Please help me

2001-03-01 Thread Randy Layman


It would appear that your Tomcat is not working correctly (looking
at the isapi log it determines it should redirect, however the the service()
method indicates that its failing.

Does Tomcat work on port 8080?  I would guess that the Microsoft JVM
is causing your problems.  Try installing either Sun's JVM or IBM's.

Randy


-Original Message-
From: Štefan Babos [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 01, 2001 1:00 PM
To: [EMAIL PROTECTED]
Subject: *** Please help me


Welcome,
I can't configure the ISAPI Redirector. I perform four installations, and I
exactly keep your procedure, but the
http://localhost/examples/jsp/index.html, cannot execute...
I don't known where problem is.
My configuration is Windows 98, PWS 4(working properly).
To this message I attached all needed files, mean conf(I use Microsoft Java
SDK), logs, pws and registry information about my settings.
Thank You very much for answer.

Stefan Babos
Czech Republic

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Please Help me

2002-12-29 Thread Bill Barker
JServ is deprecated, and AFAIK, not supported at all for Tomcat 4.x.  Since
you are running under Windows, mod_webapp isn't an option.  You'll need to
get the mod_jk connector from
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.2
/.

"Manoj Tyagi" <[EMAIL PROTECTED]> wrote in message
000f01c2af27$0a531e80$0200a8c0@rps">news:000f01c2af27$0a531e80$0200a8c0@rps...
Hi,
I am new to this mailing list and Posting for the first time.
I have a prob. using Tomcat 4.0 on Win ME system with Apache
My Apache is configured on port 80 properly and working fine.
I am Developing Sites in PHP and Its working fine with Apache.

Now I Installed Tomcat 4.0 on my system for JSP Support.
Tomcat is working fine seperately, When i use it on Port 8080

Now i want to invoke the JSP Support from Apache.
I have been advised to Copy the ApacheModuleJserv.dll  in the Apache's
Modules Directory and to include the following line in httpd.conf

LoadModule jserv_module modules/ApacheModuleJServ.dll

I have done that.

I searched on net, and got that everytime Tomcat will generate the
tomcat-apache.conf  file in the conf directory of tomcat. It is advised to
include the following line in the httpd.conf

include "c:\tomcat\conf\tomcat-apache.conf"

My Tomcat is working fine, but there is no configuration file in the
directory.


Please help me to come out with this prob.

Regards


Manoj Tyagi








--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Please help me

2003-03-24 Thread Jeremy Whitlock
Juan,
Here you go:

http://www.moreservlets.com/Using-Tomcat-4.html

Hope this helps, Jeremy

-Original Message-
From: Juan Carlos Correa [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 24, 2003 12:56 PM
To: [EMAIL PROTECTED]
Subject: Please help me

I`m using Apache 1.3 and Tomcat 4.1.18. I need help, how
configuration..??

Thanks
JC


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Please help me

2003-03-24 Thread Jeremy Whitlock
Juan,
Woops.  My bad.  Wrong link.  Here is the right link:

http://www.galatea.com/flashguides/apache-tomcat-24-win32.xml

Hope this helps, Jeremy

-Original Message-
From: Juan Carlos Correa [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 24, 2003 12:56 PM
To: [EMAIL PROTECTED]
Subject: Please help me

I`m using Apache 1.3 and Tomcat 4.1.18. I need help, how
configuration..??

Thanks
JC


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Please help me

2003-03-24 Thread Filip Hanik
and 
http://www.johnturner.com/howto/

Filip

> -Original Message-
> From: Jeremy Whitlock [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 24, 2003 11:52 AM
> To: 'Tomcat Users List'
> Subject: RE: Please help me
> 
> 
> Juan,
>   Here you go:
> 
> http://www.moreservlets.com/Using-Tomcat-4.html
> 
> Hope this helps, Jeremy
> 
> -Original Message-
> From: Juan Carlos Correa [mailto:[EMAIL PROTECTED] 
> Sent: Monday, March 24, 2003 12:56 PM
> To: [EMAIL PROTECTED]
> Subject: Please help me
> 
> I`m using Apache 1.3 and Tomcat 4.1.18. I need help, how
> configuration..??
> 
> Thanks
> JC
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



URGENT PLEASE HELP ME........................................

2003-12-17 Thread Pinguti Sridevi
I could able to run servlets in tomcat 4.1. I created
a folder called webdev in webapps in that i created WEB-INF and 
classes. I stored web.xml in WEB-INF. as follows.
webapps/webdev/WEB-INF/classes
WEB-INF/web.xml
I configured web.xml with servletname,servletclass between webapps 
tags. After restarting the server when i say
http://localhost:8080/webdev/servlet/myservletfile
It showing 
404 Requested URI not found.
I tried like the below also
http://localhost:8080/webdev/myservletfile
But still it is not getting.
Let me tell anybody that tomcat4.1 have any bug in reading web.xml



-
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing

Re: Please help me

2004-08-12 Thread David Smith
I'm guessing the snippet below is from your struts-config.xml file.  I 
tried to make that work and couldn't even on a straight forward textbook 
example.  It was much easier to define the datasource in the 
[context].xml file in conf/Catalina/localhost, use the DBCP db pool, and 
then write my own db access code.  Besides, I think I saw something to 
the effect that the feature you're using below might be removed from 
future Struts releases.  I'm sure there are people on the list who can 
confirm or deny that suspicion.

--David
Rajesh wrote:
This is Rajesh. I am working on webApplication project.The project
Environment is in
Struts1.1 Framework with jdk1.4.2_01,WebServer as Tomcat5 on O.S Linux
connecting back-end Mysql.
I am trouble shooting a problem.
   I have properly closed each and every connection whenever I
open a connection.So the db connection is properly maintained.And
the Session too is properly maintained.In struts1.1 struts-config.xml
just for connection pooling I've coded  tag like
   
   
   
   
   
   
   
   
   
   
So for every 60 seconds the connection pool is checked to freeze-out the
unwanted Connection.
Every thing works fine on first day but on the consecutive day it 
troubles.


MAIN PROBLEM STATEMENT IS
On the next day  when I try to login to my site it is not
letting me login.
   I am sure there is no problem in my coding, because the whole day 
the site
is working perfectly well. Only for a period of time the db access is not
working.

So I want to know where the problem is.Whether it's in Database
Pooling or it is Tomcat related problems.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


AW: please help me

2001-01-04 Thread Ralph Einfeldt

At least tell us what are you trying to do in 
/servlet/qry_training.java at line 106 and 
some lines before.

P.S.: It's a common convention to use classnames 
with upper case first letter. (Like QryTraining)

> -Ursprüngliche Nachricht-
> Von: yaya [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 4. Januar 2001 11:46
> An: tomcat milis
> Betreff: please help me

> java.lang.NoClassDefFoundError: ap/servlets/html
>  at qry_training.doGet(qry_training.java:106)

> How can solve this problem?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: please help me

2001-01-04 Thread Ted Husted

You really probably want to start with 

< http://java.sun.com/docs/books/tutorial/ >

And then visit

Javasoft / JavaServer Pages-
http://java.sun.com/products/jsp/technical.html 

Javasoft / TagLibs - http://java.sun.com/products/jsp/taglibraries.html


JSR-052 - Standard Taglib Expert Group  -
http://java.sun.com/aboutJava/communityprocess/jsr/jsr_052_jsptaglib.htm
l 

Javasoft / Servlet API -
http://java.sun.com/products/servlet/download.html 

Javasoft / JavaBeans - http://java.sun.com/products/javabeans/docs/ 

Javasoft / JDBC API Documentation -
http://java.sun.com/j2se/1.3/docs/guide/jdbc/index.html 

Javasoft / Java2 Enterprise Edition (J2EE) -
http://java.sun.com/j2ee/blueprints/

*** REPLY SEPARATOR  ***

On 1/4/2001 at 5:50 PM yaya wrote:

Hello..
Maybe this is out of topic, but i'm really thanksfull 
if anyone could give me many resources of jsp file
specially in connectivity with database, how to get 
a form parameter in jsp, and get the result from database?

please help me.

Thanks



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: please help me

2001-01-04 Thread yaya

i want to get information from database

- Original Message -
From: Ralph Einfeldt <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 04, 2001 5:56 PM
Subject: AW: please help me


At least tell us what are you trying to do in
/servlet/qry_training.java at line 106 and
some lines before.

P.S.: It's a common convention to use classnames
with upper case first letter. (Like QryTraining)

> -Ursprüngliche Nachricht-
> Von: yaya [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 4. Januar 2001 11:46
> An: tomcat milis
> Betreff: please help me

> java.lang.NoClassDefFoundError: ap/servlets/html
>  at qry_training.doGet(qry_training.java:106)

> How can solve this problem?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: please help me

2001-01-04 Thread G.Nagarajan

come on, almost all java programs use databases! Unless
you give more information, the chances of someone helping
you are very less.

if the program/data is sensitive, you can post a modified
version.

>java.lang.NoClassDefFoundError: ap/servlets/html
>  at qry_training.doGet(qry_training.java:106)


-Original Message-
From: yaya [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 04, 2001 12:05 PM
To: [EMAIL PROTECTED]
Subject: Re: please help me


i want to get information from database



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Please help me

2004-12-13 Thread VTR Ravi Kumar
I dont think u would have to shut down the server to upload files.
The context must be reloadable ie., set the reloadable = true in the context 
using the
admin page

VTR
BHEL haridwar
- Original Message - 
From: "Rajesh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 13, 2004 2:25 PM
Subject: Please help me


Hai all,
i have a doubt please help me.
in my tomcat server, am developing a online shopping site.
the site is live,
i periodically upload updated pages, when uploading i donot want to down 
the server,

i use a way that creating 2 webapps, one will run, i upload the updated 
pages to webapp 2 afteruploading i go to webapp1 and point it to webapp2 
when i need to upload second time ill upload to webapp 1 and i will make 
point from webapp2 to webapp 1 .

is there any way to do this affectively ??
Please reply
Rajesh
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Please help me

2004-12-13 Thread Rajesh
i tryed but sometimes it gives error when i restart(restarting webapp) 
it works good

or is it possible to display a page for any request to the server or a 
perticular webapp that

"site is under maintanance please visit in few minutes"
is it possible?
Rajesh
VTR Ravi Kumar wrote:
I dont think u would have to shut down the server to upload files.
The context must be reloadable ie., set the reloadable = true in the 
context using the
admin page

VTR
BHEL haridwar
- Original Message - From: "Rajesh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 13, 2004 2:25 PM
Subject: Please help me

Hai all,
i have a doubt please help me.
in my tomcat server, am developing a online shopping site.
the site is live,
i periodically upload updated pages, when uploading i donot want to 
down the server,

i use a way that creating 2 webapps, one will run, i upload the 
updated pages to webapp 2 afteruploading i go to webapp1 and point it 
to webapp2 when i need to upload second time ill upload to webapp 1 
and i will make point from webapp2 to webapp 1 .

is there any way to do this affectively ??
Please reply
Rajesh
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Please help me

2004-12-13 Thread Hari Mailvaganam
You can load balance between the two instances.

cheers,

Hari Mailvaganam


On Mon, 13 Dec 2004 16:29:16 +0530, Rajesh <[EMAIL PROTECTED]> wrote:
> i tryed but sometimes it gives error when i restart(restarting webapp)
> it works good
> 
> or is it possible to display a page for any request to the server or a
> perticular webapp that
> 
> "site is under maintanance please visit in few minutes"
> 
> is it possible?
> 
> Rajesh
> 
> 
> 
> VTR Ravi Kumar wrote:
> 
> > I dont think u would have to shut down the server to upload files.
> > The context must be reloadable ie., set the reloadable = true in the
> > context using the
> > admin page
> >
> >
> > VTR
> > BHEL haridwar
> > - Original Message - From: "Rajesh" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, December 13, 2004 2:25 PM
> > Subject: Please help me
> >
> >
> >> Hai all,
> >>
> >> i have a doubt please help me.
> >>
> >> in my tomcat server, am developing a online shopping site.
> >>
> >> the site is live,
> >>
> >> i periodically upload updated pages, when uploading i donot want to
> >> down the server,
> >>
> >> i use a way that creating 2 webapps, one will run, i upload the
> >> updated pages to webapp 2 afteruploading i go to webapp1 and point it
> >> to webapp2 when i need to upload second time ill upload to webapp 1
> >> and i will make point from webapp2 to webapp 1 .
> >>
> >> is there any way to do this affectively ??
> >>
> >> Please reply
> >> Rajesh
> >>
> >> -
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Please help me sir

2005-06-27 Thread Asit Basak

Sir

I have installed Jdk1.5.0 in windows 2000 server.
After that I have installed Apache Tomcat/5.0.29.
I have deployed all of my JSPs in Root directory
and all of my beans in classes.

Now after starting of the Tomcat server.
when I want to see the paged in IE6,
It is giving errors
 " javac: target release 1.3 conflicts with default source release 1.5 ".
Now sir please tell me what can I I do for this purpose.
Thanking you in anticipation.

Regards
Asit Basak
email - [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Please help me... URGENT

2002-08-01 Thread Michael B Sebetich

Hi There,

I would go with Tomcat+SSL, the setup is much easier than your other
alternative.  The only thing you really lose by not using apache is the
ability to use virtual hosts.

Mike

On Fri, 2 Aug 2002, Sujith Mathew wrote:

> Please help me .
>
> My requirements are to serve JSP, Servlets, static pages and SSL(not
> important). NO CGI, PERL, PHP etc.
>
> I am using a WINDOWS 2000 Server.*I want anyone to tell me whether i
> should use APACHE+TOMCAT+SSL or TOMCAT+SSL.
>
> Please reply me fast , i am banking on you guys for a good answer.
>
> Thanks in advance
> Sujith Mathew
>
>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Please help me... URGENT

2002-08-01 Thread Durham David Cntr 805CSS/SCBE

One option is to use IIS + SSL + Tomcat

> -Original Message-
> From: Sujith Mathew [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 01, 2002 2:26 PM
> To: [EMAIL PROTECTED]
> Subject: Please help me... URGENT
> 
> 
> Please help me .
> 
> My requirements are to serve JSP, Servlets, static pages and SSL(not
> important). NO CGI, PERL, PHP etc.
> 
> I am using a WINDOWS 2000 Server.*I want anyone to tell me whether i
> should use APACHE+TOMCAT+SSL or TOMCAT+SSL.
> 
> Please reply me fast , i am banking on you guys for a good answer.
> 
> Thanks in advance
> Sujith Mathew
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Please help me... URGENT

2002-08-01 Thread Michael B Sebetich

I wouldn't use IIS, especially if you're interested in having a secure
server.  IIS is historically unsecure.  SSL won't mean much if someone can
break into your system via your web server.

On Thu, 1 Aug 2002, Durham David Cntr 805CSS/SCBE wrote:

> One option is to use IIS + SSL + Tomcat
>
> > -Original Message-
> > From: Sujith Mathew [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, August 01, 2002 2:26 PM
> > To: [EMAIL PROTECTED]
> > Subject: Please help me... URGENT
> >
> >
> > Please help me .
> >
> > My requirements are to serve JSP, Servlets, static pages and SSL(not
> > important). NO CGI, PERL, PHP etc.
> >
> > I am using a WINDOWS 2000 Server.*I want anyone to tell me whether i
> > should use APACHE+TOMCAT+SSL or TOMCAT+SSL.
> >
> > Please reply me fast , i am banking on you guys for a good answer.
> >
> > Thanks in advance
> > Sujith Mathew
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
> >
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: Please help me... URGENT

2002-08-01 Thread Rick Fincher

Hi,

If you need to get it up and running fast, just use Tomcat with SSL.  You
can always add Apache later if you think it will boost performance.  Setting
up an Apache+SSL+Tomcat server can be tricky if you are a newbie (and even
if you aren't).

A lot of this depends on what you are running and how heavy the demands on
the server will be.

If you have a lot of static pages (and maybe even if you don't) Apache with
SSL and Tomcat may be faster.  In that setup you use Apache to do the SSL,
which is theoretically faster because it is a binary on the server.  In
reality the extra overhead of the transfer from Apache to Tomcat of dynamic
pages may nullify any speed advantages.



- Original Message -

> Please help me .
>
> My requirements are to serve JSP, Servlets, static pages and SSL(not
> important). NO CGI, PERL, PHP etc.
>
> I am using a WINDOWS 2000 Server.*I want anyone to tell me whether i
> should use APACHE+TOMCAT+SSL or TOMCAT+SSL.
>
> Please reply me fast , i am banking on you guys for a good answer.
>
> Thanks in advance
> Sujith Mathew
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Please help me... URGENT

2002-08-01 Thread Durham David Cntr 805CSS/SCBE

Why are we worried about securing a Windows 2000 server??  I thought they just wanted 
it set up and running.

> -Original Message-
> From: Michael B Sebetich [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 01, 2002 2:42 PM
> To: Tomcat Users List
> Subject: RE: Please help me... URGENT
> 
> 
> I wouldn't use IIS, especially if you're interested in having a secure
> server.  IIS is historically unsecure.  SSL won't mean much 
> if someone can
> break into your system via your web server.
> 
> On Thu, 1 Aug 2002, Durham David Cntr 805CSS/SCBE wrote:
> 
> > One option is to use IIS + SSL + Tomcat
> >
> > > -Original Message-
> > > From: Sujith Mathew [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, August 01, 2002 2:26 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Please help me... URGENT
> > >
> > >
> > > Please help me .
> > >
> > > My requirements are to serve JSP, Servlets, static pages 
> and SSL(not
> > > important). NO CGI, PERL, PHP etc.
> > >
> > > I am using a WINDOWS 2000 Server.*I want anyone to tell 
> me whether i
> > > should use APACHE+TOMCAT+SSL or TOMCAT+SSL.
> > >
> > > Please reply me fast , i am banking on you guys for a good answer.
> > >
> > > Thanks in advance
> > > Sujith Mathew
> > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > <mailto:[EMAIL PROTECTED]>
> > > For additional commands, e-mail:
> > > <mailto:[EMAIL PROTECTED]>
> > >
> > >
> >
> > --
> > To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Please help me... URGENT

2002-08-01 Thread Michael B Sebetich

I would assume that the use of SSL implies sensitive data being handled by
the Win 2k server.  Why risk compromising that data by using IIS?

On Thu, 1 Aug 2002, Durham David Cntr 805CSS/SCBE wrote:

> Why are we worried about securing a Windows 2000 server??  I thought they just 
>wanted it set up and running.
>
> > -Original Message-
> > From: Michael B Sebetich [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, August 01, 2002 2:42 PM
> > To: Tomcat Users List
> > Subject: RE: Please help me... URGENT
> >
> >
> > I wouldn't use IIS, especially if you're interested in having a secure
> > server.  IIS is historically unsecure.  SSL won't mean much
> > if someone can
> > break into your system via your web server.
> >
> > On Thu, 1 Aug 2002, Durham David Cntr 805CSS/SCBE wrote:
> >
> > > One option is to use IIS + SSL + Tomcat
> > >
> > > > -Original Message-
> > > > From: Sujith Mathew [mailto:[EMAIL PROTECTED]]
> > > > Sent: Thursday, August 01, 2002 2:26 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Please help me... URGENT
> > > >
> > > >
> > > > Please help me .
> > > >
> > > > My requirements are to serve JSP, Servlets, static pages
> > and SSL(not
> > > > important). NO CGI, PERL, PHP etc.
> > > >
> > > > I am using a WINDOWS 2000 Server.*I want anyone to tell
> > me whether i
> > > > should use APACHE+TOMCAT+SSL or TOMCAT+SSL.
> > > >
> > > > Please reply me fast , i am banking on you guys for a good answer.
> > > >
> > > > Thanks in advance
> > > > Sujith Mathew
> > > >
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > > <mailto:[EMAIL PROTECTED]>
> > > > For additional commands, e-mail:
> > > > <mailto:[EMAIL PROTECTED]>
> > > >
> > > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> >
> >
> >
>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




PLEASE HELP ME: JNDI ERROR

2002-04-15 Thread Laura

Hi all,

I have found a very strange error: I have configured a indi connection (with 
Oracle) and all was ok. 
Now I have to change db: so I have changed server.xml (the part regarding 
JNDI connection).
I have restarted Tomcat (4.0.2) and it gives me an error, a very strange 
error:

[ERRORE] Error= java.sql.SQLException: Eccezione IO: The Network Adapter 
could not establish the connection 
Exception IO: The Network Adapter could not establish the connection


I don't know why?
I have only changed the db parameter (user,pass, url).

Please help me!!!

Thanks


Laura

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: Urgent.. Please help me

2002-05-03 Thread Giorgio Ponza

please send some more, like the db JNDI definition,
i think is only a name problem
GIorgio

- Original Message -
From: "Alvin Wang" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, May 03, 2002 4:05 PM
Subject: Urgent.. Please help me


> Hi! I have an urgent question. Could any guru help me to diagnosis it?
>
> I'm using tomcat 4.0. My servlet gets the DataSource from JNDI. However,
it
> raise the following exception:
>
> javax.naming.NameNotFoundException: Name java:comp is not bound in this
> Context
> at org.apache.naming.NamingContext.lookup(NamingContext.java:811)
> at org.apache.naming.NamingContext.lookup(NamingContext.java:194)
> at javax.naming.InitialContext.lookup(InitialContext.java:350)
>
> That means the the whole "java:comp" cannot be found, which I think should
> have nothing to do with my DataSource resource setup in my web application
> context. Also I use
>
>javax.naming.NamingEnumeration ne = initCtx.list("");
>
> I found there is nothing under JNDI root.
>
> I think there is much some configuration not right. Can any gurus help?
> thanks so much!
>
> Alvin
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: Urgent.. Please help me

2002-05-03 Thread James Williamson

Are you using the WARP connector by any chance?

Regards,

James Williamson
www.nameonthe.net
UK Tomcat Hosting
>
> - Original Message -
> From: "Alvin Wang" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Friday, May 03, 2002 4:05 PM
> Subject: Urgent.. Please help me
>
>
> > Hi! I have an urgent question. Could any guru help me to diagnosis it?
> >
> > I'm using tomcat 4.0. My servlet gets the DataSource from JNDI. However,
> it
> > raise the following exception:
> >
> > javax.naming.NameNotFoundException: Name java:comp is not bound in this
> > Context
> > at
org.apache.naming.NamingContext.lookup(NamingContext.java:811)
> > at
org.apache.naming.NamingContext.lookup(NamingContext.java:194)
> > at javax.naming.InitialContext.lookup(InitialContext.java:350)
> >
> > That means the the whole "java:comp" cannot be found, which I think
should
> > have nothing to do with my DataSource resource setup in my web
application
> > context. Also I use
> >
> >javax.naming.NamingEnumeration ne = initCtx.list("");
> >
> > I found there is nothing under JNDI root.
> >
> > I think there is much some configuration not right. Can any gurus help?
> > thanks so much!
> >
> > Alvin
> >
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> >
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




please help me by japan

2003-01-16 Thread joo_k_n
 hello,
(B excuse me
(B i install the RedHat linux7.2 full install (by For Server) 
(B and j2sdk1.4.0
(B and Tomcat4.0.6
(B and mod_webapp-1.0-1.i386.rpm
(B and settings  as follwing
(B --
(B httpd.conf
(B DocumentRoot and  changed tomcat root
(B addmodule   mod_webapp.c
(B and mod_webapp.so
(B 
(B and 
(B 
(B and tomcat start and apache start
(B -
(B in Browser url  ---> localhost/examples/jsp/
(B in one dayas yesterday...
(B is OK
(B 
(B but today is error.
(B why?
(B please helpme
(B Error info as Following...
(B 
(B WebApp:Error 404
(B   File:wa_request.c line:197
(B Web-application not yet deployed.
(B 
(B Thanks in Advance
(B best regards
(B
(B
(B
(B--
(BTo unsubscribe, e-mail:   
(BFor additional commands, e-mail: 



Basci Authentication... Please help me...

2003-10-31 Thread [EMAIL PROTECTED]
Dear friends,
I have a problem that I can't solve.
I'm trying to use BASIC authentication in TOMCAT 4.0.5 for a web application and
 its web.xml file is:


   
 
http://java.sun.com/dtd/web-app_2_3.dtd";>
   
 



Area protetta
/index.html


tomcat



BASIC
BASIC AUTHENTICATION AREA



But when I call index.html page no authentication form is displayed! (index.html
 exists on both the applications).
I tried it on a server with Tomcat 4.0.6 and everything goes well.

So I tried to use, on TOMCAT 4.0.5, the same web.xml also for the ROOT
 application (that comes with TOMCAT) and everything goes well.

On your opinion, why the authentication doesn't run on my application?

Please, help me! 
I thank you in advance!

Riccardo
(Italy)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: URGENT PLEASE HELP ME........................................

2003-12-17 Thread George Sexton
Try reading the documentation. The default invoker is disabled in 4.1.x.
Either re-enable it, or create servlet/servlet mapping pairs in the
web.xml file.

-Original Message-
From: Pinguti Sridevi [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 17, 2003 1:22 AM
To: anand; javagroup; parvez; tomcat
Subject: URGENT PLEASE HELP ME


I could able to run servlets in tomcat 4.1. I created
a folder called webdev in webapps in that i created WEB-INF and 
classes. I stored web.xml in WEB-INF. as follows.
webapps/webdev/WEB-INF/classes
WEB-INF/web.xml
I configured web.xml with servletname,servletclass between webapps 
tags. After restarting the server when i say
http://localhost:8080/webdev/servlet/myservletfile
It showing 
404 Requested URI not found.
I tried like the below also
http://localhost:8080/webdev/myservletfile
But still it is not getting.
Let me tell anybody that tomcat4.1 have any bug in reading web.xml



-
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: URGENT PLEASE HELP ME........................................

2003-12-17 Thread Schalk
Pinguti

Can you post the xml code here or somewhere on the web where we can have a
look at it. I have not had any problems with Tomcat and web.xml.

Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.CEO
Volume4.Development.Multimedia.Branding
emotionalize.conceptualize.visualize.realize
Tel: +27125468436
Fax: +27125468436
email:[EMAIL PROTECTED]
web: www.volume4.com
 
This message contains information that is considered to be sensitive or
confidential and may not be forwarded or disclosed to any other party
without the permission of the sender. If you received this message in error,
please notify me immediately so that I can correct and delete the original
email. Thank you. 

:: -Original Message-
:: From: Pinguti Sridevi [mailto:[EMAIL PROTECTED]
:: Sent: Wednesday, December 17, 2003 10:22 AM
:: To: anand; javagroup; parvez; tomcat
:: Subject: URGENT PLEASE HELP ME
:: 
:: I could able to run servlets in tomcat 4.1. I created
:: a folder called webdev in webapps in that i created WEB-INF and
:: classes. I stored web.xml in WEB-INF. as follows.
:: webapps/webdev/WEB-INF/classes
:: WEB-INF/web.xml
:: I configured web.xml with servletname,servletclass between webapps
:: tags. After restarting the server when i say
:: http://localhost:8080/webdev/servlet/myservletfile
:: It showing
:: 404 Requested URI not found.
:: I tried like the below also
:: http://localhost:8080/webdev/myservletfile
:: But still it is not getting.
:: Let me tell anybody that tomcat4.1 have any bug in reading web.xml
:: 
:: 
:: 
:: -
:: Do you Yahoo!?
:: New Yahoo! Photos - easier uploading and sharing



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: URGENT PLEASE HELP ME........................................

2003-12-17 Thread qi zhang
You should change your server.xml, adding another context like




Try to see if it will help.


> I could able to run servlets in tomcat 4.1. I created
> a folder called webdev in webapps in that i created WEB-INF and
> classes. I stored web.xml in WEB-INF. as follows.
> webapps/webdev/WEB-INF/classes
> WEB-INF/web.xml
> I configured web.xml with servletname,servletclass between webapps
> tags. After restarting the server when i say
> http://localhost:8080/webdev/servlet/myservletfile
> It showing
> 404 Requested URI not found.
> I tried like the below also
> http://localhost:8080/webdev/myservletfile
> But still it is not getting.
> Let me tell anybody that tomcat4.1 have any bug in reading web.xml
>
>
>
> -
> Do you Yahoo!?
> New Yahoo! Photos - easier uploading and sharing




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: URGENT PLEASE HELP ME........................................

2003-12-17 Thread Ben Souther
If his app is directly under the webapps directory, he shouldn't need to 
alter server.xml.

AutoDeploy will pick it up.

You will, however need to create a mapping for your servlet in your web.xml 
file under WEB-INF in your app's directory.





On Wednesday 17 December 2003 11:05 am, qi zhang wrote:
> You should change your server.xml, adding another context like
>
>  reloadable="true" crossContext="true">
> 
>
> Try to see if it will help.
>
> > I could able to run servlets in tomcat 4.1. I created
> > a folder called webdev in webapps in that i created WEB-INF and
> > classes. I stored web.xml in WEB-INF. as follows.
> > webapps/webdev/WEB-INF/classes
> > WEB-INF/web.xml
> > I configured web.xml with servletname,servletclass between webapps
> > tags. After restarting the server when i say
> > http://localhost:8080/webdev/servlet/myservletfile
> > It showing
> > 404 Requested URI not found.
> > I tried like the below also
> > http://localhost:8080/webdev/myservletfile
> > But still it is not getting.
> > Let me tell anybody that tomcat4.1 have any bug in reading web.xml
> >
> >
> >
> > -
> > Do you Yahoo!?
> > New Yahoo! Photos - easier uploading and sharing
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Ben Souther
F.W. Davison & Company, Inc.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Urgent .Please help me out

2004-09-22 Thread Shanti Priya
Hi !!
   I have deployed an application on tomcat 4.1.18. I do get the
following exception .I am using IE6 as my webbrowser.



HTTP Status 500 -




type Exception report

message

description The server encountered an internal error () that prevented it
from fulfilling this request.

exception

org.apache.jasper.JasperException: Cannot find bean userObject in scope null
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2
48)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.
java:684)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatch
er.java:432)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher
.java:356)
at
org.apache.struts.action.ActionServlet.processActionForward(ActionServlet.ja
va:1759)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1596)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:260)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:191)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase
.java:550)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
java:170)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172
)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:174)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:432)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
ction(Http11Protocol.java:386)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:534)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:530)
at java.lang.Thread.run(Thread.java:534)


root cause

javax.servlet.ServletException: Cannot find bean userObject in scope null
at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
l.java:530)
at org.apache.jsp.Error_jsp._jspService(Error_jsp.java:896)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2
04)
at o

Urgent !! Please help me out.

2004-09-22 Thread Shanti Priya
HI!!
 I get the following error when i try to run my application on
tomcat.
The message in the server is as follows.

ERROR [2004-09-22 12:36:07,275] [Thread-5] [GSEITBaseAction.java:166] -
Error in
 actionPerform:
java.lang.UnsatisfiedLinkError: no ocijdbc8 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:228)
at
oracle.jdbc.driver.OracleConnection.(OracleConnection.java:246)

at
oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:365)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:260)
at java.sql.DriverManager.getConnection(DriverManager.java:512)
at java.sql.DriverManager.getConnection(DriverManager.java:171)
at
com.bitmechanic.sql.ConnectionPool.createDriverConnection(ConnectionPool.jav
a:468)
at
com.bitmechanic.sql.ConnectionPool.getConnection(ConnectionPool.java:407)
at
com.cisco.ea.apparch.framework.db.DBPool.borrowConnection(DBPool.java:91)
at
com.cisco.ea.apparch.framework.db.DBPoolManager.borrowConnection(DBPoolManag
er.java:300)
at
com.cisco.gseit.db.ConnectionFactory.getConnection(ConnectionFactory.java:20
6)
at
com.cisco.gseit.db.ObjectLoader.getConnection(ObjectLoader.java:957)
at
com.cisco.gseit.db.ObjectLoader.getCollectionFromStoredProcedure(ObjectLoade
r.java:1238)
at
com.cisco.asit.grm.user.UserDAO.getUserFromLoginName(UserDAO.java:61)
at
com.cisco.asit.grm.struts.common.action.GROWBaseAction.performPreActionSetup
(GROWBaseAction.java:100)
at
com.cisco.gseit.struts.common.action.GSEITBaseAction.perform(GSEITBaseAction
.java:108)
at
org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.ja
va:1787)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1586)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)

Thanks & Regards,
Shanti Priya Sunkara

Location: Pune, India
Email   : [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Please help me sir

2005-06-27 Thread Jaroslav Záruba
Hello Asit

Could it be that you write for Java 1.5 whilst your Tomcat somehow
"expects" Java 1.3?
Try this link:
http://blog.taragana.com/index.php/archive/how-to-run-javac-15-or-beyond-compiler-for-jsp-compilation-in-tomcat-55-with-generics-enabled-and-other-15-only-features/1/

hope it helps
have a nice day
  J.Zaruba

On 6/27/05, Asit Basak <[EMAIL PROTECTED]> wrote:
> Sir
> 
> I have installed Jdk1.5.0 in windows 2000 server.
> After that I have installed Apache Tomcat/5.0.29.
> I have deployed all of my JSPs in Root directory
> and all of my beans in classes.
> 
> Now after starting of the Tomcat server.
> when I want to see the paged in IE6,
> It is giving errors
>   " javac: target release 1.3 conflicts with default source release 1.5 ".
> Now sir please tell me what can I I do for this purpose.
> Thanking you in anticipation.
> 
> Regards
> Asit Basak
> email - [EMAIL PROTECTED]
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



can anybody please help me!!

2004-12-27 Thread Raasi Potluri
Dear Friends,

I have written a simple servlet which reads a init
parameter from the web.xml file and displays on the
browser. I'm a beginner and trying to learn simple
servlets, I have reached where I can read some init
params from the web.xml file and displays on the
browser, but all the simple servlets are working
without any hassle, but reading init parameter returns
null in the servlet, because I triend to print that on
to the console, but it returns null, please help me,
awaiting a reply, regards Raasi

web.xml looks like this




http://java.sun.com/xml/ns/j2ee";
   
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
version="2.4">

  Welcome to Tomcat
  
 Welcome to Tomcat
  





   
org.apache.jsp.index_jsp
   
org.apache.jsp.index_jsp



   
org.apache.jsp.index_jsp
/index.jsp




HelloServlet
HelloServlet




HelloServlet
/HelloServlet




InternationalizedHelloWorld

com.jspbook.InternationalizedHelloWorld

   greeting
   Kisahairetu





InternationalizedHelloWorld

/InternationalizedHelloWorld









__ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



please help me understand 'request encoding'

2002-11-13 Thread Liu, Xiaoyan
Hi, 

Please help me understand 'ServletRequest.getCharacterEncoding()', I'm
really confused.

I'm using 'SetCharacterEncodingFilter' that comes with examples webapp to
process
jsp pages with <%@page contentType="text/html;charset=GB2312 %>. The filter
works
fine. What I don't understand is:

. before calling reqeust.setCharacterEncoding("GB2312"),  I print out what's

request.getCharacterEncoding(). It retuns 'NULL'. How could this happen? 
How come the request does not have an encoding?
How does browser posts Strings in the form, I mean how does browser convert
strings to 
byte stream?

. In another form I need to upload a file saved in Unicode-big-endian, with
a bunch of other
form text inputs in GB2312. In this case, will the browser converts Unicoded
file into GB2312
byte stream too? If not, that means I need two encodings to handle stuff
from the request,
'GB2312' for string parameters but leave unicoded files as it is?


Thanks for your help.

Liu



Please help me on NT Authentication

2001-12-20 Thread ans M

Hi,
  
I am building a system for the Intranet. We have a NT network. I wanted to know if by 
any means I can use the username and password that is registered in the NT Server, so 
that when a user logs in to NT system, he should be automatically logged in to my 
application built on Tomcat?

Can anybody guide me on how to go abt it?

Thanks in anticipation




--
You Win!  We Donate.
Register to win $10,000 and Lycos will donate $1 to the Children's Wish Foundation (up 
to $20,000 in total).  Limit of one registration per person.  Go to 
http://shop.lycos.com/holidays/sweeps/

--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Please help me! problem with tomcat.

2002-03-26 Thread fatty





Maybe it's silly, but I want get some help!
In one of my jsp page I want to show a image dynamically, so I put an dynamical IMG 
tag in the HTML jsp is outputting. 
But when the client request the page the image cann't be showen. And there is some 
error message :"
2002-03-26 17:40:00 - Ctx( /gongwen ): IOException in: R( /gongwen + 
/image/0002-01.tif + null) Software caused connection abort: socket write error".
When I change the daynamical IMG tag to src="/image/0002-01.jpg" and put 
0002-01.jpg file into corresponding path, it works well.
I don't know whether thetomcat cann't transfer the tif file.
I am useing win2k + tomcat3.2.3 +jdk1.4

Thanks ins advance for any help.
Sincerely,
zhezhang




PLEASE HELP ME: JNDI ERROR 1

2002-04-15 Thread Laura

Other information because I don't know what to do.

The exception is created when I call my function getConnection(). The code is 
when I execute "con =  ds.getConnection();". 

The code is:

static {
try  {
Context initCtx = new InitialContext();
System.out.println("[DEBUG] Dopo l'InitialContext = " + 
initCtx.toString());
Context envCtx = (Context) initCtx.lookup("java:comp/env");
System.out.println("[DEBUG] Dopo lookup java:comp/env = " + 
envCtx.toString());
DataSource ds = (DataSource) envCtx.lookup(dbName);
System.out.println("[DEBUG] Datasource = " + ds.toString());
con =  ds.getConnection();
if (con == null)
  System.out.println("[ERROR] Connessione nulla");
  } catch (Exception ex) {
System.out.println("[ERROR] Errore = "  + ex.toString() + " \n" + 
ex.getMessage());
con = null;
  }
  }


protected synchronized Connection getConnection() {
 while (conFree == false) {
try {
   wait();
} catch (InterruptedException e) {
  System.out.println("[ERROR] Eccezione nella getConnection() = " 
+ e.toString());
}
 }
 conFree = false;
 System.out.println("[DEBUG] Punto 1");
 notify();
 System.out.println("[DEBUG] Punto 2");
 return con;
}



Please help me.
Before this code was ok. Has someone some idea?

Help.


Laura


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Please help me on Tomcat config

2001-08-24 Thread KASI RAMAN

My web application is working fine in JSWDK(1.0) environment. I  am trying 
to run the same application with Tomcat and IIS4.0. It is not running 
correctly(some links are referred incorrectly). So I have questions on basic 
setup itself and the questions are:
·   Where exactly I have to put my Class files(Servlet files)
·   Where exactly I have to put my HTML files.
·   How to set the context path?
·   Do I have to modify the “uriworkermap.properties” and web.xml?
·   How to refer the servlets in HTML files?(for me the webserver is always 
adding incorrect runtime path)

Thanks in advance,
Kasi


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Please help me in this issue

2001-02-16 Thread Mazamir Sorbi

Hello

Before every thing thanks alot for your attention to my EMail and your 
product...
Please guid me how can I have a website on the different directory out of 
tomcat directory and use it by IIS.please tell me the step by step 
instruction



Best Regards
Mazamir Sorbi
Software Developer

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Problems with hosts, please help me!

2001-03-19 Thread mailindigo



Hello, I´ve installed Tomcat on Windows NT and it 
runswhen I use the name of the machine in the URL(example: "http://server/examples/jsp/index.html"), 
but itdoesn´t run when I use the internal or external IP (e:"http://192.168.167.2/examples/jsp/index.html" 
or"http://200.56.130.196/examples/jsp/index.html").I 
would thank if you could help me.


Please help me in my problem...

2003-11-10 Thread Steven Ang
Hello, I need some help in configurating tomcat server.  I'm doing a 
JSP project, I have read some documentation about tomcat and it states 
that i need to add some line in %CATALINA_HOME%/conf/server.xml
 

 
but after i save the server.xml and run start tomcat, i got some error 
message in console.  I don;t know why.  And also 
http://localhost:8080/thesis/hello.jsp returns and error message.  here 
are my source code of hello.jsp
 
  
  
   HI
  
  
 
here are my software and hardware information
  WINDOWS XP
  JAVA SDK 1.4.2
  TOMCAT 4.1.24
  Pentium III 1G
  128MB
  20 GB Hard Drive
 
Please help me
 
Thanks



Please help me for "jk_nt_service" problem

2004-01-11 Thread Dreamy Wu
Hi :

Please help me for "jk_nt_service" problem .

Description :
[I followed your guiding : 
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/NT-Service-howto.html]
After I install JAVA and Jakarta, I run "jk_nt_service -I Jakarta wrapper.properties".
It's OK, and I ran "jk_nt_service -s Jakarta".
It shows :
"C:\jakarta-tomcat-3.3.1a\bin\win32\i386>jk_nt_service -s Jakarta
Asked (and given) winsock 1.1
Starting Jakarta.
Jakarta failed to start."

My env :
JAVA_HOME=C:\Program Files\Java\j2re1.4.2_01
TOMCAT_HOME=C:\jakarta-tomcat-3.3.1a


"JVM.STDerr" shows below :
java.lang.NoClassDefFoundError: $(wrapper/jvm/options)
Exception in thread "main" java.lang.NoClassDefFoundError: $(wrapper/jvm/options)

Could you please help me for this issue ?
Thanks.

*
Dreamy Wu
Professional Service Dept. 
ADVANCED SYSTEM & STORAGE CORP.
TEL: +886-2-8792-0108 #812
Mobile : 0913391369
FAX: +886-2-8792-0109
*

AW: Urgent .Please help me out

2004-09-22 Thread dp
your db is down or unreachable

-Ursprüngliche Nachricht-
Von: Shanti Priya [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 22. September 2004 09:13
An: Tomcat-User
Betreff: Urgent .Please help me out


Hi !!
   I have deployed an application on tomcat 4.1.18. I do get the
following exception .I am using IE6 as my webbrowser.



HTTP Status 500 -




type Exception report

message

description The server encountered an internal error () that prevented it
from fulfilling this request.

exception

org.apache.jasper.JasperException: Cannot find bean userObject in scope null
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2
48)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.
java:684)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatch
er.java:432)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher
.java:356)
at
org.apache.struts.action.ActionServlet.processActionForward(ActionServlet.ja
va:1759)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1596)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:260)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:191)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase
.java:550)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
java:170)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172
)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:174)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:432)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
ction(Http11Protocol.java:386)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:534)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:530)
at java.lang.Thread.run(Thread.java:534)


root cause

javax.servlet.ServletException: Cannot find bean userObject in scope null
at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
l.java:530)
at org.apache.jsp.Error_jsp._jspService(Error_jsp.java:896)
at

Re: Urgent !! Please help me out.

2004-09-22 Thread Antony Paul
This is because the oracle dll is not found int the PATH environment
variable. For this you should have Oracle client installed. Or you can use
Oracle thin driver which dont need Oracle installed

rgds
Antony Paul

- Original Message -
From: "Shanti Priya" <[EMAIL PROTECTED]>
To: "Tomcat-User" <[EMAIL PROTECTED]>
Sent: Wednesday, September 22, 2004 12:45 PM
Subject: Urgent !! Please help me out.


> HI!!
>  I get the following error when i try to run my application on
> tomcat.
> The message in the server is as follows.
>
> ERROR [2004-09-22 12:36:07,275] [Thread-5] [GSEITBaseAction.java:166] -
> Error in
>  actionPerform:
> java.lang.UnsatisfiedLinkError: no ocijdbc8 in java.library.path
> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
> at java.lang.Runtime.loadLibrary0(Runtime.java:788)
> at java.lang.System.loadLibrary(System.java:834)
> at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:228)
> at
> oracle.jdbc.driver.OracleConnection.(OracleConnection.java:246)
>
> at
>
oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:365)
> at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:260)
> at java.sql.DriverManager.getConnection(DriverManager.java:512)
> at java.sql.DriverManager.getConnection(DriverManager.java:171)
> at
>
com.bitmechanic.sql.ConnectionPool.createDriverConnection(ConnectionPool.jav
> a:468)
> at
> com.bitmechanic.sql.ConnectionPool.getConnection(ConnectionPool.java:407)
> at
> com.cisco.ea.apparch.framework.db.DBPool.borrowConnection(DBPool.java:91)
> at
>
com.cisco.ea.apparch.framework.db.DBPoolManager.borrowConnection(DBPoolManag
> er.java:300)
> at
>
com.cisco.gseit.db.ConnectionFactory.getConnection(ConnectionFactory.java:20
> 6)
> at
> com.cisco.gseit.db.ObjectLoader.getConnection(ObjectLoader.java:957)
> at
>
com.cisco.gseit.db.ObjectLoader.getCollectionFromStoredProcedure(ObjectLoade
> r.java:1238)
> at
> com.cisco.asit.grm.user.UserDAO.getUserFromLoginName(UserDAO.java:61)
> at
>
com.cisco.asit.grm.struts.common.action.GROWBaseAction.performPreActionSetup
> (GROWBaseAction.java:100)
> at
>
com.cisco.gseit.struts.common.action.GSEITBaseAction.perform(GSEITBaseAction
> .java:108)
> at
>
org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.ja
> va:1787)
> at
> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1586)
> at
> org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at
>
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
> FilterChain.java:247)
> at
>
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
> ain.java:193)
>
> Thanks & Regards,
> Shanti Priya Sunkara
>
> Location: Pune, India
> Email   : [EMAIL PROTECTED]
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Urgent !! Please help me out.

2004-09-22 Thread prashant chavan
Hi Shanti
 
Your error seems to be a databse connection error. Tell me r u using oracle as your 
database for the application. Then you need to check the entries for db connectivity 
files - driverproperties.properties. Reply me with detailed info sot that i can help 
in a much better way.
 
Regards
Prashant

Shanti Priya <[EMAIL PROTECTED]> wrote:
HI!!
I get the following error when i try to run my application on
tomcat.
The message in the server is as follows.

ERROR [2004-09-22 12:36:07,275] [Thread-5] [GSEITBaseAction.java:166] -
Error in
actionPerform:
java.lang.UnsatisfiedLinkError: no ocijdbc8 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:228)
at
oracle.jdbc.driver.OracleConnection.(OracleConnection.java:246)

at
oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:365)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:260)
at java.sql.DriverManager.getConnection(DriverManager.java:512)
at java.sql.DriverManager.getConnection(DriverManager.java:171)
at
com.bitmechanic.sql.ConnectionPool.createDriverConnection(ConnectionPool.jav
a:468)
at
com.bitmechanic.sql.ConnectionPool.getConnection(ConnectionPool.java:407)
at
com.cisco.ea.apparch.framework.db.DBPool.borrowConnection(DBPool.java:91)
at
com.cisco.ea.apparch.framework.db.DBPoolManager.borrowConnection(DBPoolManag
er.java:300)
at
com.cisco.gseit.db.ConnectionFactory.getConnection(ConnectionFactory.java:20
6)
at
com.cisco.gseit.db.ObjectLoader.getConnection(ObjectLoader.java:957)
at
com.cisco.gseit.db.ObjectLoader.getCollectionFromStoredProcedure(ObjectLoade
r.java:1238)
at
com.cisco.asit.grm.user.UserDAO.getUserFromLoginName(UserDAO.java:61)
at
com.cisco.asit.grm.struts.common.action.GROWBaseAction.performPreActionSetup
(GROWBaseAction.java:100)
at
com.cisco.gseit.struts.common.action.GSEITBaseAction.perform(GSEITBaseAction
.java:108)
at
org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.ja
va:1787)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1586)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)

Thanks & Regards,
Shanti Priya Sunkara

Location : Pune, India
Email : [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 

 

 


-
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.

RE: Urgent !! Please help me out.

2004-09-22 Thread Shanti Priya

javax.servlet.ServletException: Cannot find bean userObject in scope null
at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
l.java:530)
at org.apache.jsp.Error_jsp._jspService(Error_jsp.java:896)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2
04)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.
java:684)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatch
er.java:432)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher
.java:356)
at
org.apache.struts.action.ActionServlet.processActionForward(ActionServlet.ja
va:1759)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1596)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:260)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:191)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase
.java:550)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
java:170)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172
)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:174)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:432)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
ction(Http11Protocol.java:386)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:534)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:530)
at java.lang.Thread.run(Thread.java:534)


-Original Message-
From: prashant chavan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 22, 2004 4:49 PM
To: Tomcat Users List
Subject: Re: Urgent !! Please help me out.


Hi Shanti

Your error seems to be a databse connection error. Tell me r u using oracle
as your database for the application. Then you need to check the entries for
db connectivity files - driverproperties.properties. Reply me with detailed
info sot that i can help in a much better way.

Regards
Prashant

Shanti Priya <[EMAIL PROTECTED]> wrote:
HI!!
I get the following error when i try to 

Re: Urgent !! Please help me out.

2004-09-22 Thread Marek Wójtowicz
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:530)
at java.lang.Thread.run(Thread.java:534)
root cause
javax.servlet.ServletException: Cannot find bean userObject in scope null
at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
l.java:530)
at org.apache.jsp.Error_jsp._jspService(Error_jsp.java:896)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2
04)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.
java:684)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatch
er.java:432)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher
.java:356)
at
org.apache.struts.action.ActionServlet.processActionForward(ActionServlet.ja
va:1759)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1596)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:260)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:191)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase
.java:550)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
java:170)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172
)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:174)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:432)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
ction(Http11Protocol.java:386)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:534)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:530)
at java.lang.Thread.run(Thread.java:534)
-Original Message-
From: prashant chavan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 22, 2004 4:49 PM
To: Tomcat Users List
Subject: Re: Urgent !! Please help me out.
Hi Shanti
Your error seems to be a databse connection error. Tell me r u using oracle
as your database for the application. Then you need to check the entries for
db connectivity files - driverproperties.properties. Reply me with detailed
info sot that i can help in a

RE: Urgent .Please help me out

2004-09-22 Thread Robert Shields
Hi

Can you read this please:
http://www.catb.org/~esr/faqs/smart-questions.html

And then consider the following:
- This seems like a servlet or JSP question rather than a Tomcat question.
http://www.catb.org/~esr/faqs/smart-questions.html#forum

- There is no explanation of the cirumstances surrounding the problem, or any source 
code to look at.
http://www.catb.org/~esr/faqs/smart-questions.html#beprecise

- The subject line contains "urgent" and doesn't describe the problem.
http://www.catb.org/~esr/faqs/smart-questions.html#urgent
http://www.catb.org/~esr/faqs/smart-questions.html#bespecific

Regards,
Rob


-Original Message-
From: Shanti Priya [mailto:[EMAIL PROTECTED]
Sent: Wed 9/22/2004 8:12 AM
To: Tomcat-User
Subject: Urgent .Please help me out
 
Hi !!
   I have deployed an application on tomcat 4.1.18. I do get the
following exception .I am using IE6 as my webbrowser.

(snip)

Thanks & Regards,
Shanti Priya Sunkara

Location: Pune, India
Email   : [EMAIL PROTECTED]



__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



AW: Urgent .Please help me out

2004-09-22 Thread Prabhjot Sodhi

Return Receipt
   
Your  AW: Urgent .Please help me out   
document   
:  
   
was   Prabhjot Sodhi/Australia/Contr/IBM   
received   
by:
   
at:   23/09/2004 09:07:51  
   





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: can anybody please help me!!

2004-12-27 Thread Hardik Tank
Hi,

Are you using init() method of the servlet for
fetching init parameters like this?

String str =
getServletConfig().getInitParameter("param1");


Rgrds,
Hardik


--- Raasi Potluri <[EMAIL PROTECTED]> wrote:

> Dear Friends,
> 
> I have written a simple servlet which reads a init
> parameter from the web.xml file and displays on the
> browser. I'm a beginner and trying to learn simple
> servlets, I have reached where I can read some init
> params from the web.xml file and displays on the
> browser, but all the simple servlets are working
> without any hassle, but reading init parameter
> returns
> null in the servlet, because I triend to print that
> on
> to the console, but it returns null, please help me,
> awaiting a reply, regards Raasi
> 
> web.xml looks like this
> 
> 
> 
> 
> http://java.sun.com/xml/ns/j2ee";
>
>
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>
> xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
> http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
> version="2.4">
> 
>   Welcome to Tomcat
>   
>  Welcome to Tomcat
>   
> 
> 
> 
> 
> 
>
>
org.apache.jsp.index_jsp
>
>
org.apache.jsp.index_jsp
> 
> 
> 
>
>
org.apache.jsp.index_jsp
> /index.jsp
> 
> 
> 
> 
> HelloServlet
> HelloServlet
> 
> 
> 
> 
> HelloServlet
> /HelloServlet
> 
> 
> 
> 
>
InternationalizedHelloWorld
> 
>
com.jspbook.InternationalizedHelloWorld
>   
>  greeting
>  Kisahairetu
>   
> 
> 
> 
> 
>
InternationalizedHelloWorld
> 
>
/InternationalizedHelloWorld
> 
> 
> 
> 
> 
> 
> 
> 
>   
> __ 
> Do you Yahoo!? 
> Yahoo! Mail - Helps protect you from nasty viruses. 
> http://promotions.yahoo.com/new_mail
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 




__ 
Do you Yahoo!? 
Yahoo! Mail - 250MB free storage. Do more. Manage less. 
http://info.mail.yahoo.com/mail_250

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: can anybody please help me!!

2004-12-27 Thread Raasi Potluri
Hello Hardik,

thanks for your reply, yeas, I'm using the same code
as you written,

thanx eversomuch, please help me out

the code looks like this

[code]


package com.jspbook;

import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;

public class InternationalizedHelloWorld extends
HttpServlet {

public void doGet(HttpServletRequest request,
HttpServletResponse response) throws IOException,
ServletException {

response.setContentType("text/html");

PrintWriter out = response.getWriter();

String greeting;

greeting =
getServletConfig().getInitParameter("greeting");

if(greeting != null) {

System.out.println("lopaliki vachav");

out.println("");
out.println("");
out.println("Shabbu Bhai");
out.println("");
out.println("");
out.println("" + greeting + "");
out.println("");
out.println("");

}

else {

System.out.println("bayate unnav");

out.println("");
out.println("");
out.println("Shabbu Bhai");
out.println("");
out.println("");
out.println("Emiledura Dunna");
out.println("");
out.println("");


}   

 }
  }


[code]


--- Hardik Tank <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> Are you using init() method of the servlet for
> fetching init parameters like this?
> 
> String str =
> getServletConfig().getInitParameter("param1");
> 
> 
> Rgrds,
> Hardik
> 
> 
> --- Raasi Potluri <[EMAIL PROTECTED]> wrote:
> 
> > Dear Friends,
> > 
> > I have written a simple servlet which reads a init
> > parameter from the web.xml file and displays on
> the
> > browser. I'm a beginner and trying to learn simple
> > servlets, I have reached where I can read some
> init
> > params from the web.xml file and displays on the
> > browser, but all the simple servlets are working
> > without any hassle, but reading init parameter
> > returns
> > null in the servlet, because I triend to print
> that
> > on
> > to the console, but it returns null, please help
> me,
> > awaiting a reply, regards Raasi
> > 
> > web.xml looks like this
> > 
> > 
> > 
> > 
> > http://java.sun.com/xml/ns/j2ee";
> >
> >
>
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> >
> >
> xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
> > http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
> > version="2.4">
> > 
> >   Welcome to Tomcat
> >   
> >  Welcome to Tomcat
> >   
> > 
> > 
> > 
> > 
> > 
> >
> >
>
org.apache.jsp.index_jsp
> >
> >
>
org.apache.jsp.index_jsp
> > 
> > 
> > 
> >
> >
>
org.apache.jsp.index_jsp
> > /index.jsp
> > 
> > 
> > 
> > 
> > HelloServlet
> >
> HelloServlet
> > 
> > 
> > 
> > 
> > HelloServlet
> > /HelloServlet
> > 
> > 
> > 
> > 
> >
>
InternationalizedHelloWorld
> > 
> >
>
com.jspbook.InternationalizedHelloWorld
> > 
> >greeting
> >Kisahairetu
> > 
> > 
> > 
> > 
> > 
> >
>
InternationalizedHelloWorld
> > 
> >
>
/InternationalizedHelloWorld
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > __ 
> > Do you Yahoo!? 
> > Yahoo! Mail - Helps protect you from nasty
> viruses. 
> > http://promotions.yahoo.com/new_mail
> > 
> >
>
-
> > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > 
> > 
> 
> 
> 
>   
> __ 
> Do you Yahoo!? 
> Yahoo! Mail - 250MB free storage. Do more. Manage
> less. 
> http://info.mail.yahoo.com/mail_250
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 




__ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: can anybody please help me!!

2004-12-27 Thread Hardik Tank
Hi,

Use init(ServletConfig config) method of servlet for
init parameters. bcs, init parameters will be set only
once it is initialised... so, u have to do the same in
the init() method only...

thanks.

--- Raasi Potluri <[EMAIL PROTECTED]> wrote:

> Hello Hardik,
> 
> thanks for your reply, yeas, I'm using the same code
> as you written,
> 
> thanx eversomuch, please help me out
> 
> the code looks like this
> 
> [code]
> 
> 
> package com.jspbook;
> 
> import java.io.*;
> import javax.servlet.*;
> import javax.servlet.http.*;
> 
> public class InternationalizedHelloWorld extends
> HttpServlet {
> 
> public void doGet(HttpServletRequest request,
> HttpServletResponse response) throws IOException,
> ServletException {
> 
>   response.setContentType("text/html");
> 
>   PrintWriter out = response.getWriter();
> 
>   String greeting;
> 
>   greeting =
> getServletConfig().getInitParameter("greeting");
>   
>   if(greeting != null) {
> 
>   System.out.println("lopaliki vachav");
>   
>   out.println("");
>   out.println("");
>   out.println("Shabbu Bhai");
>   out.println("");
>   out.println("");
>   out.println("" + greeting + "");
>   out.println("");
>   out.println("");
> 
>   }
> 
>   else {
> 
>   System.out.println("bayate unnav");
> 
>   out.println("");
>   out.println("");
>   out.println("Shabbu Bhai");
>   out.println("");
>   out.println("");
>   out.println("Emiledura Dunna");
>   out.println("");
>   out.println("");
>   
>   
>   }   
>   
>  }
>   }
> 
> 
> [code]
> 
> 
> --- Hardik Tank <[EMAIL PROTECTED]> wrote:
> 
> > Hi,
> > 
> > Are you using init() method of the servlet for
> > fetching init parameters like this?
> > 
> > String str =
> > getServletConfig().getInitParameter("param1");
> > 
> > 
> > Rgrds,
> > Hardik
> > 
> > 
> > --- Raasi Potluri <[EMAIL PROTECTED]> wrote:
> > 
> > > Dear Friends,
> > > 
> > > I have written a simple servlet which reads a
> init
> > > parameter from the web.xml file and displays on
> > the
> > > browser. I'm a beginner and trying to learn
> simple
> > > servlets, I have reached where I can read some
> > init
> > > params from the web.xml file and displays on the
> > > browser, but all the simple servlets are working
> > > without any hassle, but reading init parameter
> > > returns
> > > null in the servlet, because I triend to print
> > that
> > > on
> > > to the console, but it returns null, please help
> > me,
> > > awaiting a reply, regards Raasi
> > > 
> > > web.xml looks like this
> > > 
> > > 
> > > 
> > > 
> > > http://java.sun.com/xml/ns/j2ee";
> > >
> > >
> >
>
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > >
> > >
> >
> xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
> > > http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
> > > version="2.4">
> > > 
> > >   Welcome to Tomcat
> > >   
> > >  Welcome to Tomcat
> > >   
> > > 
> > > 
> > > 
> > > 
> > > 
> > >
> > >
> >
>
org.apache.jsp.index_jsp
> > >
> > >
> >
>
org.apache.jsp.index_jsp
> > > 
> > > 
> > > 
> > >
> > >
> >
>
org.apache.jsp.index_jsp
> > > /index.jsp
> > > 
> > > 
> > > 
> > > 
> > >
> HelloServlet
> > >
> > HelloServlet
> > > 
> > > 
> > > 
> > > 
> > >
> HelloServlet
> > > /HelloServlet
> > > 
> > > 
> > > 
> > > 
> > >
> >
>
InternationalizedHelloWorld
> > > 
> > >
> >
>
com.jspbook.InternationalizedHelloWorld
> > >   
> > >  greeting
> > >  Kisahairetu
> > >   
> > &g

please help me to pass that obstacle...

2001-10-21 Thread David Treves

Hi,

I am really tired of that trial and error games... I am trying to have the
Tomcat look for EJB object stored in JBoss application server.

I am using Tomcat  and JBoss 2.4.0.

I did the following:

1) added context parameters (the environment variables for JNDI)

java.naming.factory.initial
org.jnp.interfaces.NamingContextFactory



java.naming.provider.url
localhost:1099



2) copied all the necessary jars to the WEB-INF\lib folder

3)  to the web.xml

 
  reference to LoginBean - authenticates user's login and
returns rights level
  ejb/AuthHome
  Session
  authBean.AuthHome
  authBean.Auth
 

4) added the following code to the servlet:

// Set properties
Properties newProps = System.getProperties();
newProps.put ("java.naming.factory.initial",
getServletContext().getInitParameter ("java.naming.factory.initial"));
newProps.put ("java.naming.provider.url",
getServletContext().getInitParameter ("java.naming.provider.url"));
System.setProperties (newProps);
AnEJB gocha = null;

// Obtain a remote reference
try {
  InitialContext jndiContext = new InitialContext();
  Object ref = jndiContext.lookup("java:comp/ejb/AnEJBHome");
  AnEJBHome home = (AnEJBHome) PortableRemoteObject.narrow (ref,
AnEJBHome.class);
  gocha = home.create();
}

catch (Exception e) {
  System.err.println ("An exception occurred while obtaining a remote
reference:");
  System.err.println (e.toString());
}

InitialContext ctx = new InitialContext();
Object ref = ctx.lookup("java:comp/ejb/AuthHome");  //THIS LINE THROWS AN
ERROR



why this lookup fails?
in the  I explicitly typed that the ref-name is "ejb/AuthHome".

I know it is a small thing...

What am I missing?

Thanks!
David.




RE: Please help me on NT Authentication

2001-12-20 Thread Bongiorno.Christian

Hi there,
I can give you all the help you need -- I just did that. You will need to 
create a custom realm (not tough), and then there are some infrastructure dependent 
details to consider. Email me back if you want info.


Chris




-Original Message-
From: ans M [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 20, 2001 3:55 AM
To: [EMAIL PROTECTED]
Subject: Please help me on NT Authentication


Hi,
  
I am building a system for the Intranet. We have a NT network. I wanted to know if by 
any means I can use the username and password that is registered in the NT Server, so 
that when a user logs in to NT system, he should be automatically logged in to my 
application built on Tomcat?

Can anybody guide me on how to go abt it?

Thanks in anticipation




--
You Win!  We Donate.
Register to win $10,000 and Lycos will donate $1 to the Children's Wish Foundation (up 
to $20,000 in total).  Limit of one registration per person.  Go to 
http://shop.lycos.com/holidays/sweeps/

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: Please help me on NT Authentication

2001-12-20 Thread Bruno VERNAY

I would be interested too, if you can share it.
Thanks.

Bongiorno.Christian wrote:

> Hi there,
>   I can give you all the help you need -- I just did that. You will need to 
>create a custom realm (not tough), and then there are some infrastructure dependent 
>details to consider. Email me back if you want info.
> 
> 
> Chris
> 
> 
> 
> 
> -Original Message-
> From: ans M [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 20, 2001 3:55 AM
> To: [EMAIL PROTECTED]
> Subject: Please help me on NT Authentication
> 
> 
> Hi,
>   
> I am building a system for the Intranet. We have a NT network. I wanted to know if 
>by any means I can use the username and password that is registered in the NT Server, 
>so that when a user logs in to NT system, he should be automatically logged in to my 
>application built on Tomcat?
> 
> Can anybody guide me on how to go abt it?
> 
> Thanks in anticipation
> 
> 
> 
> 
> --
> You Win!  We Donate.
> Register to win $10,000 and Lycos will donate $1 to the Children's Wish Foundation 
>(up to $20,000 in total).  Limit of one registration per person.  Go to 
>http://shop.lycos.com/holidays/sweeps/
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 
> 


-- 
**
Bruno Mizzi-Vernay
[EMAIL PROTECTED]
#ICQ : 1923685
**


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




RE: Please help me on NT Authentication

2001-12-20 Thread Bongiorno.Christian

Since this is a security sensitive issue, if you would like to email me offline to 
discuss that would be cool.
If not, we can discuss on mailing-group. Let me know and then I have some questions


Chris

-Original Message-
From: Bruno VERNAY [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 20, 2001 8:50 AM
To: Tomcat Users List
Subject: Re: Please help me on NT Authentication


I would be interested too, if you can share it.
Thanks.

Bongiorno.Christian wrote:

> Hi there,
>   I can give you all the help you need -- I just did that. You will need to 
>create a custom realm (not tough), and then there are some infrastructure dependent 
>details to consider. Email me back if you want info.
> 
> 
> Chris
> 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: Please help me on NT Authentication

2001-12-20 Thread Bruno VERNAY

Can't you change the IP adresses and other passwords ? I guess they are 
too numerous ?
I was asking for an intranet project, but I can't begin testing right 
now. I wouldn't even have enough right to access to our NT server.
I would have keep your information for later use.


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




RE: Please help me on NT Authentication

2001-12-20 Thread Jim Urban

I would like this info too.

Thanks,
Jim Urban
Product Manager
Netsteps Inc.
Suite 505E
1 Pierce Pl.
Itasca, IL  60143
Voice:  (630) 250-3045 x2164
Fax:  (630) 250-3046


-Original Message-
From: Bongiorno.Christian [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 20, 2001 7:37 AM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: RE: Please help me on NT Authentication


Hi there,
I can give you all the help you need -- I just did that. You will need to
create a custom realm (not tough), and then there are some infrastructure
dependent details to consider. Email me back if you want info.


Chris




-Original Message-
From: ans M [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 20, 2001 3:55 AM
To: [EMAIL PROTECTED]
Subject: Please help me on NT Authentication


Hi,

I am building a system for the Intranet. We have a NT network. I wanted to
know if by any means I can use the username and password that is registered
in the NT Server, so that when a user logs in to NT system, he should be
automatically logged in to my application built on Tomcat?

Can anybody guide me on how to go abt it?

Thanks in anticipation




--
You Win!  We Donate.
Register to win $10,000 and Lycos will donate $1 to the Children's Wish
Foundation (up to $20,000 in total).  Limit of one registration per person.
Go to http://shop.lycos.com/holidays/sweeps/

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




RE: Please help me on NT Authentication

2001-12-20 Thread Bongiorno.Christian

Are these questions on NT authentication directed at me? Not that I mind, I just need 
to know my audience




-Original Message-
From: Bruno VERNAY [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 20, 2001 9:23 AM
To: Tomcat Users List
Subject: Re: Please help me on NT Authentication


Can't you change the IP adresses and other passwords ? I guess they are 
too numerous ?
I was asking for an intranet project, but I can't begin testing right 
now. I wouldn't even have enough right to access to our NT server.
I would have keep your information for later use.


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: Please help me on NT Authentication

2001-12-20 Thread Bruno VERNAY

Yes ... you said that you did it.

Bongiorno.Christian wrote:

> Are these questions on NT authentication directed at me? Not that I mind, I just 
>need to know my audience



--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




RE: Please help me on NT Authentication

2001-12-20 Thread Bongiorno.Christian

Well, if you create a custom realm you can specify anything your 'lil heart desires in
the config.xml file.

You have all the right you need to access your NT domain controller if you can log onto
the network with your domain username and password.

Are you using a 2K domain or an NT domain. Ask your admin if you're not sure.



-Original Message-
From: Bruno VERNAY [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 20, 2001 9:23 AM
To: Tomcat Users List
Subject: Re: Please help me on NT Authentication


Can't you change the IP adresses and other passwords ? I guess they are 
too numerous ?
I was asking for an intranet project, but I can't begin testing right 
now. I wouldn't even have enough right to access to our NT server.
I would have keep your information for later use.


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: Please help me on NT Authentication

2001-12-20 Thread Bruno VERNAY

It's still a NT Domain. But my PC is an 2k workstation.

Bongiorno.Christian wrote:

> Well, if you create a custom realm you can specify anything your 'lil heart desires 
>in
> the config.xml file.
> 
> You have all the right you need to access your NT domain controller if you can log 
>onto
> the network with your domain username and password.
> 
> Are you using a 2K domain or an NT domain. Ask your admin if you're not sure.
> 



--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




RE: Please help me on NT Authentication

2001-12-20 Thread Bongiorno.Christian

Well, for Bruno and Group, here is what we did. I don't know if it is going to work 
out for you.
And Yes, this is a TC solution not weblogic. Don't be miserable!

We had two implementations since we were in the middle of an exchange upgrade and just 
rolled out 
a 2K domain. We use exchange and are setup for NT authentication on exchange. Given 
this information


Implementation 
1)  My first realm "pop-ed" off the exchange server with domain username and pass. 
Since the exchange server uses NT authentication that worked. It is/was kinda hackey, 
but it did for a few weeks until we rolled out exchange 2K.
to get the roles, the realm then went and looked into a company wide addressbook (an 
LDAP server) for a particular attribute 
that had been reserved for just such purposes. In there we added roles with ';' 
semi-colons as delimiters.
so

if(popOffExchange(username,pass) == GOOD)
{
roles = checkLDAPforRoles(attribute,ssearchbase);
}


We couldn't use the JNDI realm with TC because our LDAP at the time required no 
authentication.

2) Win2k domain with Active Directory (AD) and exchange 2k. Similar to above, but with 
everything
being one-stop login. Because AD is an LDAP server, and requires domain logon to get 
into it, 
authenticating against it using the credentials supplied and then going straight to 
the user branch 
of the LDAp tree was great. Exchange 2K was essential because it adds a field in AD 
for customAttributes
which we use for roles. We couldn't use JNDI realm here as we don't have a single user 
account to lookup info
and neither our admin nor I knew were (or if) the passwds for NT were in AD.


if you are short on time you can probably buy the bins from my company, but they only 
work with exch 2k, and win2k domain
with AD. If you are in that situation then this will just plug in.

Chris


-Original Message-
From: ans M [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 20, 2001 10:24 AM
To: Bongiorno.Christian
Subject: RE: Please help me on NT Authentication


 Hey
Don't tell me how to do this in Weblogic
I had mentioned it clearly that I am Using Tomcat and don't forget that U are in 
Tomcat User List
--

On Thu, 20 Dec 2001 10:05:30  
 Bongiorno.Christian wrote:
>What mail servers do you run and how do they authenticate?
>
>I.E... exchange 5.5 exchange 2K
>
>Hack-ware pop what?
>
>-Original Message-
>From: ans M [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, December 20, 2001 9:57 AM
>To: Bongiorno.Christian
>Subject: RE: Please help me on NT Authentication
>
>
>I am using NT Domain
>--
>
>On Thu, 20 Dec 2001 09:24:57  
> Bongiorno.Christian wrote:
>>First thing, are you using Win NT domain Controllers or Win2k ?
>>
>>If win2k, do you have Active Directory installed?
>>
>>What mail servers do you run? How do they authenticate?
>>
>>
>>
>>
>>-Original Message-
>>From: ans M [mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, December 20, 2001 9:14 AM
>>To: Bongiorno.Christian
>>Subject: RE: Please help me on NT Authentication
>>
>>
>> HI
>>Thanks for helping me.
>>Please tell me how to do it in detail. Also tell me if any document available?
>>
>>Thanks
>>Reply soon
>>
>>--
>>
>>On Thu, 20 Dec 2001 08:37:07  
>> Bongiorno.Christian wrote:
>>>Hi there,
>>> I can give you all the help you need -- I just did that. You will need to 
>create a custom realm (not tough), and then there are some infrastructure dependent 
>details to consider. Email me back if you want info.
>>>
>>>
>>>Chris
>>>
>>>
>>>
>>>
>>>-Original Message-
>>>From: ans M [mailto:[EMAIL PROTECTED]]
>>>Sent: Thursday, December 20, 2001 3:55 AM
>>>To: [EMAIL PROTECTED]
>>>Subject: Please help me on NT Authentication
>>>
>>>
>>>Hi,
>>>  
>>>I am building a system for the Intranet. We have a NT network. I wanted to know if 
>by any means I can use the username and password that is registered in the NT Server, 
>so that when a user logs in to NT system, he should be automatically logged in to my 
>application built on Tomcat?
>>>
>>>Can anybody guide me on how to go abt it?
>>>
>>>Thanks in anticipation
>>>
>>>
>>>
>>>
>>>--
>>>You Win!  We Donate.
>>>Register to win $10,000 and Lycos will donate $1 to the Children's Wish Foundation 
>(up to $20,000 in total).  Limit of one registration per person.  Go to 
>http://shop.lycos.com/holidays/sweeps/
>>>
>>>--
>>>To unsubscribe:   <mailto:[EMAIL PROT

RE: Please help me on NT Authentication

2001-12-20 Thread Bongiorno.Christian

P.S. The classes for NT authentication in JAAS are WINDOWS dependent. They use a 
native DLL and JNI. Sorry, been there


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




AW: PLEASE HELP ME: JNDI ERROR 1

2002-04-15 Thread Ralph Einfeldt

You said that you changed user, password, and url.

I would suspect, that you mistyped either the name
of the server or the port or that your new database
is using different parameters than your old one.

> -Ursprüngliche Nachricht-
> Von: Laura [mailto:[EMAIL PROTECTED]]
> Gesendet: Montag, 15. April 2002 18:26
> An: Tomcat Users List
> Betreff: PLEASE HELP ME: JNDI ERROR 1
> 
>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




  1   2   >