Re: autoencoding issue

2001-08-07 Thread Eric Boo
Hi, the meta charset tags don't work. I've found that this works for jsp: %@ page contentType=text/html; charset=gb2312 % Change gb2312 to Big5 if u need it. Regards.

404 not found error

2001-08-06 Thread Eric Boo
Apache + Tomcat How do I configure Tomcat so it reads the subdirectories correctly? Eric

load-on-startup broken in Tomcat 4?

2001-07-23 Thread Jonathan Eric Miller
I noticed in Tomcat 4-b6 that if you use the load-on-startup tag for a servlet in web.xml that it causes the init parameters to not work. i.e. they don't get set. Also, it appears that attributes such as cipher_suite don't get set. Is it no longer valid to use the load-on-startup tag in Tomcat

Re: load-on-startup broken in Tomcat 4?

2001-07-23 Thread Jonathan Eric Miller
Nevermind, I think I coded something incorrectly in my web.xml file. I see an error in the log now... Jon - Original Message - From: Jonathan Eric Miller [EMAIL PROTECTED] To: Tomcat User List [EMAIL PROTECTED] Sent: Monday, July 23, 2001 4:25 PM Subject: load-on-startup broken

Which comes first basic authentication or redirection to SSL?

2001-07-23 Thread Jonathan Eric Miller
I'm using the following configuration in my web.xml file. I have it setup so that SSL is required. I also have it setup so that basic authentication is required. What I'm wondering though is what happens first, redirection to the SSL port or basic authentication? So, say I enter the following

Way to make Tomcat re-read tomcat-users.xml without having to restart Tomcat?

2001-07-23 Thread Jonathan Eric Miller
I noticed that it appears that Tomcat 4 only reads tomcat-users.xml on start up. Does anyone know if there is a way to programatically tell Tomcat to re-read this file? Basically, I want to have a Web page that allows a user to change their password. However, I don't want to have to restart

Tomcat cache

2001-07-19 Thread Laroche Eric
I d like to know if it is possible to configure the way tomcat cache works. In jrun, cache files are placed inside folders, but in tomcat, they are outside.

Tomcat 4.0 release date?

2001-07-18 Thread Jonathan Eric Miller
Anyone have any ideas on when Tomcat 4.0 might be released? I see that it's currently in Beta 5 whereas 3.3 is only at milestone 4. As far as I can tell, milestones are actually Alphas. Why not name them as such? Is 4.0 expected to be released before 3.3? If so, what's the point of 3.3? Jon

Tomcat 4.0 redirectPort question, how to redirect to SSL?

2001-07-18 Thread Jonathan Eric Miller
I read in another message that was posted to this list that you can use the redirectPort variable in server.xml for a connector to have a non-SSL connection redirected to a SSL connection? Can someone tell me what other settings I need to use in order to get this to work? Basically, what I want

Way to require 128-bit SSL encryption with Tomcat 3.2.2?

2001-07-16 Thread Jonathan Eric Miller
Does anyone know if there is a way to require 128-bit SSL encryption using Tomcat 3.2.2? I found that if nothing else you can query the javax.servlet.request.key_size attribute using Tomcat 4.0. However, I would like to be able to do this with the current release version of Tomcat and this

RE: So what *IS* available? Formerly Tomcat SUCKS

2001-06-28 Thread Eric Hartmann
We used Resin for months in production without big problems. It's stable and robust. Take a look at www.caucho.com. Eric -Original Message- From: Andy C [mailto:[EMAIL PROTECTED]] Sent: jeudi 28 juin 2001 11:45 To: [EMAIL PROTECTED] Subject: Re: So what *IS* available? Formerly Tomcat

How to mask servlet ?

2001-06-21 Thread Eric MARTIN
Does anybody know how to mask the servlet ? Using Apache /Tomcat, i would like the URL le /aName (or /) be redirect to my Servlet (without the /servlet/myServlet). He's there a way to do so ? Thanks Eric

/lib /WEB-INF/lib

2001-06-07 Thread eric ng
Hi, In tomcat or other servlet engine implements the spec. there are 2 place to put JAR files: 1) d:/tomcat/lib 2) d:/tomcat/webapps/abc/WEB-INF/lib I wonder what's the difference putting JAR in the 2 directory? any performance difference? Should I always put JAR into web apps's own lib?

Problem with JNDI and RMI (I think)

2001-06-04 Thread Per-Eric Olsson
of this seems to help... To be honest I don't even know why the server cares about where my servlet code finds the Bysiness-3-1.jar, because it should not load anything from it. Anyway, I would be most grateful for any hints of how to solve this problem. Thanks, Per-Eric Olsson

Compiling precompiled JSPs

2001-06-04 Thread Eric Fried
Hi, I am using the JspC application to precompile my JSP files to java. In terms of the javac compile, does anybody know what (if anything) I need in my classpath to do the compile, aside from my own application jars? THanks, Eric Fried

Re: Starting Tomcat without new DOS Window

2001-05-29 Thread Jonathan Eric Miller
I don't know about the service related part of your question, but, I found out how to start it without opening a new Command Prompt window. In startup.bat, you should see a line like the following. call %TOMCAT_HOME%\bin\tomcat start %1 %2 %3 %4 %5 %6 %7 %8 %9 If you change the text start to

Trouble configuring a .jar file

2001-05-25 Thread eric willialms \(mmi\)
) at java.lang.Thread.run(Thread.java:484) Thanks Douglas Eric Williams Solutions Manager MediaMix Interactive 5233 Dundas St. W. Toronto, Ontario M9B 1A6 t: 416.233.8943 | f: 905.795.0932

RE: Two webapps sharing same classpath in Tomcat 4.0-b3

2001-05-24 Thread Eric Wu
I have been running into the same problem. I would be interested to know what you find out. My platform is Tomcat 3.2.1 with IIS on NT 4. Eric Wu Java Architect GlobalMedic Inc. 8200 Decarie Blvd., Suite 205 Montreal, Qc. Canada, H4P 2P5 Tel: (514) 738-6770 Ext. 239

Milestone 3 as service?

2001-05-23 Thread Eric Lubin
directories. Do I need to change anything other than the first 2 lines of wrapper.properties? Thanks, Eric

Repost: AdaptiveClassLoader problems with Tomcat 3.2.1, IIS and Struts web apps

2001-05-23 Thread Eric Wu
apps running in a single instance of Tomcat? Have I overlooked something? I did not have any problems hosting multiple web apps using with JRun... Any insight is appreciated. Eric Wu Java Architect GlobalMedic Inc. 8200 Decarie Blvd., Suite 205 Montreal, Qc. Canada, H4P 2P5 Tel

RE: problem with /jakarta/isapi_redirect.dll on win2k

2001-05-23 Thread Eric Wu
Did you check the settings in the registry (under HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\1.0)? Verify that the extension_uri, worker_file and worker_mount_file settings are pointing to the correct files. Eric -Original Message- From: Robert

Re: Images not showing on Win2000

2001-05-22 Thread Eric Lubin
Jim, Thank you very much if you are the one who fixed this problem. Forgive my ignorance, but what is T3.3m3. Is that the latest beta build that I can download from apache.org? Eric Lubin T/L 443-6954 External: 561-443-6954 Notes ID: elubin@ibmusm20External: [EMAIL PROTECTED] Jim

Re: Classpath setting

2001-05-22 Thread Eric Lubin
Sure, just look through tomcat.bat and modify it. The classpath is clearly listed in there... Eric Lubin [EMAIL PROTECTED] Manuel Melle Ocariz [EMAIL PROTECTED] on 05/22/2001 09:38:17 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Classpath setting Hi

Re: Running Tomcat as an NT Service

2001-05-21 Thread Eric Lubin
I run it as a service on win2000 and don't have this problem. I simply modified the first 2 lines of wrapper.properties like specified, and everything else gets picked up from server.xml or web.xml in my directory. Eric Lubin T/L 443-6954 External: 561-443-6954 Notes ID: elubin@ibmusm20

Images not showing on Win2000

2001-05-21 Thread Eric Lubin
at that directory and let Tomcat build the page for you. Click on both images In my case, only the first one will display. The second will give a 404 page not found error. Eric Lubin [EMAIL PROTECTED]

Images don't show using default directory

2001-05-18 Thread Eric Lubin
of the images are valid graphics and can see them outside of the website. Is there any settings I am missing? Has anyone else seen this? Is this a 2000 thing? Thanks, Eric Lubin [EMAIL PROTECTED]

Re: where would I put a properties file?

2001-05-18 Thread Eric Lubin
You can put the properties file anywhere in your classpath. Eric Lubin T/L 443-6954 External: 561-443-6954 Notes ID: elubin@ibmusm20External: [EMAIL PROTECTED]

Re: port 8080 to port 80?

2001-05-18 Thread Eric Lubin
Yes, it's SERVER.XML not WEBSERVER.XML and it's in the /conf/ directory. Eric Lubin T/L 443-6954 External: 561-443-6954 Notes ID: elubin@ibmusm20External: [EMAIL PROTECTED] Purcell, Scott [EMAIL PROTECTED] on 05/18/2001 09:46:34 AM Please respond to [EMAIL PROTECTED] To: '[EMAIL

Re: Servlet Placement

2001-05-18 Thread Eric Lubin
modify your web.xml file so the classname is coreservlets.HelloWorld Eric Lubin T/L 443-6954 External: 561-443-6954 Notes ID: elubin@ibmusm20External: [EMAIL PROTECTED] Purcell, Scott [EMAIL PROTECTED] on 05/18/2001 10:06:57 AM Please respond to [EMAIL PROTECTED] To: '[EMAIL

Re: RequestDispatcher.forward()

2001-05-18 Thread Eric Lubin
(IOException - the translator might be down,ServConnBhvrErrors.CANT_CONNECT_TO_SERVER,ioe); } } } Eric Lubin T/L 443-6954 External: 561-443-6954 Notes ID: elubin@ibmusm20External: [EMAIL PROTECTED] Sebastian Schulz [EMAIL PROTECTED] on 05/18/2001 10:58:33 AM Please respond

admin question

2001-05-18 Thread Eric Lubin
is there any way to stop/restart the server remotely without telnet access?? I know I can do a net stop jakarta and net start jakarta. Is there any restart option on the admin console? Has anyone written a Java utilility to do this? Thanks, Eric Lubin [EMAIL PROTECTED]

Setup problem with SOAP

2001-05-14 Thread eric cheung
%;%TOMCAT_HOME%\lib\xml.jar set CLASSPATH=%CLASSPATH%;%TOMCAT_HOME%\lib\servlet.jar set CLASSPATH=%CLASSPATH%;%JAVA_HOME%\lib\tools.jar Grateful for advice. Thanks eric

Re: Correct way to have a servlet exit ???

2001-05-09 Thread eric chacon
I don't know if it's safe to call destroy() -- it occurs to me that that might be App Server dependent (I'd have to check the spec to be sure). You might not want to do that though, depending on what the problem was: If the servlet cannot find a config file, you might want it start up in a

Class loader problems with Tomcat 3.2.1 and Struts web apps - Help!

2001-05-09 Thread Eric Wu
problems doing the same thing with JRun... Any insight is appreciated. Eric Wu Java Architect GlobalMedic Inc. 8200 Decarie Blvd., Suite 205 Montreal, Qc. Canada, H4P 2P5 Tel: (514) 738-6770 Ext. 239 Fax: (514) 738-4827 Email: [EMAIL PROTECTED] Web: http://www.globalmedic.com/ Gold

Relative Path Problem

2001-05-08 Thread eric chacon
that heirarchy? Thanks, Eric [EMAIL PROTECTED] _ Get your FREE download of MSN Explorer at http://explorer.msn.com

Re: Forwarding in Tomcat

2001-05-08 Thread eric chacon
The rest of the code should execute normally after the forward. It is my understanding that calling forward simply tags the HttpRequest object, telling the app server to forward it to the target servlet upon completetion of the code. In fact if, in the doGet() method of Servlet0, you forward

Re: Servlets threads

2001-05-08 Thread eric chacon
It is my understanding that each user has a thread, and unless you synchonize your servlet methods, each user who is in your servlet will use the same JDBC connection. If you created a connection inside you doGet() method, then you would have 1 connection per thread. Whether this works

Re: JNDI Datasource in Tomcat

2001-05-07 Thread eric chacon
? I'm trying to use Oracle, but it's giving me null pointer exceptions when I run the test. Could you send your poolman.xml file? Thanks dave eric chacon wrote: You'll need some connection pooling software which doesn't appear to come bundled with Tomcat. There are several open-source

Tomcat/Apache Help!

2001-05-06 Thread eric chacon
for Tomcat # JkMount /*.jsp ajp12 JkMount /servlet/* ajp12 But I want .css's for .html files to be handled correctly, also... What am I missing? Cheers, Eric _ Get your FREE download of MSN Explorer at http://explorer.msn.com

Re: JNDI Datasource in Tomcat

2001-05-06 Thread eric chacon
Harden, You'll need some connection pooling software which doesn't appear to come bundled with Tomcat. There are several open-source connection pools. I've used PoolMan (www.codestudio.com), and found it to work pretty well. I did have a problem using JNDI, which I never successfully

Re: JAVA vs. PERL startup time + memory

2001-05-05 Thread Eric Fialkowski
Just one idea that isn't completely thought through so forgive me if this is ludicrous How about piping the output from the log into a FIFO/named pipe (read the man page for mknod if you're not sure what that is). Then you could have a background process that is reading from the pipe. That

com.sun.xml.parser?

2001-04-24 Thread Eric Kaplan
I download tomcat and try and run the tomcat start script to start, and I get class not found error on com.sun.xml.parser.Parser. This seems fairly basic. Can anyone help? -- Eric Kaplan Armanta, Inc. 55

RE: com.sun.xml.parser?

2001-04-24 Thread Eric Kaplan
version ? name of script ? - Original Message - From: Eric Kaplan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 3:28 PM Subject: com.sun.xml.parser? I download tomcat and try and run the tomcat start script to start, and I get class not found error

newbie tomcat question

2001-04-23 Thread Eric Kaplan
(Tomcat.java:163) Any help would be appreciated. -- Eric Kaplan Armanta, Inc. 55 Madison Ave. Morristown, NJ 07960 Phone: (973) 326-9600 winmail.dat

Tomcat vs JServ

2001-04-19 Thread Eric Mosley
y it would be JServ as it has been in bug fixing mode for so long it will have matured and is quite fast anyway? Any insights appreciated, Eric

RE: Tomcat vs JServ

2001-04-19 Thread Eric Mosley
I have a jServ box that has run with no problems of any kind for over a year and a half. To me that says a lot of jServ. Does the latest release of Tomcat finally support the automatic starting up of Tomcat (not manual)? What about speed? In some casual tests my jServ system runs faster than

freeBSD

2001-04-19 Thread Eric Mosley
Is the main reason that Tomcat is not recommended on freeBSD that there isn't a stable jdk1.2 port at the moment? Has anybody had any experience with Tomcat on freeBSD? What jdk are you using and is it working well?! Eric

Re: acknowledgment from web client

2001-04-19 Thread eric leung
can download it again. Thanks. --- eric leung [EMAIL PROTECTED] wrote: Hi, I have a servlet serves files for web browser. How can I know if the HTTP web browser had: 1) finished download 100% of the file, or; 2) only downloaded 50% of the file then click cancel, or; 3) only downloaded 70

Re: Working with the Jakarta NT Service

2001-04-19 Thread Eric Fialkowski
Title: Working with the Jakarta NT Service This is a know issue with JDK 1.3. I think 1.3.1 is supposed to fix it. - Original Message - From: Zyla, Christine To: '[EMAIL PROTECTED]' Sent: Thursday, April 19, 2001 3:39 PM Subject: Working with the Jakarta NT

Re: mod_jk.conf-auto

2001-04-19 Thread Eric Fialkowski
The file is org.apache.tomcat.task.ApacheConfig.java but the solution to make a copy and modify it is the better one. - Original Message - From: "Christian Ribeaud" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 19, 2001 4:03 PM Subject: mod_jk.conf-auto Hi, Which java

Re: Connection Pooling

2001-04-18 Thread eric chacon
I'm not aware of any connection pooling software that's native, or comes bundled with Tomcat. I've downloaded PoolMan (http://www.codestudio.com/), but I had some luck with v. 1.4.1 -- version 2.0beta (their latest) does not work (for me) at all. There are some other packages also

Re: Code Q.

2001-04-18 Thread eric chacon
and HttpServletResponse (not just HttpServlet). Servlets are kind of complicated--you might find it easier to start with some more basic Java and work up to Tomcat and servlets. Cheers, and good luck, Eric From: "Purcell, Scott" Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'&q

Re: newbie

2001-04-18 Thread eric chacon
This is normal behavior-- The first time, it compiles your JSP into a servlet, and after that, the servlet's loaded and ready to go. When you have a production site running, you might want to call all JSPs once every time you deploy so your users won't have to wait the first time... Cheers,

JDBC Realm Question

2001-04-17 Thread eric chacon
he connectionURL line or the driverName line, I get appropriate error messages telling me that these attributes are required. I'm not sure what a user property is... Cheers, and thanks, Eric _ Get your FREE download of MSN Explorer at http://explorer.msn.com

Re: JDBC Realm Question

2001-04-17 Thread eric chacon
That seems to have done it... thanks, Eric From: Stefan Meisner Larsen [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: JDBC Realm Question Date: Tue, 17 Apr 2001 14:55:21 +0200 Hi Eric You seems to be missing: connectionName="some

Re: mod_jk.so vs mod_jk.dll for Win32 and Apache 1.3.19

2001-04-15 Thread eric leung
I have the same doubt, i use 1.3.17. Why on win32 now, all module has .so ending? what i think is .so is for unix only. am i right? --- Ellis Teer [EMAIL PROTECTED] wrote: I currently use Apache1.3.14 + Tomcat 3.2.1 + mod_jk.dll on Win32. I recently tried to upgrade to Apache 1.3.19.  

Re: AddModule mod_jk.c

2001-04-15 Thread eric leung
thanks jeff, i had read this already, but i am still not very clear about difference between the 2. what i think is addmodule will add the module to the list. you can't use the module until you use the LoadModule command to load the module into memeory. you don't need to use AddModule before

PoolMan 1.4.1 JNDI Questions

2001-04-15 Thread eric chacon
I'm trying to run it straight. Any suggestions? Any ideas? Thanks, Eric PS: My attempts to get PoolMan 2.0 Beta working were total failures--I couldn't even get the basic stand-alone programs to work. _ Get your FREE download of MS

Re: j_security_check

2001-04-14 Thread eric leung
i am using VPN. it works on normal network connection. is that matter? --- eric leung [EMAIL PROTECTED] wrote: Hi, i had set up Form authentication in tomcat. I used apache 1.3.17 + tomcat 3.2.1. And i added this line --- JkMount /update

Servlet -- SingleThreadModel

2001-04-12 Thread eric leung
I have a servlet implements the SingleThreadModel Interface. But this servlet has problem handle more than 1 request at a time. Since I have 1 person on host1 upload a big file ( 20MB ) to the servlet. When the 2nd person on host2 send a request to that servlet. The servlet will not response.

Re: Servlet -- SingleThreadModel

2001-04-12 Thread eric leung
into that class - then have the empty servlet "new" an instance and call the service method. This way you can use instance variables and the Multi-Threaded Model. eric leung wrote: I have a servlet implements the SingleThreadModel Interface. But this servlet has problem handle more than

j_security_check

2001-04-12 Thread eric leung
Hi, i had set up Form authentication in tomcat. I used apache 1.3.17 + tomcat 3.2.1. And i added this line --- JkMount /update/j_security_check Ajp12 --- to mod_jk.conf, which will forward all the

RE: open source full-text-search-engines

2001-04-11 Thread Eric Hartmann
Hi, Look at lucene and netseeker in sourceforge (www.sourceforge.net) they are java opensource full text search engine. Eric -Original Message- From: Sebastian Schulz [mailto:[EMAIL PROTECTED]] Sent: mercredi 11 avril 2001 11:52 To: [EMAIL PROTECTED] Subject: open source full-text

Bad Links

2001-03-31 Thread Eric Bewley
I am unable to find the Jakarta NT service file at the link you provide. There is no such directory. Eric

Running Tomcat without tools.jar (javac) after precompiling my jsp's.

2001-03-29 Thread Eric Wong
onnectionHandler.java:210) at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java, Compiled Code) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java, Compiled Code) at java.lang.Thread.run(Unknown Source) Thanks!!! Eric W.

error 500, cannot find sun.tools.javac.Main

2001-03-28 Thread eric
I've seen that this problem has been addressed several times in the listserv logs but none of the solutions seem to fit my problem. Tomcat will start and will work with servlet's but it will not run JSP's when I try to run a JSP I get an class not found exception that cannot fine

Running Tomcat without tools.jar (javac) after precompiling my jsp's.

2001-03-28 Thread Eric Wong
) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java, Compiled Code) at java.lang.Thread.run(Unknown Source) Thanks!!! Eric W.

Tomcat SSL direct.

2001-03-26 Thread Eric Wong
I am trying to use Tomcat direct (standalone). I can get Tomcat SSL working if I generate the .keystore the following way: keytool -genkey -alias tomcat -keyalg RSA But when I generate the certificate with openSSL: 1. generate a request and key; openssl req

Win2000 IIS

2001-03-26 Thread Eric Jenson
Having an issue setting up Tomcat with Win2000 IIS. I have installed Tomcat 3.2.1 and successfully displayed the examples in the browser via the standalone mode. I did this for port 8080 and 80. I then loaded the isapi_redirect.dll in IIS. I have a green up arrow. I commented out the

Problem with Tomcat SSL Direct.

2001-03-24 Thread Eric Wong
-in REQ.pem -key KEY.pem -out CERT.pem 3. and finally import the certificate into the .keystore; keytool -import -v -trustcacerts -alias tomcat -file CERT.pem I need this to work so I can use a certificate from verisign. Please help!!! Thanks!!! Eric W.

RE: Refresh

2001-03-22 Thread Eric Jenson
If the file that has changed is actually an included file in the requested page, the container will not know to recompile the jsp page. You will need to open the file in NT and resave the requested jsp page to prompt the container to recompile. In Unix you use the touch command. Don't know if

Tomcat SSL Direct problem.

2001-03-22 Thread Eric Wong
-in REQ.pem -key KEY.pem -out CERT.pem 3. and finally import the certificate into the .keystore; keytool -import -v -trustcacerts -alias tomcat -file CERT.pem I need this to work so I can use a certificate from verisign. Please help!!! Thanks!!! Eric W.

RE: Tomcat 3.2 IIS 5.0

2001-03-21 Thread Eric Jenson
Have you specified the JAVA_HOME directory in the tomcat.bat file? set JAVA_HOME = C:\jdk1.2.2\ Have you installed the isapi_redirect.dll in IIS? Are you specifying the http://server:8080/ in your URL? I just installed it and works fine for me. -Original Message- From: Schmid, Klemens

JDBC Realm Problems; Probably server.xml related...

2001-03-11 Thread eric chacon
emove the RequestInterceptor entry for JDBC realms entirely, tomcat starts, and I can run servlets and JSPs. I'm not sure what a user property is... is this a simple oversight that I'm missing? Cheers, and thanks, Eric _

Re: Jakarta NT Service

2001-03-04 Thread Eric Fialkowski
This is a known bug with the JVM. I think there is one that doesn't exhibit this behavior, but I know that 1.3 does. Take a look at the Bug parade on Sun's Java site. - Original Message - From: "Alan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 04, 2001 2:25 AM

Re: jsp failure

2001-02-18 Thread Eric Fialkowski
You need to make sure that tools.jar (assuming Java 2 here) is in your classpath. Does you JAVA_HOME point to a JRE perhaps? - Original Message - From: "robert young" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, February 18, 2001 6:19 PM Subject: jsp failure Folks:

enctype=multipart/form-data problem

2001-01-23 Thread Eric Weber
Hi I read here http://www.oop-reserch.com/tomcat_3_1_ext.html that JSP could NOT handle yet data posted by a form with the method POST and enctype="multipart/form-data". Is this true? At least when I tried it out under Tomcat 3.1. it did not work. Did anybody solve the prob

mod_jk - undefined symbol

2001-01-19 Thread Eric Paul
? Eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: mod_jk - undefined symbol

2001-01-19 Thread Eric Paul
Message- From: Eric Paul [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 10:44 AM To: [EMAIL PROTECTED] Subject: mod_jk - undefined symbol Hi there. I'm trying to get Tomcat 3.2.1 working with Apache 1.3.14 on a Red Hat 6.2 Linux Box running 2.2.18 Kernel. Both Apache and Tomcat

RE: FIXED: mod_jk - undefined symbol

2001-01-19 Thread Eric Paul
for the help in fixing this! Eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: mod_jk.so

2001-01-19 Thread Eric Paul
/export your JAVA_HOME variable to point to your JDK installation (usually something like /usr/java/jdk1.3) and type make. Hope this helps! Eric At 12:49 PM 1/19/2001, you wrote: Where I get mod_jk.so for linux?? Thanks __ Do You Yahoo!? Get email

Re: mod_jk.so

2001-01-19 Thread Eric Paul
Do a locate/find to figure out where your copy of apxs really lives and edit the Makefile to call it from the right location. Eric At 02:41 PM 1/19/2001, you wrote: Hi Eric, I make this, but the following error occurred: make: /usr/sbin/apxs: command not found What it can be this? --- Eric

Re: Is My Tomcat on Linux starting up properly?

2001-01-19 Thread Eric Paul
You started the server as a user that doesn't have rights to the tomcat_home directory. The server is listening to the socket, but it probably can't reply with any reasonable output since it can't read or write to any of the files it needs. At 03:50 PM 1/19/2001, you wrote: Hi everyone, I'm

isapi_redirect log message

2001-01-19 Thread Eric Reeves
and performing well in a production environment)? Thanks in advance, Eric Reeves - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: How 2 use JAR files with Tomcat in Debian

2001-01-18 Thread Eric Weber
Hi You have to include the name of the jar in the class path, for example : setenv CLASSPATH ${CLASSPATH}:/usr/java/java3d-utils-src.jar Eric Nagappan A wrote: Hello all, I'm using Debian GNU/Linux + Apache + Tomcat. I, have list of class files and I, have made it 2 a jar. Now, how

oracle blob problem

2001-01-17 Thread Eric Weber
8.1.5.0.0. with the thin driver(classes111.zip) from oracle. I use Tomcat 3.1. Does anybody have an idea about this problem? ERic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Help Installing with Win32

2001-01-15 Thread Eric Weiss
.bat I get the error message: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tomcat/startup/Tomcat So I guess I'm missing a jar file that contains Tomcat.class, but I am not sure where that should be. Any h

Re: Help Installing with Win32

2001-01-15 Thread Eric Weiss
Thanks. It really is easy to get it running. Jserv 1.1 was easy enough, but this is even easier. Now I can get to work developing some servlets and JSP. Thanks a lot. Eric Filip Hanik wrote: jakarta-tomecat-3.2.1.zip is the only file you need really. Just unzip this file into %YOURDIR

binary file upload

2001-01-14 Thread Eric di Domenico
everything worked great! Anyway... just thought having an extra post in the archives wouldnt do any harm ;) Ciao Eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Same site multiple developpers

2001-01-09 Thread Eric di Domenico
Well, thanks... I see that there are no easy awnsers... hopefully version 4 will be easier to work with... If I find a suitable configuration I will port it on the list Thanks Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Wohleb Sent: 9

Same site multiple developpers

2001-01-08 Thread Eric di Domenico
and stuff...) If you have any suggestions Thanks Eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Tomcat dies immediately under windows

2001-01-02 Thread Eric Armstrong
the problem was: http://www.geocities.com/jdrudnicki/ I think it had got something to do with environment space of command prompt on Win98 or something... Alef - Original Message - From: "Eric Armstrong" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; "me" [EMAIL PROTECTED] S

Tomcat dies immediately under windows

2001-01-01 Thread Eric Armstrong
Note: Please use "reply all", as I am not subscribed at this address. Problem: * OS = Win98. * Tomcat startup announces "it is starting in a new window". * A window flashes up for an instant, and then disappears. * No LOGS directory was created. * After manually creating

BUG REPORT: Tomcat dies immediately under windows

2001-01-01 Thread Eric Armstrong
e the java command's command line option to set the classpath 2. Recurse. Make the tomcat start option do this: start tomcat run The latter is the simpler hack, though less efficient. In my version, I used: start /minimized tomcat run Eric Armstrong wrote: Note: Please use

Re: Tomcat dies immediately under windows

2001-01-01 Thread Eric Armstrong
More info: "tomcat run" works fine. (runs in the same window) "tomcat start" fails. (separate window dies) Some environment setting must be missing in the new window. Eric Armstrong wrote: Note: Please use "reply all", as I am not subscrib

Re: BUG REPORT: Tomcat dies immediately under windows

2001-01-01 Thread Eric Armstrong
Here is the change I made to tomcat.bat to solve the problem: :startServer echo Starting tomcat in new window start %TOMCAT_HOME%\bin\tomcat run goto cleanup Eric Armstrong wrote: Ah. I see it. It's a bug in tomcat.bat The start option in tomcat.bat sets the global CLASSPATH variable

Re: Q: PDF mime type not working

2000-12-29 Thread Eric Johnson
and see if that helps. If this is the source of your problem, there is no workaround to the best of my knowledge. -- Eric Johnson -- [EMAIL PROTECTED] Perfectionism is the enemy of creation... -- John Updike On Fri, 29 Dec 2000, Michael Wentzel wrote: I have written a Servlet that generates

really dumb question: tomcat + apache

2000-12-15 Thread Roubal, Eric
I'm trying to merely run the sample application given with the Tomcat documentation. I'm using tomcat-apache.conf. Merely using the ant tool like to doc tells me... Why do servlets only work when I address it as: http://localhost:8080/myapp/hello but it doesn't work when I put:

Servlets wont run

2000-12-14 Thread Roubal, Eric
When I run Tomcat with Apache, I can't get the sample Tomcat to execute the servlet (non jsp). I'm guessing its a config issue but I'm merely experimenting. Does anybody have any suggestions?

RE: linux-NT-MSsqlServer

2000-12-12 Thread Eric Hartmann
download a test version for 30j and limited to 5 connections. It seems that JTurbo is more reliable than jdbcKona. But this two level 4 drivers are good however we choose JTurbo that seems to be faster. I hope this helps Eric -Original Message- From: Carlos [mailto:[EMAIL PROTECTED]] Sent

<    5   6   7   8   9   10   11   >