Customize Error

2002-03-04 Thread Galbayar
How to customize Apache Tomcat/4.0.3 - HTTP Status 404 - /main.jsp type Status report message /main.jsp description The requested resource (/main.jsp) is not available. HTTP 400 Bad Request

Compiling mod_webapp.so ...

2002-03-04 Thread Julien OIX
Hi everyone, Because of an upload file's bug with mod_webapp-1.0-2.i386.rpm, I've done a snapshot from cvs to compile my own .so . It seems that the bug has diseappered, but when I restart Apache, it tells me : Starting httpd: [Mon Mar 4 09:18:05 2002] [warn] Loaded DSO modules/mod_webapp.so

Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path

2002-03-04 Thread Toru Watanabe
First, please make sure that Oracle client is installed in your machine. Abhishek Thanks buddy! Abhishek but ..i already did that Abhishek but i have a a requirement which says i have to use oci client only Abhishek any other solution ??? UnsatisfiedLinkError means JVM can't find shared

indexing Adobe PDF documents using Tomcat

2002-03-04 Thread Elwert . Marcus
Hello all, i followed this list for a while and read through the manuals but I found nothing about this topic. We are running our application on a IIS Server using ASP Technologie. We made the decision for a redesign using Tomcat and it seems that we can rebuild all features except for that.

RE: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path

2002-03-04 Thread Abhishek Pamecha
it is there.. -Original Message- From: Toru Watanabe [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 2:34 PM To: Tomcat Users List Subject: Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path First, please make sure that Oracle client is installed in

DataSource connection pool problems :(

2002-03-04 Thread Lev Assinovsky
Hi there! I give up! I can't set up DataSource connection pool. The related piece in server.xml looks as following: Resource name=lev/DataSource auth=Container type=javax.sql.ConnectionPoolDataSource/ ResourceParams name=lev/DataSource

Tomcat+Apache+mod_jk+ajp13 connection.

2002-03-04 Thread Edward Broustinov
Hello all, I'm having a problem making work the following configuration: Solaris 8, Apache 1.3.23(compiled with DSO), Tomcat 4.0.1, mod_jk (unknown version, but taken from jakarta-tomcat-3.2.4-src and compiled fresh) with ajp13 connector. I've checked the archives,the documentation at jakarta

Re: JSP XML style directives

2002-03-04 Thread Milan Stanojevic
As described in the JSP 1.2 Specification http://java.sun.com/products/jsp/download.html, your *entire* page must be expressed in the XML syntax for any of these directives to be recognized. Section 5.5 shows a simple page both ways. Thank you. I was reading some tutorial that is following

Apache 1.3.22 and Tomcat 3.3 on AIX 4.3.3

2002-03-04 Thread Peacock, Alasdair
I have managed to compile mod_jk.so on AIX, but whenever I now try to start up Apache I get the following error message from apachectl: ./apachectl[71]: 3322 Illegal instruction(coredump) ./apachectl start: httpd could not be started Can anybody tell me what I've done wrong and how to fix

Link problem?

2002-03-04 Thread GCS
Hi! I use Catalina 4.0.2 with J2SDK 1.4.0 on a Debian Woody system. I get a problem with JWebmail (jwebmail.sourceforge.net): exception javax.servlet.ServletException: Servlet execution threw an exception at +org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown

RE: Tomcat 4.0.02 and 1.3.1 JVM

2002-03-04 Thread Edward Haynes
I am using that combo and it crashed on me. I run Redhat 7.1. To get around it I just ran ulimit -s 2048 on the system before I tried to start tomcat and it worked fine from then on. -Original Message- From: Keith Ng [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 2:57 AM To:

RE: TOMCAT 4.0.2 server crash

2002-03-04 Thread Randy Layman
Sun has a page on their website listing all the registered driver vendor and they have JDBC mailing lists and forums where these questions would be appropriate. Randy -Original Message- From: Keith Ng [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 02, 2002 10:33 AM

RE: mod_jk 3.3 on AIX 4.3

2002-03-04 Thread Arnaud Heritier
I don't know but my CFG_LDFLAGS_SHLIB is defined as this : my $CFG_LDFLAGS_SHLIB = q( -G -bexpall -H512 -T512 -bhalt:4 -bM:SRE -bnoentry -bI:/aladin/stock/GUI/APACHE-1.3.22/libexec/httpd.exp -lc -ldl); I found this configuration in an old old mail posted in the mailing list from a someone who

Tomcat 4.02 stalling?

2002-03-04 Thread Jørgen Ramskov
I'm running a webapplication (a questionnaire, a lot of pages with forms that gets saved in a MySQL database) on Tomcat 3.2.x (the latest version) and it runs pretty okay. I have however tried to run it on Tomcat 4.02 and sometimes when I go through the questionnaire, it simply stalls - the

mod_webapp not transfer symbols of second half of code table

2002-03-04 Thread Valera Molyakov
The module mod_webapp by transfer GET request does not transfer parameters that containing symbols of second half of code table Why ??? May be comunication protocol have 7 bit range?

Re: Tomcat 4.02 stalling?

2002-03-04 Thread GCS
On Mon, Mar 04, 2002 at 01:49:54PM +0100, Jrgen Ramskov [EMAIL PROTECTED] wrote: I have however tried to run it on Tomcat 4.02 and sometimes when I go through the questionnaire, it simply stalls - the browser waits for an answer for several minutes. It doesn't crash, but it is almost the same.

AW: Tomcat 4.02 stalling?

2002-03-04 Thread Reto Badertscher
Hello, does it happen when a form is submitted? I have this kind of behaviour occasionally when submitting a form with many input fields - never tried with Tomcat 3.x. Regards Reto -Ursprüngliche Nachricht- Von: Jørgen Ramskov [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 4. März 2002

Re: Tomcat 4.02 stalling?

2002-03-04 Thread GCS
Hello, On Mon, Mar 04, 2002 at 02:06:00PM +0100, Reto Badertscher [EMAIL PROTECTED] wrote: does it happen when a form is submitted? I have this kind of behaviour occasionally when submitting a form with many input fields - never tried with Tomcat 3.x. Yes, it happens _only_ when I submit a

RE: Use manager with different hosts

2002-03-04 Thread Cox, Charlie
each virtual host is independent. Therefore tomcat only keeps the login information for the current virtual host and applies it to any required context(manager is a context). Noone should be able to manage other virtual hosts. Charlie -Original Message- From: Philipp Sumi

RE: SSI in TC3.3?

2002-03-04 Thread Larry Isaacs
No. Tomcat 3.3 doesn't include support for SSI. There is SSI support in Tomcat 4.x in the form of an SSI servlet. I believe this servlet is disabled by default in the recent Tomcat 4.0.x releases. See the Tomcat 4.x conf/web.xml file for details. Cheers, Larry -Original Message-

RE: Tomcat 4.0.02 and 1.3.1 JVM

2002-03-04 Thread Keith Ng
How did it crash? can u elaborate? Like when you are just starting tomcat 4.0.2? Or did it crash in the middle of the web application? wats the equalivance of ulimit -s 2048 on ms win2k? -Original Message- From: Edward Haynes [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 8:29

RE: Tomcat 4.02 stalling?

2002-03-04 Thread Jorgen Ramskov
On Mon, Mar 04, 2002 at 01:49:54PM +0100, Jrgen Ramskov I also noticed this. But I have a webmail system. The user logs in, very fast. Next time he logs in again fast. Later, Catalina 4.0.2 just stalls, and the user can not log in. The browser cancel the connection due to a timeout.

RE: Tomcat 4.0.02 and 1.3.1 JVM

2002-03-04 Thread Edward Haynes
When I started tomcat `service tomcat4 start`, the process would start up for a minute and then disappear. It would not show any error messages. But when I tried to stop the service (even though it failed) `sevice tomcat4 stop` , I would get a segmentation fault error from the jvm. This is a

RE: Use manager with different hosts

2002-03-04 Thread Cox, Charlie
you can create a JDBCRealm for each virtual host that has its own table for logins. You really shouldn't use the MemeoryRealm(a flat file) for production. Charlie -Original Message- From: Philipp Sumi [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 8:57 AM To: Tomcat Users

RE: Tomcat 4.0.02 and 1.3.1 JVM

2002-03-04 Thread Keith Ng
well actually my problems are Tomcat 4.0.2 can start up very well in my win2k. its just that there are eccentric behaviour like shutting down automatically -Original Message- From: Edward Haynes [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 10:01 PM To: 'Tomcat Users List'

RE: Tomcat 4.02 stalling?

2002-03-04 Thread Jørgen Ramskov
Reto Badertscher wrote: does it happen when a form is submitted? I have this kind of behaviour occasionally when submitting a form with many input fields - never tried with Tomcat 3.x. Yes, it happens when I submit a form. -- Joergen Ramskov -- To unsubscribe: mailto:[EMAIL PROTECTED]

Re: Use manager with different hosts

2002-03-04 Thread Philipp Sumi
Hello Charlie You are right, but the other virtual host looks up the password in the same file. To get the manager context of virtual host B, I can enter my id/password I used on virtual host A to get access... Philipp - Original Message - From: Cox, Charlie [EMAIL PROTECTED] To:

Unable to run examples

2002-03-04 Thread RFelipe
I just installed Tomcat version 4.0.3. The main page works fine (http://localhost:8080) but when I run the JSP samples I get the error: javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:93

RE: Unable to run examples

2002-03-04 Thread KC Berg
Do you have your JAVA_HOME sys var pointed at your JDK or your JRE? It needs to point at your JDK so that the jsp can get compiled when you request the page. From the error it looks like your missing the JSP compiler the above suggestion should work. KC -Original Message- From: RFelipe

Pls Help!! Uploading an image

2002-03-04 Thread Uma Maheswar
HI, I need help from any of you. I need a programme to upload an image to the database while submitting a form. If any one is having the source code pls help me. Regards Uma

RE: Unable to run examples

2002-03-04 Thread Randy Layman
-Original Message- From: KC Berg [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 10:42 AM To: 'Tomcat Users List' Subject: RE: Unable to run examples Do you have your JAVA_HOME sys var pointed at your JDK or your JRE? It needs to point at your JDK so that the jsp

Tomcat 4.0.2 unpacking wars

2002-03-04 Thread JBrawner
I've upgraded from Tomcat 3 to Tomcat 4.0.2 and have lost the ability to unpack wars. Here is a piece of my server.xml Host name=localhost debug=0 appBase=webapps unpackWARs=true Context path=/PSP docBase=PSP debug=0 reloadable=true Logger

Http10Interceptor: SocketException reading request, ignored

2002-03-04 Thread Chris Gokey
Hi... Tomcat 3.3 has been behaving flawlessly for us recently until today, suddenly we are getting: Http10Interceptor: SocketException reading request, ignored Any idea why one would get this error? We recently had a publication go out regarding our system, so our load is probably higher than

URGENT: Is the xerces.jar with TC 4.0.1 jaxp 1.1 compliant?

2002-03-04 Thread Kapasi, Mehjabin
Hi, Does anyone know if xerces.jar with TC 4.0.1 is jaxp1.1 compliant? If I want to use crimson.jar, do i need to do a lot of changes to migrate from xerces to crimson? I would appreciate any kind of help on this soon! thank you -Mehjabin -- To unsubscribe: mailto:[EMAIL PROTECTED] For

Re: Pls Help!! Uploading an image

2002-03-04 Thread Lev Assinovsky
I use special bean from: http://www.javazoom.net/jzservlets/uploadbean/uploadbean.html Usually web servers don't support uploading because it's still RFC. Uma Maheswar wrote: HI, I need help from any of you. I need a programme to upload an image to the database while submitting a form. If

[Newbie] How to do ???

2002-03-04 Thread dark.wizzard
Hi people: How I can configure JAKARTA-TOMCAT-4.0.1 ??? I read the docs but I don't understand where I put the files ... If someone can help me ... Thank __ Quer ter seu próprio endereço na Internet? Garanta já o seu e

Re: Datasources context ?

2002-03-04 Thread tsmets
Mark, Since then ... nothing new ? Thomas, -- Thomas SMETS rue J. Wytsmanstraat 62 1050 Bruxelles yahoo-id : smetsthomas - Original Message - From: Mark [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: 17 February, 2002 11:48 PM Subject: RE: Datasources context ?

SSL_CLIENT_CERT in tomcat

2002-03-04 Thread Laurie Young
Hi I am running Apache, and connecting to tomcat using mod_jk In the information abtou mod_jk, and apache+mod ssl, foudn at http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-ssl-howto.html#s4 It says: If you use Apache with SSL (Apache-SSL or apache+mod_ssl) and the JkExtractSSL

Re: Warp Connector still broken in 4.0.3 on Win platforms...sigh

2002-03-04 Thread Jonathan Eric Miller
According to the announcement, 4.0.3 is really just 4.0.2 with a security patch applied. So, I'm pretty sure any other post 4.0.2 fixes won't be in there. Jon - Original Message - From: Andrzej Jan Taramina [EMAIL PROTECTED] To: tomcat Users List [EMAIL PROTECTED] Sent: Sunday, March

Re: Compiling mod_webapp.so ...

2002-03-04 Thread Charles Swarts
Yes, I had to do this too, to compile the mod_webapp module with EAPI support. You are just missing one step. After you get the fresh cvs snapshot (like you did ), go forth like this: # cd jakarta-tomcat-connectors/webapp # ./support/buildconf.sh # CFLAGS=-DEAPI # ./configure

Re: Compiling mod_webapp.so ...

2002-03-04 Thread brian ally
'lo, this warning may be ignored. The group that wrote mod_SSL needed to add some hooks into the server engine, and created the EAPI. The warning was added by them. BUT, most, if not all, modules do not depend on EAPI. AFAIK, these changes haven't _officially_ been accepted. The warning is

AW: Tomcat 4.02 stalling?

2002-03-04 Thread Reto Badertscher
The question is: what can we do about this? What could cause the error? I never had this error when working from within the Intranet - it happened when connection from the Internet. Reto -Ursprüngliche Nachricht- Von: Jørgen Ramskov [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 4. März

Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path

2002-03-04 Thread brian ally
Are you starting tomcat as root? On my linux box, if i su to root, all manner of LD_LIBRARY_PATH problems begin. i need to su - (with the dash). Could this be your problem? /b Abhishek Pamecha wrote: it is there.. -Original Message- From: Toru Watanabe [mailto:[EMAIL PROTECTED]]

Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path

2002-03-04 Thread David Cassidy
Brian, For a very large number of reasons it's probably best not to run tomcat under the super user account... You might want to try setting the LD_LIBRARY_PATH env in your startup / shutdown scripts... Or you might want to look at ldconfig ... D brian ally wrote: Are you starting tomcat

Re: Warp Connector still broken in 4.0.3 on Win platforms...sigh

2002-03-04 Thread Remy Maucherat
According to the announcement, 4.0.3 is really just 4.0.2 with a security patch applied. Yes, I can confirm that. So, I'm pretty sure any other post 4.0.2 fixes won't be in there. 4.0.4 b1 is coming out later today, BTW (the binaries are already online, actually). It doesn't contain many

Newbie - Help me !!!

2002-03-04 Thread dark.wizzard
I can't deploy correct my files into TOMCAT structure ... Where I create dir WEB-INF/classe Where I deploy the resource files (like JSP1.2) ??? Where I put my .JSP and .HTML files ??? Is all files put into JAKARTA-DIR Thank

More information about the SQL errors??????

2002-03-04 Thread fusterjj
Hello all, I am implementing a program that interacts with an Access database, mainly are check boxes with some fill in forms. The form is an HTML file and then through the servlet I get to the database. When I compile the servlet it does not contain any error, but it is not inserting any

RE: More information about the SQL errors??????

2002-03-04 Thread Jim Urban
The simplest thing is to add System.err.println messages through out your code then run it and see what happens. Jim -Original Message- From: fusterjj [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 12:06 PM To: 'Tomcat Users List' Subject: More information about the SQL

Re: SSL_CLIENT_CERT in tomcat

2002-03-04 Thread Eric Gilbertson
Lauire: You can get the client cert info from the the HttpServletRequest argument that is passed into your doGet/Post method. See chapter 8 of More Servlets and Server Pages for an example. HTH, Eric Gilbertson [EMAIL PROTECTED] At 05:19 PM 3/4/2002 +, Laurie Young wrote: Hi I am running

RE: Tomcat 4.02 stalling?

2002-03-04 Thread Jarecsni János
Hi, I have something similar. I use TC4.0.2 with JBoss244, with Apache in the front line. Formerly I used TC323 which ran for weeks without restarting. Then came TC4.0.2. It first made the JVM crash (both 1.3.0 and 1.3.1_02 on linux). Then I upgraded to 1.4.0. Now there's no JVM crash it's true,

Loadbalancing question

2002-03-04 Thread Michael Molloy
Been working with the loadbalancing in 3.3a, and I've *almost* got it. The last hurdle seems to be splitting the requests between 2 different computers. In my workers.properties file, I've got two workers set up, one of which is going to localhost (local) and the other (remote) to a remote

Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path

2002-03-04 Thread brian ally
i don't run as root; i think i misundertood/mixed up the situation with an earlier post or from wherever /b David Cassidy wrote: Brian, For a very large number of reasons it's probably best not to run tomcat under the super user account... You might want to try setting the LD_LIBRARY_PATH

Re: mod_webapp with apache 2.0

2002-03-04 Thread John Chan
Hi... Would you be so kind as to send the makefile you used. I don't really understand how the whole compile process here works. From what I can see, running make (the one generated by configure) only runs apxs... Thanks in advance. Regards, John I believe the makefile is wrong. I had

JDK1.4 + Tomcat 4.0.3 + Ajp13: Connector Socket Exception

2002-03-04 Thread Fábio Sato
I upgrade my JDK and Tomcat to solve some instability problems that I was having using the following configuration: Linux RH 7.2 + Sun JDK 1.3.1 + Tomcat 4.0.1 + Apache 1.3.22 Now I have the Sun JDK1.4 and Tomcat 4.0.3 integrated with the Apache Server via mod_jk (Ajp13). The problem is that

RE: indexing Adobe PDF documents using Tomcat

2002-03-04 Thread Cox, Charlie
you may want to look at lucene(another jakarta project). They focus on the indexing/searching of documents, so you may want to see if someone has contributed anything for PDFs. I'd hate to see anyone be forced to use ASP's :) Charlie -Original Message- From: [EMAIL PROTECTED]

Session.getAttribute gives null when it shouldn't?

2002-03-04 Thread Scott Jones
Hello, I've just upgraded to Tomcat 4.0.1 (I'm using Cocoon 2, and wasn't able to get everything working with 4.0.2). I've just received an error from one user (my error page stores errors, and their stacktraces), where they had a session.getAttribute(something) that returned null where

tc4-- multiple catalina bases, one binary

2002-03-04 Thread Rami Friedman
Hi. I'm trying to create an environment in which many developers can develop on a single instance of tomcat on a single host. I've written a script that sets each user's CATALINA_BASE appropriately and creates the webapps and conf directories under the respective base dirs. It also assigns a

RE: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared librarypath

2002-03-04 Thread Abhishek Pamecha
my requirement restricts me to use only oci driver .. :( -Original Message- From: Fabio Sato [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 2:35 AM To: Tomcat Users List Subject: RE: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared librarypath Why don´t you try the

Setting up jdbc connections

2002-03-04 Thread Andrew Falanga
Hello everyone, Setting up Tomcat is NO easy project. I've been struggling for about a week and a half to get tomcat to read a special servlet/application/I really don't know what to call it. (Unfortunately, that's my biggest problem, I'm very unfamiliar with things I'm playing around

Re: mod_webapp with apache 2.0

2002-03-04 Thread Cavan Morris
Your right about the makefile. I guess what I said before wasn't exactly so. What I ment was that the output of the make command didn't link it shared. What I actually did to fix it was copy the last libtool opperation from the output to the command line, edit it, and rerun it. Here is

Problem with mod_jk.conf file

2002-03-04 Thread Jeff Self
I tried installing a package called Servlet_JDBC_Validate.war into my $TOMCAT_HOME/webapps directory. I restarted Tomcat and Apache as well as run tomcat.sh start -jkconf (I'm running Tomcat with Apache). When I tried to bring up http://localhost/Servlet_JDBC_Validate/ but I got a file not found

Re: Setting up jdbc connections

2002-03-04 Thread Emir Alikadic
On 03/04/2002 04:18 PM, Andrew Falanga wrote: Hello everyone, Hi, Setting up Tomcat is NO easy project. I've been struggling for about a week and a half to get tomcat to read a special servlet/application/I really don't know what to call it. (Unfortunately, that's my biggest

Double-byte character support in TC 4.0.1

2002-03-04 Thread Kapasi, Mehjabin
Hello, Can anyone tell me if Tomcat 4.0.1 supports double-byte characters? I have tried to look on the web for information but cannot find any. Thank you in advance. -Mehjabin -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list:

Tomcat/Struts Profiling results

2002-03-04 Thread TKV Tyler VanGorder
Hi, For the last week and a half, a colleague and myself have been doing load/ scalability testing for our struts/jsp-based application. I would like to share our results in the hopes that it may help someone else faced with a similar task. We had a tough time finding real-world examples that we

runaway process in java while using tomcat

2002-03-04 Thread DNewman
Hello, I am hoping someone can help me with this problem I am having. I am using tomcat 4.0.1 to run a web site with jsps. This site uses alot of database connecting with Informix. For some reason, usually within 2 hours of starting up tomcat, a process will start to take up 100% of the CPU. The

RE: runaway process in java while using tomcat

2002-03-04 Thread Dahnke, Eric
Does the process go away or release back CPU eventually? On what system? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 6:41 PM To: '[EMAIL PROTECTED]' Subject: runaway process in java while using tomcat Hello, I am hoping someone

RE: runaway process in java while using tomcat

2002-03-04 Thread DNewman
Does the process go away or release back CPU eventually? The process never goes away. I have two processeor for the system and once both of them get this runaway process the website stops responding to any http requests. and then i have to shut down and restart tomcat in turn killing those

RE: Tomcat/Struts Profiling results

2002-03-04 Thread Jeremy Joslin
-Original Message- From: TKV Tyler VanGorder [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 3:32 PM To: '[EMAIL PROTECTED]' Subject: Tomcat/Struts Profiling results snip Software Database Server == Oracle 8 EJB

JSP documentation

2002-03-04 Thread Ming
Hi, I'm very new at Tomcat and JSP programming but have written some JSP scripts. Can someone tell me what's the best way to write in-program documentation? I mean the documentation that can be embedded in the program. I'm planning to write a separate documentation but heard that there might be

RE: JSP documentation

2002-03-04 Thread Brett Porter
For Java, you use Javadoc (go to java.sun.com, don't ask those questions here). For JSP, you can use %-- for comments not passed to the user --% But you don't get any Javadoc from that. I believe it is enough documentation for a JSP and the rest should be external (view structure). - Brett

mod_jk fails in chrooted environment

2002-03-04 Thread Rohan Oberoi
- I have a chrooted Apache 1.3.23 web server that has been running without a problem on RedHat 7.2. - Trying to get mod_jk to work on this server has been a nightmare. It works (using mod_jk.conf-auto) when I run Apache non-chrooted. However, when I run Apache chrooted, mod_jk fails with the

Re: Newbie needs config help for tomcat4

2002-03-04 Thread Galbayar
create your context on the Tomcat and add to httpd.conf WebAppDeploy youralais conn /yourcontext this line - Original Message - From: Bryan Zimmer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 05, 2002 03:04 Subject: Newbie needs config help for tomcat4 Hello all,

Re: Pls Help!! Uploading an image

2002-03-04 Thread Uma Maheswar
Hi, I tried using O'Reilly, but it is confusing. I need a simple one than that one. Can you help me? Uma - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 05, 2002 2:34 AM Subject: Re: Pls Help!! Uploading an image Uma, The

RE: Pls Help!! Uploading an image

2002-03-04 Thread Brett Porter
You might try struts: http://jakarta.apache.org/struts It has an easy way to get multipart content from a form, including an easy example, but there is a learning curve to setting up struts itself. The code is not going to just appear before your eyes unfortunately :) - Brett -Original

Re: Pls Help!! Uploading an image

2002-03-04 Thread Uma Maheswar
Dear Brett, Could you please send me the code? Uma - Original Message - From: Brett Porter [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, March 05, 2002 7:14 AM Subject: RE: Pls Help!! Uploading an image You might try struts:

Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path

2002-03-04 Thread Toru Watanabe
Hi Abhishek, try following jsp. this jsp displays java.library.path. It suppose there is no libocijdbc8.so in above pathes. you should find libocijdbc8.so and add to LD_LIBRARY_PATH. -snip % String libpath = (String)(System.getProperty(java.library.path)); % html head title library

RE: Double-byte character support in TC 4.0.1

2002-03-04 Thread Chris Campbell
We use it for Japanese with no problems. ChrisC -Original Message- From: Kapasi, Mehjabin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 7:52 AM To: 'Tomcat Users List' Subject: Double-byte character support in TC 4.0.1 Hello, Can anyone tell me if Tomcat 4.0.1

Re: Double-byte character support in TC 4.0.1

2002-03-04 Thread Toru Watanabe
Hi Kapasi, Kapasi Can anyone tell me if Tomcat 4.0.1 supports double-byte characters? Yes. Regards, Watanabe -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Setting up jdbc connections

2002-03-04 Thread Joel Rees
Andrew Falanga wrote: However, for example, I downloaded and installed tomcat 3.3a via rpm for Red Hat Linux, ... Such as, %TOMCAT_HOME/bin and many others. This looks kinda weird to me. Can you provide more specifics to our helpful friends on the list? OS? Hardware? Did you ever get the

[Ajp13] bad read: -103 error !

2002-03-04 Thread ravi
I am using tomcat 4.01 on win2k with ajp13 connector. All my applications are running properly but in the stdout logs following message is logged every 2 to 3 second!. [Ajp13] bad read: -103 What could be the problem and How to fix this? Thanks in advance, With Best Regards, Ravi Naidu -- To

RE: Apache 1.3.23 +Tomcat 4.0.2

2002-03-04 Thread Patrick Lee
See: http://www.ubeans.com/tomcat/index.html Works for me. At 12:19 PM 3/3/2002, Brian Adams wrote: Hi David, There is a two mods you can use. mod_jk and mod_webapp. webapp http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-connectors/webapp/ jk_mod

Issue with Catalina Jar

2002-03-04 Thread todd tredeau
I have a problem, as several others also have noticed this problem / issue I am not submitting a bug, as I just may be stupid In tomcat 401, Jetspeed runs fine, no problem In 402- (i haven't found the cvs yet) it has errors If you replaced just the catalinajar back to 401 it will work, no

RE: Double-byte character support in TC 4.0.1

2002-03-04 Thread Jeremy Joslin
If you're encoding characters 127 using the URLEncoder class it would be worth your time to examine this bug report: http://developer.java.sun.com/developer/bugParade/bugs/4354951.html Jeremy Joslin Software Engineer Spotlife Inc. http://www.spotlife.net -Original Message- From: Toru

2nd try: Custom tag fails to load class file

2002-03-04 Thread K Br
Please help. A simple custom tag (bodyless) fails because Tomcat 4.0.2 standlone can't load the class file (details below). The class file is in WEB-INF/class and the tld file is in WEB-INF/tld. Is there a way to turn on class loading log to figure out why a class is not loaded by Tomcat.

Monitor tomcat....

2002-03-04 Thread Gordon Luk
Hi all, I would like to ask any GUI tools that can monitoring the tomcat server stauts at runtime, for example : it could know how many session opened, how many servlet instance activated etc... Please point me where can i find it. Thanks. Gordon

RE: 2nd try: Custom tag fails to load class file

2002-03-04 Thread Halfmann, Klaus
The class file (it extends TagSupport class) is located in WEB-INF/class/basic/Hello.class. Why does it fail to load the class? I thouhg all classes under WEB-INF/class are automtically loaded by the container. Mhh, when I look at the examples folder I see WEB-INF\classes. So I think

AW: Session.getAttribute gives null when it shouldn't?

2002-03-04 Thread Ralph Einfeldt
The 'legal' ways to get this result: - Lost session. If you loose a session all values assigned to the session will be lost. One typical reason to loose a session: Forget to call encodeUrl() on a link and the user has cookies disabled. Another reason: session timeout. -

How to log shutting down of tomcat

2002-03-04 Thread Keith Ng
is there anyway to log the shutting down of tomcat? My tomcat server tend to auto shutdown for unknown reasons. I have been trying to trace to no avail. Currently using 1.3.1 and tomcat 4.0.2. it shuts down like after 4-5 hours and i wasnt able to track why did it shutdown. I have changed my

RE: runaway process in java while using tomcat

2002-03-04 Thread Halfmann, Klaus
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] wrote : I am hoping someone can help me with this problem I am having. I am using tomcat 4.0.1 to run a web site with jsps. This site uses alot of database connecting with Informix. For some reason, usually within 2 hours of starting up

RE: Tomcat 4.02 stalling?

2002-03-04 Thread Keith Ng
Using 1.3.1, 4.0.2 and It happens to me occassionally when i try to access from Internet -Original Message- From: Jørgen Ramskov [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 9:12 PM To: 'Tomcat Users List' Subject: RE: Tomcat 4.02 stalling? Reto Badertscher wrote: does it

AW: mod_jk fails in chrooted environment

2002-03-04 Thread Ralph Einfeldt
errno 111 = connection refused I don't know all reasons for this error message. But one reason is, that there is no service listening on the given port. I guess that the java part of the connector is not running. -Ursprüngliche Nachricht- Von: Rohan Oberoi [mailto:[EMAIL

RE: How to log shutting down of tomcat

2002-03-04 Thread Halfmann, Klaus
Keith Ng [mailto:[EMAIL PROTECTED]] wrote: is there anyway to log the shutting down of tomcat? My tomcat server tend to auto shutdown for unknown reasons. I have been trying to trace to no avail. Currently using 1.3.1 and tomcat 4.0.2. it shuts down like after 4-5 hours and i wasnt

RE: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path

2002-03-04 Thread James, Stuart
if your using jdk1.4 and tomcat 4.02 try using the thin client. ie., jdbc:oracle:thin:@myserver:1521:mydb -Original Message- From: Toru Watanabe [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 9:04 AM To: Tomcat Users List Subject: Re: java.lang.UnsatisfiedLinkError: no

WebDAV as _part_ of Web-Application

2002-03-04 Thread Halfmann, Klaus
We use WebDav to show parts of the internal structures of our application as a file system. To do so we are currently forced to move all our classes into tomcat/commnon/lib resp. /classes. So our WebDav Servlet and the Applciation can share theire data. This ruins the Classloadaer ideas of

Re: How to log shutting down of tomcat

2002-03-04 Thread Lev Assinovsky
You can see tomcat's shutdown in /logs/catalina.out Run tail -f $CATALINA_HOME/logs/catalina.out Keith Ng wrote: is there anyway to log the shutting down of tomcat? My tomcat server tend to auto shutdown for unknown reasons. I have been trying to trace to no avail. Currently using 1.3.1 and