Repost:Port 80

2002-02-19 Thread Moi
I am going to install Tomcat4 as standalone and Apache, but not Apache+Tomcat.I want it them to operate separately. My willing configure is as follows: Apache listens port 80 (IP : xxx.xxx.xxx.1) Javaservlet listens port 80 ( IP : xxx.xxx.xxx.2) The question is : Is it possible to

server.xml

2002-02-19 Thread Serge A. Redchuk
Hello all ! Where can I read the best about server.xml configuration ? -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Input from a FORM - encoding problem

2002-02-19 Thread Satoshi Okamoto
if its servlet, try this.. response.setContentType(text/html;charset=UR ENCODING TYPE); PrintWriter out = new PrintWriter( new OutputStreamWriter(response.getOutputStream(), UR ENCODING TYPE)); -Original Message- From: Attila Szegedi [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February

Redirector Comtext.

2002-02-19 Thread Vishal Mukherjee
Hi all, I have installed tomcat 3.2.3 on IIS4 and had configured it as per the instruction. But i am facing a problem What Context to add in the server.xml file for this situation. The physical directory is E:\Indorama The Alias used in IIS is ircl so my intranet site is http://indorama/ircl

Analysing client certificates

2002-02-19 Thread Knight, Digby
Hi Is there an easy way to analyse a clent certificate (e.g. get the distinguished name or whole certificate as an X509 object) from a request. I'm using Tomcat 4.02 and J2SDK1.4, and am passing a client certificate over SSL, but don't know how to get at it. Any ideas? Thanks in advance. Dig

saving files relative to the webapp-directory

2002-02-19 Thread Bernhard Sistemich
hi, I want to cache some files, retrieved from a database on harddisk somewhere beneath my webapplication directory. I don't want to use an absolute path, because my webapplication should run anywhere. In this mailinglist I found something about retrieving resources with

tomat 4 And IIS5

2002-02-19 Thread Moises . Gonzalez
I have installed tomcat 4.0.2 in W2k Advanced Server and IIS5. When I try to execute a JSP file, this not fire and stderr.log shows that message: unrecognized option : -XRS could not create java virtual machine Can You help me? Thanks Moisés -- To unsubscribe: mailto:[EMAIL PROTECTED]

COnfiguring Tomcat/apache with mod_jk

2002-02-19 Thread Julien OIX
hi, I've been trying Tomcat/Apache with mod_webapp and now I'd like to compare with mod_jk I didn't find any doc about this... Has anyone a good resource about, or some examples about configuring this stuff ? Thanks in advance -- Julien OIX Service Informatique de Gestion Tél: 02 40 99 83

RE: COnfiguring Tomcat/apache with mod_jk

2002-02-19 Thread Shiva.Devaguptapu
Tell the versions. -Original Message- From: Julien OIX [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 2:51 PM To: Tomcat list Subject: COnfiguring Tomcat/apache with mod_jk hi, I've been trying Tomcat/Apache with mod_webapp and now I'd like to compare with mod_jk I

Re: COnfiguring Tomcat/apache with mod_jk

2002-02-19 Thread Julien OIX
Shiva.Devaguptapu a écrit : Tell the versions. Using a RedHat 7.1 with these RPM's apache-1.3.22-1.7.1 (with mod_throttle-3.1.2-3 mod_put-1.3-2 mod_bandwidth-2.0.3-2) tomcat4-4.0.2-2 mod_jk-1.3-1.0-1.4.0.2 -Original Message- From: Julien OIX [mailto:[EMAIL PROTECTED]] Sent:

Re: Pooled connection JNDI DataSource?

2002-02-19 Thread Amine AMAR
Hi, I had the same problem and I found no clean working solution. So I just turned to open source connection pooling packages. You have the Poolman pooling package that's working quite well and has a lot of nice configurable functionnalities. Amine - Original Message - From: Mark

RE: COnfiguring Tomcat/apache with mod_jk

2002-02-19 Thread Shiva.Devaguptapu
I have these instruction for apache1.3.20/tomcat3.2.3/win2k. I don't know about your env. Hope this can be atlease a reference.. Download and copy mod_jk.dll into the modules folder in the Apache installation folder Start Tomcat and a file with the name mod_jk.conf-auto will be created by the

AW: COnfiguring Tomcat/apache with mod_jk

2002-02-19 Thread Lauer, Oliver
Have a look at http://jakarta.apache.org/~hgomez/ajp13-tc4.0/ AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED]

Re: Problem with SendMailServlet examples application

2002-02-19 Thread Jose Luis Rojano Piernagorda
Thanks!!! I had to set my CLASSPATH environment to include: $CATALINA_HOME/common/lib/mail.jar: $CATALINA_HOME/common/lib/jndi.jar: $CATALINA_HOME/common/lib/servlet.jar and compile using: javac SendMailServlet.java It works fine! - Original Message - From: Reynir Hübner [EMAIL

hai

2002-02-19 Thread Harikrishna_B
Title: hai Hi, Where can I keep the javascript files and html files in the tomcat server4.0? I want to access the javascript files and html files from servlet. Can anyone help me? thanking you, B.HARIKRISHNA. ** This

RE: hai

2002-02-19 Thread Shiva.Devaguptapu
You can put all these files in your application root folder. -Original Message- From: Harikrishna_B [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 3:59 PM To: [EMAIL PROTECTED] Subject: hai Hi, Where can I keep the javascript files and html files in the tomcat server4.0?

Fw: Problem with SendMailServlet examples application

2002-02-19 Thread Jose Luis Rojano Piernagorda
Thanks!!! I had to set my CLASSPATH environment to include: $CATALINA_HOME/common/lib/mail.jar: $CATALINA_HOME/common/lib/jndi.jar: $CATALINA_HOME/common/lib/servlet.jar and compile using: javac SendMailServlet.java It works fine! - Original Message - From: Reynir Hübner

RE: Tomcat4.0.2 MySQL Connection Pools ClassLoader - bug ?

2002-02-19 Thread Jacquet, Frederic
Title: RE: Tomcat4.0.2 MySQL Connection Pools ClassLoader - bug ? Dear all, I am not exactly sure of what I have found a bug or a JNDI context misunderstanding from me. I have search since three days why, when I follow the JNDI howto, I cannot use JNDI datasource due to bind

win98+classpath

2002-02-19 Thread Hakan Kutucu
Hi everybody, I have succesed to install tomcat at windows 2000. But I couldn't run at windows98. I think some classpath definitions are wrong. Which configurations should I do in autoexec.bat and how? Thanks. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Problem configurating tomcat 4 with IIS

2002-02-19 Thread Alejandro Alcalde
Hello there! I'm following the steps in the document at http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/index.html to setup tomcat 4 on Windows 2000 with IIS as an nt service. when I try to execute the order jk_nt_service -s tomcat, I get the following error: StartService

Problem with includes

2002-02-19 Thread Marcelo Mathias Lima
hi! I've Tomcat 4.0/WinME and I'm with problem when I use a include tag like this jsp:include page=include/header.inc flush=true/ It generates this error: type Exception report message Internal Server Error description The server encountered an internal error (Internal Server Error) that

web connectors

2002-02-19 Thread rob
What web connectors are available for connecting apache 1.3.x to tomcat 4.0.x? I recall trying to setup mod_webapp a while back but the attempt failed in frustration and I ended up reverting back to tomcat 3 and mod_jk. What connectors are available? (urls are good) What connectors are simplest

Re: web connectors

2002-02-19 Thread GOMEZ Henri
What web connectors are available for connecting apache 1.3.x to tomcat 4.0.x? I recall trying to setup mod_webapp a while back but the attempt failed in frustration and I ended up reverting back to tomcat 3 and mod_jk. What connectors are available? (urls are good) Tomcat 4.0.2 support now

RE: Reposting [INIMSS] How can I load a custom jar file for a particular web application. [a newbie question]

2002-02-19 Thread Mark Meany
Putting the jar file in the ${TOMCAT_HOME}/webapps/yourapp/WEB-INF/libs directory will do the job. -Original Message- From: Dino Cherian K [mailto:[EMAIL PROTECTED]] Sent: 18 February 2002 08:17 To: [EMAIL PROTECTED] Subject: Reposting [INIMSS] How can I load a custom jar file for a

RE: Easy question

2002-02-19 Thread Mark Meany
Hi, I use application specific apps-name.xml to control each application and have had no problems with setting docBase. I have used forward slash and not backslash in the directory though: Context path=/myappname docBase=D:/My Documents/webapps/myappdir debug=0

Re: Tomcat4.0.2 MySQL Connection Pools ClassLoader - bug ?

2002-02-19 Thread Eelco den Heijer
Hi, I had a similar problem with using a DataSource with MySQL from Tomcat 4.0. I'm using the org.gt.mm etc. drivers version 2.04, and my *guess* is that these drivers simply don't work with the new DataSource 'model'/ 'paradigm'. If this is not the case, I would also like to know why it doesn't

modwebapp gives Netscape HTML code, can't see page!

2002-02-19 Thread scott . merritt
Has anybody else experienced hitting the server through modwebapp and only seeing the HTML code for Netscape 4.78? Not sure what's going on, works fine in IE but in Netscape pages are not getting rendered, the raw HTML just gets dumped out. Any ideas? This is not cool... -- To unsubscribe:

Jserv to tomcat 3.3 migration

2002-02-19 Thread hahah hs
Hello Gurus, I have problems in migrating from JServ to Tomcat 3.3 .. After reading all the docs and doing all the necessary modification like defining web.xml and putting the classes under classes both are under WEB_INF/ in webapps, what I get is only directory listing of the

AW: modwebapp gives Netscape HTML code, can't see page!

2002-02-19 Thread Software AG
Hi, Scott. Maybe the servlet sends out the response with content-type text/plain? Make sure this is set to text/html. Hiran -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 19. Februar 2002 13:28 An: [EMAIL PROTECTED] Betreff:

RE: modwebapp gives Netscape HTML code, can't see page!

2002-02-19 Thread Donie Kelly
Check the content type header. Maybe it's not set to text/html Donie Ps: otherwise send the first few lines of the response and we might be able to see what the problem is... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 19 February 2002 12:28 To: [EMAIL

No suitable driver Datasource Problem

2002-02-19 Thread remy.menetrieux
When I use a datasource I obtain this error. But when i use same option directly in my servelt all is OK. Have you seen this errors ??? regards Remy Java.sql.SQLException: No suitable driver at java.sql.DriverManager.getDriver(DriverManager.java:249) at

One Query .Where to keep static content

2002-02-19 Thread Anant Sagar
Hello All , I have just configured Apache-Tomcat .And it is working perfectly fine .It gave me Apache/1.3.23 (Win32) mod_jk/1.1.0 running... message as well. Earlier I had developed a complete site in Tomcat alone.All my Servlet, JSP and static pages are in Tomcat. Do i need to keep all my

RE: No suitable driver Datasource Problem

2002-02-19 Thread Randy Layman
I'm would guess that your JDBC driver is not available to the correct class loader. Try moving the JDBC driver up to the TOMCAT_HOME/lib/common directory, restart Tomcat, and see if that works. Randy -Original Message- From: remy.menetrieux [mailto:[EMAIL PROTECTED]]

Still Need Help RE: Tomcat 4_0_2 JSP Does Not Work in Default

2002-02-19 Thread Shannon Brown
I re-ran the application this morning and am getting the sun/tools/javac/Main error. (This was not appearing yesterday. I am using JDK 1.4.0 final and Tomcat 4.0.2 RPM version. Very odd. Servlets run fine. javax.servlet.ServletException: sun/tools/javac/Main at

Re: Reposting [INIMSS] How can I load a custom jar file for a particular web application. [a newbie question]

2002-02-19 Thread Dino Cherian K
Hi Ya it worked. Thanks What if the thirdparty library is available as classes in a heirarchy. That is they are arranged in folder structure. Like + ClassA | | | ClassA1.class | ClassA2.class | + ClassB | | |

isapi_redirector.dll documentation???

2002-02-19 Thread kevin . schmidt
Is there any documentation anywhere for setting up this file? I am trying to get Apache 1.3.23 and Tomcat 4.0.2 to work together. I am using Windows 2000 and have downloaded and installed the newest JDK1.4, and set my JAVA_HOME and CATALINA_HOME properties correctly. Why is it ALWAYS so hard to

Tomcat as a service...

2002-02-19 Thread kevin . schmidt
One other thing... I have tried now, every now and then over the past 6 months to get Tomcat to run as an NT service. I have NEVER been sucessful and I have tried 4 or 5 different ways. I kept thinking that there was some silly bug that was going to be fixed in the next release. Well, I just

RE: jsp and tomcat4

2002-02-19 Thread Danny Ayers
javax.servlet.ServletException: sun/tools/javac/Main I had the same problem, though running Tomcat as a service on Win2k. It certainly seems to be JAVA_HOME classpath related, I somehow fluked fixing mine by changing this from D:\java\jdk to D:\java\jdk\ and running the startup script, I've

RE: Still Need Help RE: Tomcat 4_0_2 JSP Does Not Work in Default

2002-02-19 Thread Jolet, John
yup, that's EXACTLY what i'm seeingno solutions yet -Original Message- From: Shannon Brown [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 7:09 AM To: Tomcat Users List Subject: Still Need Help RE: Tomcat 4_0_2 JSP Does Not Work in Default I re-ran the application

RE: Tomcat as a service...

2002-02-19 Thread Randy Layman
The reason that you get the message is because the only errors that can be reported are those detected by 2000 (like missing binary, improper permissions, etc). I would suggest that you look at the jvm.stderr and jvm.stdout for more information about what the error is that you

RE: Tomcat as a service...

2002-02-19 Thread Loïc Lefèvre
Hi Kevin, Could you write your system configuration? (especially your network configuration) Cheers, Loïc Lefèvre -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : mardi 19 février 2002 14:51 À : [EMAIL PROTECTED] Objet : Tomcat as a service... One other

Re: Still Need Help RE: Tomcat 4_0_2 JSP Does Not Work in Default

2002-02-19 Thread rsequeira
Trying adding tools.jar to your classpath or better still in the Tomcat/lib directory. Thanks. RS Shannon Brown [EMAIL PROTECTED] on 02/19/2002 07:09:21 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: Still Need Help RE:

Re: [INIMSS] How can I load a custom jar file for a particular web application. [a newbie question]

2002-02-19 Thread David Smith
It would be extremely helpful if we knew what version of Tomcat is running. If we're talking TC 4, then place it in WEB-INF/lib of your webapp and then restart the app. I believe that holds true for 3.3 as well (I'm more familiar with TC 4). For versions before 3.3, the classloader system

RE: Tomcat as a service...

2002-02-19 Thread Brian Adams
Kevin, have you set the service to Allow service to interact with desktop? it is on the Log On panel if you right click your catalina service in the services window. this may help see what the heck windows is doing. Sorry if you've done this already... B -Original Message- From: [EMAIL

RE: jsp and tomcat4

2002-02-19 Thread Jolet, John
yeah, tried that, didn't help. -Original Message- From: Danny Ayers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 7:45 AM To: Tomcat Users List Subject: RE: jsp and tomcat4 javax.servlet.ServletException: sun/tools/javac/Main I had the same problem, though running Tomcat

RE: Still Need Help RE: Tomcat 4_0_2 JSP Does Not Work in Default

2002-02-19 Thread Jolet, John
okay, but according to the docs, the start script throws away your classpath and rebuilds itwhere do I put the entry in that case? you mean i should copy the tools.jar to the tomcat/lib directory? would a symlink work? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Tomcat as a service...

2002-02-19 Thread kevin . schmidt
No, I didnt know about that flag. I tried it though, and it doesnt seem to help anything. -Kevin Brian Adams [EMAIL PROTECTED] on 02/19/2002 08:57:21 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject: RE: Tomcat as a

RE: Tomcat as a service...

2002-02-19 Thread Brian Adams
what was the output? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 8:09 AM To: Tomcat Users List Subject: RE: Tomcat as a service... No, I didnt know about that flag. I tried it though, and it doesnt seem to help anything.

RE: Still Need Help RE: Tomcat 4_0_2 JSP Does Not Work in Default

2002-02-19 Thread Shannon Brown
Thanks to all. I would not say that this is the right solution, but it is a solution. Add a symbolic link in the /var/tomcat4/lib directory to the tools.jar file in the java directory. In my case, this was: ln -s /usr/local/java/lib/tools.jar tools.jar I stopped and restarted Tomcat. The

RE: Tomcat as a service...

2002-02-19 Thread kevin . schmidt
What do you mean by my Network config? I have tried it at home and at work, both with very different setups of Windows2000, and Tomcat pulls the same BS in both cases. Tomcat starts fine when either I double click on startup.bat, or use the Start Tomcat shortcut in the Start Menu(which just

RE: Tomcat as a service...

2002-02-19 Thread kevin . schmidt
Where can I find jvm.stderr and jvm.stdout? I dont see them in the log dir??? Sorry if I seem stupid, but I am a SUN Certified Programmer, not a system admin type guy. -Kevin Randy Layman [EMAIL PROTECTED] on 02/19/2002 08:08:51 AM Please respond to Tomcat Users List [EMAIL

RE: Reposting [INIMSS] How can I load a custom jar file for a particular web application. [a newbie question]

2002-02-19 Thread Donie Kelly
Just reference them as normal. Ie ClassA.ClassA1.class There's no magic involved... Donie -Original Message- From: Dino Cherian K [mailto:[EMAIL PROTECTED]] Sent: 18 February 2002 13:04 To: Tomcat Users List Subject: Re: Reposting [INIMSS] How can I load a custom jar file for a

RE: Tomcat as a service...

2002-02-19 Thread Barney Hamish
And what do you have set in your wrapper.properties file? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 3:14 PM To: Tomcat Users List Subject: RE: Tomcat as a service... What do you mean by my Network config? I have tried it at

RE: Tomcat as a service...

2002-02-19 Thread kevin . schmidt
It just pops up a window that says something like Windows is attempting to start the serivce on the local computer... and then it gives me the same error message as before. It doesnt tell me anything new. :v( -Kevin Brian Adams [EMAIL PROTECTED] on 02/19/2002 09:05:56 AM Please

RE: Still Need Help RE: Tomcat 4_0_2 JSP Does Not Work in Default

2002-02-19 Thread rsequeira
I suppose adding a symbolic link to JAVA_HOME/lib/tool.jar should work. Thanks. RS Jolet, John [EMAIL PROTECTED] on 02/19/2002 07:48:44 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject: RE: Still Need Help RE: Tomcat 4_0_2

RE: Still Need Help RE: Tomcat 4_0_2 JSP Does Not Work in Default

2002-02-19 Thread Jolet, John
it does...but shouldn't be necessary. WAS not necessary under 4.0.1. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 8:14 AM To: Tomcat Users List Subject: RE: Still Need Help RE: Tomcat 4_0_2 JSP Does Not Work in Default I

Re: No suitable driver Datasource Problem

2002-02-19 Thread remy.menetrieux
Thanks it's work... Remy Randy Layman wrote: I'm would guess that your JDBC driver is not available to the correct class loader. Try moving the JDBC driver up to the TOMCAT_HOME/lib/common directory, restart Tomcat, and see if that works. Randy -Original Message- From:

RE: Tomcat as a service...

2002-02-19 Thread Randy Layman
They should be in the logs directory, but you might want to try searching the system for the files. Their lack of existence would point to the service not even getting loaded, probably a problem with your JAVA_HOME. I don't know about Tomcat 4, but with Tomcat 3 you had to edit the

RE: Still Need Help RE: Tomcat 4_0_2 JSP Does Not Work in Default

2002-02-19 Thread Shannon Brown
I agree. I posted the solution on my web site: http://www.shannonbrown.net/resources/linux-resources.htm in case other people need this resolution. I combed through the scripts but do not yet see where the problem occurs with the CLASSPATH. Shannon

Re: web connectors

2002-02-19 Thread remy.menetrieux
the new connector are available only for linux where can i find buil mod_webapp for windows Thanks in advance Remy GOMEZ Henri wrote: What web connectors are available for connecting apache 1.3.x to tomcat 4.0.x? I recall trying to setup mod_webapp a while back but the attempt failed in

RE: Tomcat as a service...

2002-02-19 Thread kevin . schmidt
wrapper.properties? I think your talking about one of the other ways to set up Tomcat as a service. There are like 3 or 4 different ways. I am just trying to get the normal jakarta-tomcat-4.0.2-LE-jdk14.exe install to work as it should be. I should be able to install this file, check the

RE: modwebapp gives Netscape HTML code, can't see page!

2002-02-19 Thread scott . merritt
Thanks you guys, luckily it was something simple like that and the default context type in Apache was set to text/plain. -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19 2002 12:29 PM To: 'Tomcat Users List' Subject: RE: modwebapp gives Netscape

Waiting for 1 instance(s) to be deallocated

2002-02-19 Thread Stephan Mülhaus
Hello everybody, i need some help with the error message from my errorlog. I get this errormessage very often after i have edited my servlet, compiled it and started it again... The Servlet is running and nothing happens. How can i prevent this message to be generated? Thanx in Advance Stephan

RE: Waiting for 1 instance(s) to be deallocated

2002-02-19 Thread Stephan Mülhaus
Oh yes, sorry for that. Here the complete Line from my errorlog: 2002-02-19 15:13:09 StandardWrapper[/carat:org.apache.catalina.INVOKER.User]: Waiting for 1 instance(s) to be deallocated At 09:20 19.02.2002 -0500, you wrote: which message? you seem to have left that part out.

RE: Tomcat as a service...

2002-02-19 Thread kevin . schmidt
When I look at the properties for the service, it says that the path to the executable is: C:\Program Files\Apache Tomcat 4.0\bin\tomcat.exe When I try to run this exe from the command line, tomcat, of course, doesnt start. How does the service know to perform all the stuff that startup.bat

Newbie deployment problem

2002-02-19 Thread Paul Brown
Hi these are the steps i've done to deploy a servlet: 1. i've built my WAR (everythings in there, i checked) 2. shut down tomcat 4.0.1 3. deleted the dev tree webapps\messagelets and replaced it with the messagelets.war 4. added a context to server.xml ... Context

Problems with RPM

2002-02-19 Thread GOMEZ Henri
Nice page :) I read : Tomcat 4.0.2 -- RPM Version javax.servlet.ServletException: sun/tools/javac/Main JSP examples will not execute in the default installation. To fix the problem, you need to manually create a symbolic link between the JAVA_HOME/lib/tools.jar and the CATALINA_HOME/lib.

Signup servlet

2002-02-19 Thread Uma Maheswar
Hi friends, I am doing a project now. I am trying to register a user into the database using Signup.java (Servlet). I did the code and it worked fine till some days but giving me problems now. It says that any user who wants to signup is already present in the database. I am attaching my java

AW: Signup servlet

2002-02-19 Thread Ralph Einfeldt
Which file ? Can't see an attachment. -Ursprüngliche Nachricht- Von: Uma Maheswar [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 19. Februar 2002 15:36 An: Tomcat Users List Betreff: Signup servlet snip/ the database. I am attaching my java file here. Please check snip/ -- To

RE: Help with User Authentication in Tomcat 3.3a

2002-02-19 Thread Larry Isaacs
Neither of the URL's http://localhost:8080/chi2002/index.html or http://localhost:8080/chi2002 match the /chi2002/demos/* pattern. What happens if you access a JSP page under the demos directory? Cheers, Larry -Original Message- From: Wise, Bowden (CRD) [mailto:[EMAIL PROTECTED]]

RE: Tomcat as a service...

2002-02-19 Thread Randy Layman
I just downloaded and installed Tomcat 4.02 binary and everything works fine for me. The installer detected the JVM (1.3) on installation. The only difference is that I installed to a directory without spaces in it. It would seem that the service configuration is stored in the

RE: Still Need Help RE: Tomcat 4_0_2 JSP Does Not Work in Default

2002-02-19 Thread rsequeira
I agree with your statement. But maybe you have a corrupt setclasspath.sh. Look at setclasspath.sh (.bat for window users; called from catalina.sh:), it has a line # Set standard CLASSPATH CLASSPATH=$JAVA_HOME/lib/tools.jar Thanks. RS Jolet, John [EMAIL PROTECTED] on 02/19/2002 08:05:20

RE: Still Need Help RE: Tomcat 4_0_2 JSP Does Not Work in Default

2002-02-19 Thread rsequeira
And you have a good copy of setclasspath.sh (please do check if setclasspath.sh is called from catalina.sh) then maybe there's a bug with the linux install :-) Thanks. RS Jolet, John [EMAIL PROTECTED] on 02/19/2002 08:05:20 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To:

ArrayIndexOutOfBoundsException in catalina code...

2002-02-19 Thread kevin . schmidt
I am using Tomcat4.0.2, JDK1.4, Windows2000 I load up Tomcat in console, and restart Apache. I go to http://127.0.0.1:8080/examples/jsp/index.html and everything is fine, I can run the examples without problem. Then I go to http://127.0.0.1:80/examples/jsp/index.html and the following exception

Re: Signup servlet

2002-02-19 Thread Uma Maheswar
sorry, Forgot the file. Please check it now. Uma - Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, February 19, 2002 8:16 PM Subject: AW: Signup servlet Which file ? Can't see an attachment. -Ursprüngliche

R: Signup servlet

2002-02-19 Thread Vercesi Paolo
Could we have the error stack trace also? Regards Paolo -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: [INIMSS] How can I load a custom jar file for a particular web application. [a newbie question]

2002-02-19 Thread Dino Cherian K
Hi Thanks for the help. I had already reposted the mail with the info you requested. Thank You On Tuesday 19 February 2002 19:29, you wrote: It would be extremely helpful if we knew what version of Tomcat is running. If we're talking TC 4, then place it in WEB-INF/lib of your webapp and

RE: Still Need Help RE: Tomcat 4_0_2 JSP Does Not Work in Default

2002-02-19 Thread tomcat-user
Nice page :) I read : Tomcat 4.0.2 -- RPM Version javax.servlet.ServletException: sun/tools/javac/Main JSP examples will not execute in the default installation. To fix the problem, you need to manually create a symbolic link between the JAVA_HOME/lib/tools.jar and the CATALINA_HOME/lib. In my

AW: Signup servlet

2002-02-19 Thread Ralph Einfeldt
Some things you should change: - Move your variables Connection,... inside the doPost() method. Otherwise these variables will be shared between requests. You will get confusing result if two ore more requests run through the doPost() at the same time. - Use a ConnectionPool to

Re: Newbie deployment problem

2002-02-19 Thread Eelco den Heijer
Paul Brown wrote: Just seen this in one of the logs: 2002-02-19 14:50:49 StandardContext[/messagelets]: Servlet /messagelets threw load() exception javax.servlet.ServletException: Error instantiating servlet class . java.lang.NoClassDefFoundError:

EdH: Newbie deployment problem

2002-02-19 Thread Paul Brown
Hi i have put the Digester jar inside my war and i still get the same problem at deployment time. ie. this stacktrace 2002-02-19 15:35:07 StandardContext[/messagelets]: Servlet /messagelets threw load() exception javax.servlet.ServletException: Error instantiating servlet class

RE: Jserv to tomcat 3.3 migration

2002-02-19 Thread Larry Isaacs
Both Tomcat 3.x and 4.x serve web applications which were added to the specs following JServ. How to build a web application is different from what JServ required. I would recommend becoming familiar with the Servlet and JSP specs for the Tomcat you plan to use: Tomcat 3.x implements Servlet

ConcurrentModificationException error

2002-02-19 Thread Kent Kurima
When I try to remove some information from the session I get a ConcurrentModificationException error. tomcat 3.X did not have this problem, but tomcat 4.X is complaining about this. here is a section of code that is having the problem java.util.Enumeration sessionNames =

3.3a, cant find file when refresh

2002-02-19 Thread Keith Ng
Hi Guys I have a html file which is included in a jsp page using the following method jsp:include page = ../jsp/PSTemplate.htm flush = true/ When I first load the page, everythings shows up as normal, but when I refresh, the browser doesnt load it and gives me ERROR:200. I recall it was the

Re: EdH: Newbie deployment problem

2002-02-19 Thread Eelco den Heijer
Hi Paul, What if you put the digester jar in the messagelets/WEB-INF/lib ? Paul Brown wrote: Hi i have put the Digester jar inside my war and i still get the same problem at deployment time. ie. this stacktrace -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

Re: ConcurrentModificationException error

2002-02-19 Thread Eelco den Heijer
Kent Kurima wrote: When I try to remove some information from the session I get a ConcurrentModificationException error. tomcat 3.X did not have this problem, but tomcat 4.X is complaining about this. here is a section of code that is having the problem java.util.Enumeration

RE: 3.3a, cant find file when refresh

2002-02-19 Thread Keith Ng
Hi again Decided to elaborate as i think wat i said is too abstract I tried to run this url http://localhost:8080/PS/jsp/index.jsp it has the following file jsp:include page = ../jsp/PSTemplate.htm flush = true/ however, when first loaded gives me Error: 200 Location: /PS/jsp/index.jsp den

RE: 3.3a, cant find file when refresh

2002-02-19 Thread Larry Isaacs
This technically isn't an error. It indicates that the browser, realized that the Threadmill.jpg it is reading during the refresh isn't any newer than the Threadmill.jpg it has already cached locally. In order to save time, the browse simply closed the connection and used the local copy of

RE: Jserv to tomcat 3.3 migration

2002-02-19 Thread hahah hs
Hi Larry , You mean to say that I cannot move from JServ to Tomcat without a rewrite ? TIA hangel __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To

Re: Tomcat 4 Problem - Connection refused

2002-02-19 Thread Chuck Amadi
I have two instances of jakarta-tomcat v3.3.2 4.0.1. 1)Thus my tomcat 4.0.1 standalone connector listens at TCP port instead of the default as tomact3.3.2 is set default 8080. Thus at the URL http://localhost: when i try it out in my browser i get a error alert The connection was

Re: Reposting [INIMSS] How can I load a custom jar file for a particular web application. [a newbie question]

2002-02-19 Thread David Smith
Well then the class structure would be placed in WEB-INF/classes where the classloader structure would find all your .class files. Then you would reference your classes on the import line as ClassA.ClassA1 for example. If you write them yourself, make sure each source .java file has a

RE: Tomcat as a service...

2002-02-19 Thread kevin . schmidt
I finally got it to work! Thanks Randy! I installed it in a directory with no spaces, and then, when I went to the services console, it wouldnt start, but it gave me an error saying that it didnt have privledge to run. So, I changed it to login using my account, instead of the LocalSystem

Re: Tomcat 4 Problem - Connection refused

2002-02-19 Thread Eelco den Heijer
Hi Chuck, Connection refused basically means: there is nothing on that port listening , so my guess is that TC 4.0.1 is not running (or at least, it not listening on port ) Try running TC4 without TC3.3, see if you connect to TC4 then. Eelco Chuck Amadi wrote: I have two instances of

RE: Tomcat as a service...

2002-02-19 Thread Randy Layman
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 11:24 AM To: Tomcat Users List Subject: RE: Tomcat as a service... BTW... Someone should fix it so that it works under ANY installed path!!! I don't know

RE: Jserv to tomcat 3.3 migration

2002-02-19 Thread Larry Isaacs
I have not attempted to do such a conversion, and am not that familar with the details of JServ. An not yet documented feature of the InvokerInterceptor is that it accepts a prefix attribute that can specify a prefix other than the default /servlet/*. This was requested by someone also doing a

RE: 3.3a, cant find file when refresh

2002-02-19 Thread Keith Ng
Thanks larry, u helped me clarify an issue. Can u please help me with my other problem? Its regarding the ERROR:200 i get on my browser when i refresh... -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 12:07 AM To: 'Tomcat Users List'

Re: Running tomcat port 80

2002-02-19 Thread Chuck Amadi
Andrew Rodwell wrote: Hi , We are trying to get TOMCAT 4.0 to run on the default web port - and can do it ok on windows. However when we try the same changes on SuSE Linux 7.3 it will not run. Somebody suggested that we start it under root - when we try this the commands are not found. You

RE: EdH: Newbie deployment problem

2002-02-19 Thread Paul Brown
Big thanks to Eelco for fixing my problem! -Original Message- From: Eelco den Heijer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 4:18 PM To: Paul Brown Subject: Re: EdH: Newbie deployment problem Hi Paul, direct mail is okay, no problem. The exception suggests that

Re: Running tomcat port 80

2002-02-19 Thread Chuck Amadi
Andrew Rodwell wrote: Markus, Thank you for that. Our inexperiance of linux was showing. We have managed on windows 2000 and OS/400 to run tomcat but linux is a new beast. Regards. -Original Message- From: Markus Bengts [mailto:[EMAIL PROTECTED]] Sent: 18 February 2002 11:49 To:

AW: ConcurrentModificationException error

2002-02-19 Thread Ralph Einfeldt
AFAIK that's a result of the way tomcat 4.x implements the internal storage of the parameters. I think you can't remove a parameter inside a loop whitch getParameterNames(). One way around that, is to collect first the names and than remove the parameters. -Ursprüngliche Nachricht-

  1   2   >