unable to start tomcat

2003-04-02 Thread Surendra Kumar
Hi, I am using Tomcat 3.3.1 and when i start i am getting the following message and the tomcat process is not starting up. ## ServerXmlReader: Config=$TOMCAT_HOME/conf/server.xml EmbededTomcat: No configuration found. EmbededTomcat: The modules and/or server configuration files are

RE: unable to start tomcat

2003-04-02 Thread Michael Mattox
Have you set your $TOMCAT_HOME variable to the path to tomcat? Hi, I am using Tomcat 3.3.1 and when i start i am getting the following message and the tomcat process is not starting up. ## ServerXmlReader: Config=$TOMCAT_HOME/conf/server.xml EmbededTomcat: No configuration

Re: unable to start tomcat

2003-04-02 Thread Surendra Kumar
Yes i did set. Thanks Surendra - Original Message - From: Michael Mattox [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 1:45 PM Subject: RE: unable to start tomcat Have you set your $TOMCAT_HOME variable to the path to tomcat? Hi, I

Tomcat and security-constraint

2003-04-02 Thread Giorgio Ponza
Hi all My conf: Tomcat 4.1.18 LE JDK1.4 Apache 2.0.44 with openssl mod_jk I want to secure a JSP page, but not with authentication, only with HTTPS support. So i added the lines in WEB.XML security-constraint web-resource-collection web-resource-nameTest securing JSP

RE: unable to start tomcat

2003-04-02 Thread Jan Behrens
Hi, ## ServerXmlReader: Config=$TOMCAT_HOME/conf/server.xml EmbededTomcat: No configuration found. EmbededTomcat: The modules and/or server configuration files are missing. EmbededTomcat: Init time 1685 ## if you set TOMCAT_HOME correctly, how about the initial

Proxy Server

2003-04-02 Thread Alberto A C A S Magalhães
** Este email assim como os ficheiros que possa ter em anexo são confidenciais e para uso exclusivo da pessoa ou organização para o qual foi enviado. Se recebeu este email por engano por favor notifique [EMAIL PROTECTED] Esta

RE: Proxy Server

2003-04-02 Thread WIPRO Anil Gandhi
Hi, In tomcat's server.xml !-- Define a Proxied HTTP/1.1 Connector on port 8081 -- !-- See proxy documentation for more information about using this. -- !-- Connector className=org.apache.catalina.connector.http.HttpConnector port=8082 minProcessors=5

RE: tomcat IIS configuration please help

2003-04-02 Thread Warren Sweetman
No, a request for a jsp file a file download message box appears. It it possible you could forward me your thread so that I may see the replies. thank you. kind regards, Warren Sweetman Principal Web Developer Web Development ISD Legal Services Commission tel. 020 77590122 ext no 2122 tag no

Tomcat 4.0.4 Crashing

2003-04-02 Thread WIPRO Anil Gandhi
Hi, I have tomcat 4.0.4 installed on Sun server with OS 2.8. Recently I have experienced that tomcat goes down without any error logs being reported in Catalina. out or any other log file. I am clueless, why tomcat is going down. has anyone faced similar problem. Version ; Tomcat 4.0.4

Newbie here...Need help with Tomcat

2003-04-02 Thread Bryan Richardson
Hello, I am new to the Java and Tomcat world. I'm fairly experienced with Apache and Perl, but I am having to do some stuff with Tomcat and Java files that someone else has written. I have a couple of questions... If I run a version of Tomcat as a standalone web server, can I access a

get property questions

2003-04-02 Thread Michael Ni
This doesn't work for me. % String aname = hi % jsp:getProperty name=%= aname % property=game_id / however this does jsp:getProperty name=hi property=game_id / can someone explain? mike _ MSN 8 helps eliminate e-mail viruses. Get 2

RE: get property questions

2003-04-02 Thread graghupathy
jsp:getProperty name=hi is substituted to the corresponding method of your bean ... getHi() you cannot have a dynamic call to methods ... See the correspondinf generated java code of the jsp ... you will know what is happening ... Regards Guru -Original Message-

Jk2 2.0.2 + IIS 5 (Win2k server) setup/config failing

2003-04-02 Thread Karl von Randow
Hi all, I have been trying without any success to connect IIS 5 on Windows 2k Server to Tomcat 4.1.18 (and 4.1.24) using JK2 isapi_redirector2.dll (2.0.2 and 2.0.1). I was able to get it working first go on Windows XP Pro and have duplicated the configuration on the two machines. Below I have

Configuring Tomcat for multiple applications/users

2003-04-02 Thread dwightHugget
Can anyone point me to how to get this type of setup. I want to have multiple instance of tomcat running on the same machine under different ports, say 80, 8080, . Would I achieve this if I setup an env variable called CATALINA_BASE as described in the RUNNING.txt file ? I have only one

Cannot load JDBC Driver class 'com.ibm.db2.jdbc.app.DB2Driver'

2003-04-02 Thread Stephen Peterson
Hello, I'm getting this java.sql.SQLException when trying to open a connection on my datasource. The WebSphere Test Environment datasource opens connections fine, but not Tomcat/4.1.24. Other details, using DB2 Personal Edition version 7.2, on Windows 2000 Professional. I copied

Multiple Tomcat Instances

2003-04-02 Thread dwightHugget
Can anyone point me to how to get this type of setup. I want to have multiple instance of tomcat running on the same machine under different ports, say 80, 8080, . Would I achieve this if I setup an env variable called CATALINA_BASE as described in the RUNNING.txt file ? I have only one

compilation of mod_jk, Solaris 8 (intel) using ANT

2003-04-02 Thread Filip Hanik
hey ya'all I am compiling mod_jk on Solaris 8 on intel platform using ANT. I am compiling everything fine except jk_jni_worker.c that completely barfs on me. I had to do some tweaks before I could get the rest to work here are the steps 1. Add libtool to my path 2. Create a symbolic link from

SSL problem

2003-04-02 Thread Giulia Hill
Following the How-to, I have almost successfully activated SSL on tomcat 4.1. The problem I'm having is that I can't load the Verisign certificate, a certificate which I already have and that I'm using with Apache. this is what I have done % keytool -genkey -alias tomcat -keyalg RSA -keystore

Re: unable to start tomcat

2003-04-02 Thread Surendra Kumar
yes i have everything ( server.xml, modules.xml etc ) in place in conf direcory. The point here is, it was working before and suddenly it stopped. -Surendra - Original Message - From: Jan Behrens [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent:

RE: unable to start tomcat

2003-04-02 Thread Michael Mattox
I assume you're using UNIX, try this: echo $TOMCAT_HOME and tell us what the output is. If you're running windows, try: SET TOMCAT_HOME I haven't used Tomcat 3.x in a long time, but it really looks like the TOMCAT_HOME isn't set or the server.xml file isn't in $TOMCAT_HOME/conf Michael

Re: Multiple Tomcat Instances

2003-04-02 Thread Serges N. Zubkoff
Hello dwightHugget, Tuesday, April 1, 2003, 11:43:12 PM, you wrote: d Can anyone point me to how to get this type of setup. d I want to have multiple instance of tomcat running on the same machine under d different ports, say 80, 8080, . d Would I achieve this if I setup an env variable

RE: JSP pages will not work for me. Please help

2003-04-02 Thread Donie Kelly
Hi I was using JDK 1.4 and Tomcat 4.0.1 and this seems to be the problem. Upgrading to Tomcat 4.0.2 solved the problem. We've now decided to move to Tomcat 4.0.6 which also works fien in this case. Can anybody explain what changed between 4.0.1 and 4.0.1 as it's not obvious from the README in

Re: unable to start tomcat

2003-04-02 Thread Surendra Kumar
I am using TOMCAT_HOME in the startup script, it's properly identifying the tomcat_home directory. Even i made a check to verify the presence of server.xml and it passed. It was working before and suddenly it got changed Thanks for any help. -Surendra - Original Message - From:

Uptime of Tomcat Server

2003-04-02 Thread Balaji
Hi, Is there any way my web application can find ut the System uptime of the Tomcat server? Thanks Bala - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

instance names problem will pay $2 for solution

2003-04-02 Thread Michael Ni
i will pay $2 usd if you can solve my problem. i'll send check by mail or paypal. my problem is i have a String variable s which stores the name of the instance i want to create. how do i convert that variable to java code so that i can use it in my java code. for instance this is what i

Cannot load JDBC Driver class com.ibm.db2.jdbc.app.DB2Driver

2003-04-02 Thread Stephen Peterson
Hello, I'm getting this java.sql.SQLException when trying to open a connection on my datasource. The WebSphere Test Environment datasource opens connections fine, but not Tomcat/4.1.24. Other details, using DB2 Personal Edition version 7.2, on Windows 2000 Professional. I copied

RE: instance names problem will pay $2 for solution

2003-04-02 Thread Barney Hamish
May I suggest you have a look at the Java Reflection package... java.lang.reflect also the java.lang.Class class, class.forName() will be of interest to you. -Original Message- From: Michael Ni [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 12:24 PM To: [EMAIL PROTECTED]

Session Obj List

2003-04-02 Thread $B%^%N%8%e!!%P%,%H(B
Hi All, (B (BIs there any way we can get List /Enum of all session Objects in a (Bparticular Context? I am trying for disabling multiple logins by the same (Buser. (B (BRegards (B (BManoj

RE: instance names problem will pay $2 for solution

2003-04-02 Thread Michael Mattox
When you create the instances (blue, red, etc.) store them in a hashtable. SomeObject blue = new SomeObject(); ht.put(blue, blue); then: public void callUse(String color) { SomeObject o = ht.get(color); o.use(); } If your instances aren't of the same type, then define an Interface (for

Re: instance names problem will pay $2 for solution

2003-04-02 Thread Serges N. Zubkoff
Hello Michael, Wednesday, April 2, 2003, 2:24:21 PM, you wrote: MN i will pay $2 usd if you can solve my problem. i'll send check by mail or MN paypal. MN my problem is i have a String variable s which stores the name of the MN instance i want to create. how do i convert that variable to

RE: instance names problem will pay $2 for solution

2003-04-02 Thread Donie Kelly
This is a free service :) Don't think you can buy your answers here :) Donie -Original Message- From: Michael Mattox [mailto:[EMAIL PROTECTED] Sent: 02 April 2003 11:31 To: Tomcat Users List Subject: RE: instance names problem will pay $2 for solution When you create the instances

Re: instance names problem will pay $2 for solution

2003-04-02 Thread Stephen Peterson
perhaps you might benefit from exploring the 'Big Moose Saloon' at http://www.javaranch.com. I've found it to be a great place for folks who have java language questions. I think it would be beneficial all around if this list could be kept to tomcat user problems :-). Stephen Peterson ---

Re: instance names problem will pay $2 for solution

2003-04-02 Thread Ramsay Domloge
Michael, I think what you need is some reflection to sort out your problem: String className = red; Class c = Class.forName(className); Object o = c.newInstance(); Red red = (Red)o; Does this help? Ramsay Michael Ni wrote: i will pay $2 usd if you can solve my problem. i'll

Re: instance names problem will pay $2 for solution

2003-04-02 Thread Hans Wichman
hi, i think you need to use the java.lang.reflect api for this kind of stuff. greetz Hans At 02:24 AM 4/2/2003 -0800, you wrote: i will pay $2 usd if you can solve my problem. i'll send check by mail or paypal. my problem is i have a String variable s which stores the name of the instance i

JDEVELOPER - TOMCAT

2003-04-02 Thread Alberto A C A S Magalhães
** Este email assim como os ficheiros que possa ter em anexo são confidenciais e para uso exclusivo da pessoa ou organização para o qual foi enviado. Se recebeu este email por engano por favor notifique [EMAIL PROTECTED] Esta

AW: Session Obj List

2003-04-02 Thread Power-Netz \(Schwarz\)
(B Is there any way we can get List /Enum of all session Objects in a (B particular Context? I am trying for disabling multiple logins by the same (B user. (B (Btell your login bean to be on applicationwide scope. (Band use a session scoped userdata bean. (B (BMarius (B (B

Re: JDEVELOPER - TOMCAT

2003-04-02 Thread Jamesey
WHY? are you using that rubbish? switch to eclipse with the sysdeo plugin for tomact.. its much better and its free Alberto A C A S Magalhães [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] ** Este email assim como os

Re: instance names problem will pay $2 for solution

2003-04-02 Thread Michael Ni
jsp:useBean id=temp scope=request class=beangame.GameInstance / jsp:setProperty name=temp property=* / % String tempname = temp.getInstance_name(); beangame.Earthquake counter1 = (beangame.Earthquake)getServletContext().getAttribute(tempname); if (counter1 == null) { out.println(is

Bootstrap: Class loader creation threw exception

2003-04-02 Thread Horst Behrendt
Sorry I am a newbie to tomcat and because i heard so much good thinks about it i am trying to get it up and running. Unfortunately i have to install it (tomcat4.1.24) on WIN NT with jvm1.2. When i now use catalina run form the cmd in the installation directory i get the following message:

RE: instance names problem will pay $2 for solution

2003-04-02 Thread Barney Hamish
Is there are reason you can't just use: session.setAttribute(tempName); and then later session.getAttribute(tempName);??? Hamish -Original Message- From: Michael Ni [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 1:11 PM To: [EMAIL PROTECTED] Subject: Re: instance names

RE: instance names problem will pay $2 for solution

2003-04-02 Thread Michael Ni
well basically i want different instances of application scope beans. if i use the usebean tag if will be using the same instance. with the code I have I am able to create different instances of application scope however, i realize now that the getproperty and setproperty have problems using

Problems deploying webapps on tomcat and apache

2003-04-02 Thread Woude, Alexander van der
Hello all, I set up apache 2.0.43 to use tomcat 4.1.18 as a servlet container. I use Redhat 8.0 as OS. I got the examples working fine. I can reach them through both http://localhost/ and http://localhost:8080. Now I am trying to deploy my own application, with little succes.

RE: Problems deploying webapps on tomcat and apache

2003-04-02 Thread graghupathy
I think it is to do with Archive rename this folder to archive and restart tomcat ( delete all folders inside work folder inside tomcat ) Thanks Guru -Original Message- From: Woude, Alexander van der [mailto:[EMAIL PROTECTED] Sent: 02 April 2003 12:49 To: [EMAIL PROTECTED] Subject:

RE: Problems deploying webapps on tomcat and apache

2003-04-02 Thread graghupathy
and do try http://localhost:8080/archive/hwe Thanks Guru -Original Message- From: Woude, Alexander van der [mailto:[EMAIL PROTECTED] Sent: 02 April 2003 12:49 To: [EMAIL PROTECTED] Subject: Problems deploying webapps on tomcat and apache Hello all, I set up apache 2.0.43 to use

RE: Problems deploying webapps on tomcat and apache

2003-04-02 Thread Woude, Alexander van der
sorry typo. The dir was called archive. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: woensdag 2 april 2003 13:54 To: [EMAIL PROTECTED] Subject: RE: Problems deploying webapps on tomcat and apache I think it is to do with Archive rename this folder to

RE: Problems deploying webapps on tomcat and apache

2003-04-02 Thread Woude, Alexander van der
That didn't change a thing. Actually this remark made me aware of the url-mapping. If I wanna call http://localhost:8080/archive/hwe/LoginServlet shouldn't the url-pattern be the following: url-pattern/hwe/*/url-pattern ??? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

error starting Tomcat

2003-04-02 Thread WIPRO Anil Gandhi
Hi, I am unable to start tomcat. Whenever I start it gives me the error StandardServer.await: create[8005]: java.net.BindException: Cannot assign requested address. I thought initially that there is some process already running on port 8005 but when I checked that found that there is no

Using the ServerFactory

2003-04-02 Thread Balaji
Hi , The following code returns me a null object for ServerFactory. I assume that accessing ServerFactory would help me get all the details of the Tomcat Server. Is my assumption right?? server = ServerFactory.getServer(); if(server == null)

RE: Tomcat 4.0.4 Crashing

2003-04-02 Thread Filip Hanik
try the lastest stable release -Original Message- From: WIPRO Anil Gandhi [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 12:52 AM To: Tomcat Users List Subject: Tomcat 4.0.4 Crashing Hi, I have tomcat 4.0.4 installed on Sun server with OS 2.8. Recently I have

RE: Using the ServerFactory

2003-04-02 Thread Filip Hanik
in order for you to be able to access this code, your jar would have to be inside of server/lib/ because of security reasons, tomcat doesn't share the classloader with with tomcat webapps. Filip -Original Message- From: Balaji [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003

Re: Bootstrap: Class loader creation threw exception

2003-04-02 Thread Kristján Bjarni Guðmundsson
Yes this is java bug 4776385, which will never be fixed. See: http://developer.java.sun.com/developer/bugParade/bugs/4776385.html Code compiled with Java 1.4 (like Tomcat) doesn't work with standard Java 1.2 To fix this you need to do either: - Install a newer JVM, 1.3 or higher. Why are you

Re: Getting pretty far off topic here

2003-04-02 Thread John Turner
I did something like this in the past, if I understand what you need correctly. I created a super table in the database that had 3 or 4 columns: primary key (unique), card type/name, table name, column name, column type, column size. Basically if you have card A, you would have records that

Re: Newbie here...Need help with Tomcat

2003-04-02 Thread John Turner
On Wed, 02 Apr 2003 01:59:48 -0700, Bryan Richardson [EMAIL PROTECTED] wrote: If I run a version of Tomcat as a standalone web server, can I access a database with it or will I need to set it up with Apache to access a database? Tomcat facilitates database connections just fine. Apache is not

Apache 2.0.44 + mod_ssl + mod_jk2

2003-04-02 Thread Vitor Miguel Silva Domingos (SOGRUPOSI)
Hello. I've connected my apache with mod_jk2 to two tomcat instances (localhost and remote, using tcp/ip socket). But now i want to connect with mod_jk2 to the remote tomcat with apache+mod_ssl. So far the apache + mod_ssl are working pretty fine. I can access, on the remote tomcat, the first

RE: Using the ServerFactory

2003-04-02 Thread Balaji
Hi, Tx for your reply. But this doesnt work. Is there any other way to do it? Thanks Bala At 04:59 AM 4/2/2003 -0800, you wrote: in order for you to be able to access this code, your jar would have to be inside of server/lib/ because of security reasons, tomcat doesn't share the classloader with

RE: Configuring Tomcat for multiple applications/users

2003-04-02 Thread Shapira, Yoav
Howdy, As Filip said, keep it completely separate: three separate installations (of different versions if you'd like). For each installation, the listening port will be different (80, 8088, in your example), as well as the server shutdown port. For each installation, CATALINA_BASE will

RE: error starting Tomcat

2003-04-02 Thread Shapira, Yoav
Howdy, It might be that you don't have permission to bind to that socket on your server. Yoav Shapira Millennium ChemInformatics -Original Message- From: WIPRO Anil Gandhi [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 7:12 AM To: Tomcat Users List Subject: error starting

RE: JDEVELOPER - TOMCAT

2003-04-02 Thread Shapira, Yoav
Howdy, For starters, JDeveloper is a good paperweight ;) Secondly, this is more of a JDeveloper question than a tomcat question, but nonetheless we get IDE-related questions all the time, so let's see... What specifically happens? Saying I can't run it... isn't enough information. Did you

jdbc2.0 jar

2003-04-02 Thread KIESEL,JEFF (HP-NewJersey,ex2)
hi all, i need a sanity check here. i'm porting an app built on jdk1.4 to be 1.3 compatible. the app currently uses javax.sql.DataSource. instead of rewriting it to use DriverManager, i found the jdbc2.0 jar. i'd like to extend the jdk1.3 i am using with the jdbc2.0 jar, especially the

Re: time zone

2003-04-02 Thread Erik Price
Chakradhar Tallam wrote: the machine (operating system) is in correct time zone, but when tomcat runs it shows GMT times on tomcat's console. Also if you prefer to have your Tomcat synchronized to GMT, I think this works (untested): DateFormat df = DateFormat.getTimeInstance();

RE: Out of memory error

2003-04-02 Thread Shapira, Yoav
Howdy, Do you have the reverse lookup enabled in your AccessLogValve (if you have the AccessLogValve enabled at all)? It may be that someone just left a System.out.println or a logger statement of a non-debug priority in that part of the code ;) ;) Yoav Shapira Millennium ChemInformatics

RE: Out of memory error

2003-04-02 Thread Shapira, Yoav
Howdy, (2) I think its silly that SUN has slated fixing this bug for 1.5 and their workaround makes very little sense - Anyone know what the following stated work around translates to in actual code? Don't reuse StringBuffers. If you do reuse them, check their capacity and make sure that you

RE: Tomcat 4.0.4 Crashing

2003-04-02 Thread Shapira, Yoav
Howdy, Do you get a core dump and an hs_err file in the working directory where you started tomcat? This is another way of asking if it crashes with an internal JVM error? Make sure your solaris box has the OS patches required for the JDK. Yoav Shapira Millennium ChemInformatics

RE: Out of memory error

2003-04-02 Thread Filip Hanik
If you are using jdk1.4.1 you could be a victim of: http://developer.java.sun.com/developer/bugParade/bugs/4724129.html -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 3:22 PM To: Tomcat Users List Subject: RE: Out of memory error

RE: Using the ServerFactory

2003-04-02 Thread Shapira, Yoav
Howdy, What are you trying to do? Yoav Shapira Millennium ChemInformatics -Original Message- From: Balaji [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 7:21 AM To: Tomcat Users List Subject: Using the ServerFactory Hi , The following code returns me a null object for

AW: Bootstrap: Class loader creation threw exception

2003-04-02 Thread Horst Behrendt
Thanks, Unfortunately the other application I am using is not cetified for jvm1.3 or above, so i have to have 2 JDKs installed. I will figure this out. -Ursprüngliche Nachricht- Von: Kristján Bjarni Guðmundsson [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 2. April 2003 13:44 An:

Weird occurrence - thoughts??

2003-04-02 Thread Geoff Peters
Ok here is a new one to me - on my dev box (WIn 2K server, Tomcat 4.1.18), plugging along this morning, not working with config files at all, when I get the servlet not available message, on servlets and .html pages. Can't start anything from the manager, Tomcat will restart, but still cannot

Tomcat not starting on Debian

2003-04-02 Thread Jan Behrens
Hello List, I am trying to get Tomcat 4.1.24 LE to run on a Debian Maschine to which I have access via SSH (only). A new JDK 1.4.1 is installed and JAVA_HOME is set accordingly. When running startup.sh I get the following msgs in the shell: bash:/opt/jakarta-tomcat-4.1.24-LE-jdk14/bin$

RE: Weird occurrence - thoughts??

2003-04-02 Thread James Lewis
Hmm, looking at the exception it seems the explanation may lie here: - Root Cause - java.io.IOException: The system cannot find the path specified at java.io.WinNTFileSystem.createFileExclusively(Native Method) Is it possible that permissions were changed somehow on the

RE: Weird occurrence - thoughts??

2003-04-02 Thread Geoff Peters
I would agree that (surprisingly?) it is probably a windows issue, but no to both of your suggestions, it is completely sitting on the local file system, and I didn't manually change permissions on that folder - however if it happens again I will check and see if they were changed somehow.

Re: Weird occurrence - thoughts??

2003-04-02 Thread John Turner
The error was in a native method. Looks like a disk error to me. I would run chkdsk: - Root Cause - java.io.IOException: The system cannot find the path specified at java.io.WinNTFileSystem.createFileExclusively(Native Method) at

AW: -Djava.endorsed.dirs=

2003-04-02 Thread Ines Robbers
Ok, many thanks Ramiro! I downloaded the SDK but also I installed it under C: instead of C:/Programme and that did it.. :-) Cheers, Ines -Ursprüngliche Nachricht- Von: Ramiro Gonzalez [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 1. April 2003 23:56 An: Tomcat Users List

Problem with character encoding.

2003-04-02 Thread Mariusz Wiktorczyk
Hi. I have small web app with text fields (Struts html:text/). When user types some strange character from UTF-8 (see http://fanthom.math.put.poznan.pl/~kosmat/problem/source.jpg) the output is different. (see http://fanthom.math.put.poznan.pl/~kosmat/problem/result.jpg) How can I force Tomcat to

Moving

2003-04-02 Thread Carlos Frederico Barbieri Cesar Osorio
Hi there, please, I need to move my installation of Tomcat to another computer, is there a simple way to do that? Thanks _ Carlos Frederico Barbieri Cesar Osorio( Fred) Ministério da Justiça Administrador de Banco de Dados( DBA) Telefones: (61)

RE: Problems deploying webapps on tomcat and apache

2003-04-02 Thread developers
Hi, In first place you don't have to put /hwe/LoginServlet in your url, only put http://localhost:8080/archive/hwe because hwe in your web.xml maps to LoginServlet. In second place your 404 error came from apache http server or tomcat server. If came from tomcat maybe you have to put in the

RE: Moving

2003-04-02 Thread Shapira, Yoav
Howdy, You're best off simply re-installing. If it's the same version as the original, you can probably copy the server.xml and other configuration files safely. Otherwise, make the configuration changes again. Yoav Shapira Millennium ChemInformatics -Original Message- From: Carlos

Re: SSL problem

2003-04-02 Thread Jan Fetyko
Are you getting somewhere with this issue ? I have the same problem ( I need to use the certificate that was previously on Apache ) and I'm at the dead end as of now, hoping for a response from this list. Yes or No would do also, but no response yet. :(( Jf On Tue, 1 Apr 2003 15:45:49 -0800

RE: Problems deploying webapps on tomcat and apache

2003-04-02 Thread Woude, Alexander van der
Hello Maximiliano, I get the error from both tomcat and apache. Both urls give the 404 http://localhost:8080/archive/hwe http://localhost/archive/hwe Without the port 8080 I call apache, don't I? Could you tell me more about the JkMount? Where do I place it, and maybe an example? Thanks a

RE: Weird occurrence - thoughts??

2003-04-02 Thread Geoff Peters
Once again John has proved to be UNstumpable!!! I ran chkdsk and had some errors in my swap file... Thanks again John! Geoff -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 10:50 AM To: Tomcat Users List Subject: Re: Weird occurrence -

Re: Moving

2003-04-02 Thread Jan Fetyko
...or you can just copy the tomcat directory and set the environment vars on the new machine as they were on the old. That's all it takes really. Jf On Wed, 2 Apr 2003 10:01:14 -0500 Shapira, Yoav [EMAIL PROTECTED] wrote: Howdy, You're best off simply re-installing. If it's the same

Re: Problems deploying webapps on tomcat and apache

2003-04-02 Thread John Turner
If you are seeing the Tomcat examples through Apache at http://localhost/examples, and the examples work, then you must have already setup mod_jk with JkMount. The examples don't work through Apache on their own without additional configuration. Perhaps my Red Hat HOWTO for Tomcat and Apache

Re: Weird occurrence - thoughts??

2003-04-02 Thread John Turner
Glad to help, but I assure you I am definitely stumpable, as evidenced by my inability to get multiple instances of Tomcat running with CATALINA_BASE via Apache and mod_jk after a solid 16 hours of effort. :) John On Wed, 2 Apr 2003 11:14:09 -0400, Geoff Peters [EMAIL PROTECTED] wrote: Once

isapi_redirector2.dll issue

2003-04-02 Thread Warren Sweetman
Trouble in the land of windows. Cant seem to get isapi_redirector2.dll to load. I have been doing some digging around and its seems that the jk_isapi_pluggin.c cannot read the registry information for some reason. Has anybody come across anything similar to this? Any suggestions would be

RE: Problems deploying webapps on tomcat and apache

2003-04-02 Thread Woude, Alexander van der
Hello John, I had read your manual while trying to configure Tomcat4.1.18 and apache 2.043 with mod_jk2. To be honest although they are very good, it didn't work for me. Tomcat 4.1.18 is supposed to set things up by itself (unless I understood wrong) There is no JkMount of include module to be

RE: Moving

2003-04-02 Thread graghupathy
one more idea install a fresh copy of the same version onto the new machine and check if it is working if yes then stop the tomcat server. then zip all the files insed tomcat folder in your old machine ( say old.zip ) then zip the contents of the tomcat folder in your new machin (

Re: SSL problem

2003-04-02 Thread Mark W. Webb
I ended up using a pkcs12 file instead of a java keystore. Not sure if this helps, but it looks like you are using openssl, so you should be able to use the openssl command line tools. Giulia Hill wrote: Following the How-to, I have almost successfully activated SSL on tomcat 4.1. The problem

RE: Problems deploying webapps on tomcat and apache

2003-04-02 Thread Maximiliano Palacios
If you setup a connector, for example org.apache.coyote.tomcat4.CoyoteConnector, that connect your tomcat to apache you can call your web application without the 8080 port. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/jk2.html Here is an url to get more information on JkMount directive

Re: How to hand in the passwords to 3000 users [urgent!]

2003-04-02 Thread Nancy Crisostomo Martinez
Hi !, My application is some kind of schoolar system. In it the students could find all their schoolar information by their own. You know, grades, schedules, finantial information, etc.. So the user id is given by their student id... so that is clear... but the problem begin because we need to

Out of Memory

2003-04-02 Thread Koes, Derrick
Remember that if you are running Tomcat as an NT Service, you will have to rebuild the service with tomcat.exe with new memory parameters. $CATALINA_HOME$\bin\tomcat.exe -install Apache Tomcat 4.1 $JAVA_HOME$\jre\bin\client\jvm.dll -Xmx512m -Xms256m

RE: How to hand in the passwords to 3000 users [urgent!]

2003-04-02 Thread Koes, Derrick
Write a servlet (JSP) to ask for that information from the user on first access. -Original Message- From: Nancy Crisostomo Martinez [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 10:51 AM To: Tomcat Users List Subject: Re: How to hand in the passwords to 3000 users

RE: Problems deploying webapps on tomcat and apache

2003-04-02 Thread Woude, Alexander van der
Hola Maximiliano, I work with the coyote jk2 connector. In my Httpd.conf I load it. I haven't got any JkMount in it, but still it can execute the tomcat examples with http://localhost/examples/servlet/ Why aren't the examples mounted and do I have to mount archive?? Don't worry about your

Re: Problems deploying webapps on tomcat and apache

2003-04-02 Thread John Turner
Not sure what you mean...my HOWTOs don't use JK2 at all, because I do not use JK2. Tomcat doesn't set anything up by itself, especially where Apache is concerned. A default install of Tomcat has a single virtual host (localhost), a few Contexts (/examples, /admin, /manager, /tomcat-docs,

RE: How to hand in the passwords to 3000 users [urgent!]

2003-04-02 Thread Alberto A C A S Magalhães
** Este email assim como os ficheiros que possa ter em anexo são confidenciais e para uso exclusivo da pessoa ou organização para o qual foi enviado. Se recebeu este email por engano por favor notifique [EMAIL PROTECTED] Esta

Re: How to hand in the passwords to 3000 users [urgent!]

2003-04-02 Thread John Turner
How would the servlet know that the person entering John Doe's information was actually John Doe? If it were me, I would set it up so that in a letter that each student received, they were given a password that was only valid until a certain date. They would access the site, type in their ID

Re: Problems deploying webapps on tomcat and apache

2003-04-02 Thread John Turner
OK, so you are using JK2. What are the contents of your .properties files? Do you use JkUriSet in httpd.conf? If not, you must have .properties files that map the /examples URL to Tomcat. Duplicate that mapping for whatever other webapp you intend to use. John On Wed, 2 Apr 2003 17:56:05

Re: book on EJB / [ANN] Getting Started with EJB Technology

2003-04-02 Thread Joe Sam Shirah
Hi Chris, I recently finished writing a fairly complete EJB tutorial, which was posted yesterday as the weekly feature for both developerWorks ( www.ibm.com/developerworks ) and the developerWorks Java zone ( www.ibm.com/developerworks/java ). Getting Started with EJB Technology

Tomcat 4.1 slower than Tomcat 3.3

2003-04-02 Thread Chris Agmen-Smith
Is Tomcat 4 slower than Tomcat 3? I've recently tried to port my Tomcat 3.3 webapp to Tomcat 4.1. It's the same webapp, the config files are as similar as I can make them, we're using the same connector to Apache. However, Tomcat 4.1 chews up CPU like you wouldn't believe. Example: at peak load,

RE: Out of memory error

2003-04-02 Thread Januski, Ken
Thanks for the suggestion Yoav, I do have AccessLogValve enabled but not reverse lookup. I've changed the Tomcat memory settings in registry for the two services so will see if that at helps the memory problem. But I'd still like to figure out why I'm getting such aggressive logging! As far as

regexp

2003-04-02 Thread José Moreira
hello i want to create a regexp expression to filter file types... example... only allow '.class' and '.jpeg' etc excluding '.class' and '.nbttribs' and '.java~' and finally '*$(numeric).* numeric beiing a number 1 to 9 can anyone help? thank you

Re: SSL problem

2003-04-02 Thread Jan Fetyko
Sorry for the dump question but what is pkcs12 ? And how did you use the certification files with that ? Jf On Wed, 02 Apr 2003 10:34:34 -0500 Mark W. Webb [EMAIL PROTECTED] wrote: I ended up using a pkcs12 file instead of a java keystore. Not sure if this helps, but it looks like you are

  1   2   >