Hi,
The following simple code does not seem to work
with Tomcat 4.0beta1. I just try to send a serialized object followed by some
bytes. It works fine with Tomcat 3.1.1, Tomcat 3.2.1, Resin 1.2, Resin 1.3 and
WebLogic 5.1 ... Anyone has a clue ?
---
try
{
Out
Hi,
When I try to run my custom tag JSP application, I get "Unable to compile
class for JSP" (see log below for error details). Does anyone know what this
error means? And how can I configure Tomcat to log more (intuitive)
debugging information? I think I've wasted enough times making guesses wit
I just wanted to express my gratitude to all of you for pointing me in the
right direction in terms of my questions. I appreciate the help you've all
given me.
Daniela
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional c
Daniela,
first of all, this is the wrong mailing list. You should be using the
tomcat-user mailing list since this list is dedicated to the Tomcat
developers (not developers using Tomcat) :)
A good place to get you started of what a web application is, is to read the
servlet specification. Read t
Daniela,
First, you'll usually do a lot better asking questions about setting up and
configuing Tomcat on the TOMCAT-USER mailing list. This list is used for
discussions about the development of Tomcat itself.
For your step-by-step guide, one starting point is the Application Developer's
Guide
You should be posting this type of question to the tomcat-user list.
You may also want to look through the user list archives.
A good source for information is the Tomcat website.
http://jakarta.apache.org
Sun also has some tutorials on jsp and servlets -
http://java.sun.com/docs/books/tutoria
I finally managed to get the sample files working. It seems that some
component on the machine I was working on failed. I simply had to reboot the
system and then everything came back up again ok as it did previously.
Unfortunately, I've been working on our development server, so that was a
pain f
remm01/02/14 14:26:38
Modified:catalina/docs index.html
Added: catalina/docs/appdev build.xml.txt contents.html
deployment.html footer.html header.html index.html
installation.html introduction.html processes.html
remm01/02/14 14:20:51
jakarta-tomcat-4.0/catalina/docs/appdev/sample/web/images - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
remm01/02/14 14:20:49
jakarta-tomcat-4.0/catalina/docs/appdev/sample/web - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
remm01/02/14 14:20:46
jakarta-tomcat-4.0/catalina/docs/appdev/sample/src - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
remm01/02/14 14:20:44
jakarta-tomcat-4.0/catalina/docs/appdev/sample/etc - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
remm01/02/14 14:20:41
jakarta-tomcat-4.0/catalina/docs/appdev/sample - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
remm01/02/14 14:20:38
jakarta-tomcat-4.0/catalina/docs/appdev - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
danmil 01/02/14 14:19:55
Modified:src/share/org/apache/tomcat/service/connector Tag: tomcat_32
Ajp13ConnectorRequest.java
Log:
Fixed bug which was causing isSecure() to return true if any environment
variables were getting passed over.
Bugzilla #313
danmil 01/02/14 14:18:37
Modified:src/share/org/apache/tomcat/modules/server Ajp13.java
Log:
Fixed bug which was causing isSecure() to return true if any environment
variables were getting passed over.
Bugzilla #313
Contributed by: Heinz Richter ([EMAIL PROTECTED])
Hi. I'm new to programming web sites and such, so please have patience with
me.
I'm working on a Unix machine, using Apache 1.3.14 with TomCat 3.1. What I'm
trying to accomplish is to get a simple Survey on our website, and once the
submit button is pressed, to have that information sent to a data
> Adalbert Wysocki wrote:
>
> > > You will still need to fix the actual parameter parsing routine to delay
> > > applying the encoding until the name and parameter are parsed out of the
> > > input stream...
> >
> > Yes, most of this is already done. It also has a very nice performance
> > implic
Hi,
I am probably after a developer to help me out.
I have performed lots of debugging / testing / and reading code - so I hope i dont waste your time.
I am using tomcat-mod-3.2.1-1 - that I found on www.rpmfind.net - so I didn't actually compile it myself. apache-1.3.12-2 from rehat 6.2
Hi,
I posted a question last week about this and I'm including
the conclusions of that posting anticipating more responses.. :-) I'm using
tomcat 3.2.1 final release.
Tomcat's check for Session Expiry happens in a background thread
(StandardManager::processExpires()) that calls
Session.getLas
Last week I sent a message about some optimizations that might
be added to tomcat, but didn't see any response. Can someone
tell me what the normal procedure for suggesting code changes is?
patch format? work with a developer that is a commiter?
I'm not trying to nag, I just want to make sure I
Apache Vhosts can be mapped to directories with
http://httpd.apache.org/docs/mod/mod_vhost_alias.html
This eliminates having to restart the server for changes -
just change the directory structure.
Keith
-Original Message-
From: Jino Lee [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, Februa
Title: RE: charset used for parameters decoding on HTTP request Tomcat3. x,4
> >
> > The problem is that browsers do not send the charset used to encode the
> > form's parameters; but they sent the request with the ContentType header
> > application/x-www-form-urlencoded. The charset should f
>
> The problem is that browsers do not send the charset used to encode the
> form's parameters; but they sent the request with the ContentType header
> application/x-www-form-urlencoded. The charset should follow the encoding
> type ex: "application/x-www-form-urlencoded; charset=UTF8" but in mo
Title: RE: charset used for parameters decoding on HTTP request Tomcat3.x,4
> > You will still need to fix the actual parameter parsing routine to delay
> > applying the encoding until the name and parameter are parsed out of the
> > input stream...
>
> Yes, most of this is already done. It a
1) It's a good habit to get into. HTML mail is evil, wastes bandwidth and
most mailers won't format it.
2) If you post html to say, [EMAIL PROTECTED], you would get
flamed so hard your mailbox would be filled for months to come.
3) JUST DON't DO IT!
Oh, and wrap at 76 characters too please :-)
-T
I'm using apache 1.3.17 + tomcat 3.2.1 + red-hat 6.2.
Every time I add a virtual host, I have to restart apache and tomcat.
During the restart, the visitors will loose all connection to the site is there anyway
to add a virtual host without restarting the server?
Currentl, I'm only using
Maybe he was concerned about users like you.
> -Original Message-
> From: John Golubenko [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 14, 2001 07:43
>
> Why would you complain about HTML mail, if you using M$ software
> (outlook)?
> If you were the person like me, the Linux us
28 matches
Mail list logo