Hi All,
I see that when you run tomcat in a out of procee mode you can do things
like context isolation (i.e running contexts in a different VMs) etc. Is it
possible to do such things when tomcat is run in stand alone mode?
Thanx
Ganesh
Hi everybody
In my servlet i have import statement as follow.
import com.oreilly.servlet.RemoteDaemonHttpServlet;
downloaded & unzipped the jar file from
http://www.servlets.com/con/index.html in to
c:\hhgg
in my servlet i am using import statement as follow
import hhgh.classes.com.orei
At 01:00 AM 01/08/01, you wrote:
>is there any way to configure Tomcat so it doesn't recompile every JSP
>page after the server has been restarted?
>
>if i haven't changed JSP it means that the compiled code is in work
>directory - there's no reason to recompile that again, it just takes a
>goo
The first problem :
You need to add your JDBC jars to the wrapper.properties file serach for
the place where the classpath of the JVM is constructed and add your
jar there..
Second Problem:
Is known bug of 3.2.2 VErsion of JDBCRealm go for 3.2.3 AFAIK it
corrected in that version.., but has t
At 10:56 PM 31/07/01, you wrote:
>Where does tomcat expect to find the *.properties files. I've got a class
>that fails with it's ResourceBundle call to a properties file. I've tried
>it in the WEB-INF and WEB-INF/classes directories for the specific web app.
In tomcat 4.0b6 on Win2000 I'm us
Here it goes.
Tomcat 3.2.2
Tomcat running on NT using IIS
I am using oracle8i on a unix server
put classes111.zip in TOMCAT_HOME/lib and renamed to classes111.jar
I have verified that this jdbc driver is compatible with the oracle8i
server.
The following is in my server.xml file
When I try to
Hi
Im trying to build mod_jk.so on solaris. Ive dowloaded the source 3.2.3 and tried
using the following command...
$APACHE_HOME/bin/apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include
-I/usr/java/include/solaris -c *.c ../jk/*.c
with the appropriate directories etc. The source seems
I tried as suggested to run servlets fronm the test directory . I have
inserted the follwoing lines in web.xml of the test/web-inf/ directory
Courses
Courses
I tried http://localhost:8080/servlet/Courses I get a 405 error
> Hello guys,
> I am running tomcat 3.2.2 with apache 1.3.11 on SuSE Linux 7.1,and
> communication between them is thro' mod_jk.so
> I compiled the src of tomcat and copied the mod_jk.so in my
/apache/libexec.
> I have also installed jetspeed and cocoon within my webapps.
> The problems i am facin
> -Original Message-
> From: Niels Barlach [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 31, 2001 2:57 PM
> To: [EMAIL PROTECTED]
> Subject: SV: installing Tomcat on Apache 1.3.20 /win2000
>
>
>
>
>
>
> > Hi
> > I've installed Apache 1.3.20 on a win2000 pc and it works
> > fine. N
Sorry, I should have been more clear.
I am not having problem with my *session* timing out, I am having problems
with the actual connection timing out.
Here's the scenario:
1. Client does a POST, sending in an XML document (using the MSXML3 DOM on
a MS client).
2. Server parses the XML, writ
Pierce Courtney wrote:
Thanks for your replies, but this simply does not work for me ..
.. .. ..
If anyone has actually gotten this to work on Tomcat 3.2.2,
Please let me know how you did it.
--
Since I needed to display a customized er
This is a repost. Does anyone know how to do this? There used to be methods
for this in ServletContext (getServlets() and getServletNames()), but they
have been deprecated with no replacements.
I have a servlet which dispatches to other servlets in the same context
through a RequestDispatcher ob
At 04:02 AM 7/31/2001, you wrote:
>At 12:32 PM 31/07/01, you wrote:
>> > - text/x-vcard
>
>
>What, no vcards??? I used to be able to waste hours tracking down and
>deleting the little buggers from my hard drive! Now what am I going to do
>on a Friday afternoon... after defrag, anti-virus, clean
I modified the NumberGuessBean example put my jsp page can't create the modified bean
now any suggestions would be appreciated.
The modified jsp is:
<%@ page import = "num.NumberGuessBean" %>
Number Guess
<% if (numguess.getSuccess()) { %>
Congratulations! You got it.
And after ju
check the log files. also check if the required libraries/jar files exist
--
On Tue, 31 Jul 2001 13:37:43
Jockel, Jeff wrote:
>My name is Jeff Jockel and I am a tech rep with Rational Software.
>We have a product called Requsite Pro which uses TOMCAT 3.2.1 for its Web
>add in.
>
>I tried ins
Dear Dan,
I believe I'm familiar with the problem you're having and think it's related
to Forte. In my case, either Tomcat or Forte complained about methods that
were clearly there. What I've had to do is take my bean and put it in two
places. Within Explorer in Forte which shows my filesystem
I agree!
-Original Message-
From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 31, 2001 5:06 PM
To: [EMAIL PROTECTED]
Subject: Re: AW: How to "alias out" port 8080?
Nikolic Branislav at [EMAIL PROTECTED] wrote:
> UNSUBSCRIBE!!!
Definitely an idiot...
Pier
Nikolic Branislav at [EMAIL PROTECTED] wrote:
> UNSUBSCRIBE!!!
Definitely an idiot...
Pier
You should be able to set this in your web.xml file, with the
tag.
Take a look at the servlet spec, at
http://java.sun.com/products/servlet/download.html .
-- Bill K.
> -Original Message-
> From: Andrew Jarman [mailto:[EMAIL PROTECTED]]
> Sent:
Couldn't you just filter this list out, SPAMMER ? dM
> -Original Message-
> From: Nikolic Branislav [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 01, 2001 1:05 AM
> To: [EMAIL PROTECTED]
> Subject: AW: How to "alias out" port 8080?
>
>
> UNSUBSCRIBE!!!
>
> -Ursprüngliche Nachri
I have a setup with Apache 1.3.x, tomcat 3.2.1, on some very random
occasions, the response times will be veeerrryyy slow. So slow that it
takes almost two minutes before the pages will switch. Does anyone know
what may be causing this, or has anyone had similar experience? Any info
would be gr
UNSUBSCRIBE!!!
-Ursprüngliche Nachricht-
Von: Michael Wentzel [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 31. Juli 2001 21:57
An: '[EMAIL PROTECTED]'
Betreff: RE: How to "alias out" port 8080?
> I have the similar question: What if we have Apache run on
> port 80 and don't
> want to
UNSUBSCRIBE!!!
-Ursprungliche Nachricht-
Von: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 31. Juli 2001 22:48
An: [EMAIL PROTECTED]
Betreff: Re: How to "alias out" port 8080?
Tim O'Neil at [EMAIL PROTECTED] wrote:
> At 12:48 PM 7/31/2001, you wrote:
>> I have the s
UNSUBSCRIBE!!!
-Ursprüngliche Nachricht-
Von: Jay Wright [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 31. Juli 2001 22:57
An: '[EMAIL PROTECTED]'
Betreff: *.properties files
Where does tomcat expect to find the *.properties files. I've got a class
that fails with it's ResourceBundle
UNSUBSCRIBE!!!
-Ursprungliche Nachricht-
Von: Tim O'Neil [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 31. Juli 2001 23:02
An: [EMAIL PROTECTED]
Betreff: RE: How to "alias out" port 8080?
At 12:43 PM 7/31/2001, you wrote:
> No. You can think of it as having two butlers trying
UNSUBSCRIBE!!!
-Ursprungliche Nachricht-
Von: Tsinwah Lee [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 31. Juli 2001 23:04
An: [EMAIL PROTECTED]
Betreff: JkLogLevel
Hi, I read the mod_jk-howto documentation, it says "Possible log levels
are debug, info, error and emerg". But I saw the
UNSUBSCRIBE!!!
-Ursprüngliche Nachricht-
Von: Greg Trasuk [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 31. Juli 2001 23:08
An: [EMAIL PROTECTED]
Betreff: RE: How to ensure Tomcat to load multiple instances of a
servlet, to handle simultaneously multiple request ?
How are you h
UNSUBSCRIBE!!!
-Ursprüngliche Nachricht-
Von: Matt Barre [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 01. August 2001 00:12
An: [EMAIL PROTECTED]
Betreff: How to alias 8080
I could be wrong on this, but I think you could use the Listen and Bind
directives in
apache's httpd.conf to bin
UNSUBSCRIBE!!!
-Ursprungliche Nachricht-
Von: Maureen Fisher [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 31. Juli 2001 23:20
An: [EMAIL PROTECTED]
Betreff: redux -- Tomcat 3.2 & apache, 2 boxes, mod_jk
I've been going through the archives and I am still stuck. While I can do
this usi
UNSUBSCRIBE!!!
-Ursprungliche Nachricht-
Von: Tim O'Neil [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 31. Juli 2001 23:31
An: [EMAIL PROTECTED]
Betreff: Re: How to "alias out" port 8080?
At 01:47 PM 7/31/2001, Pier P. Fumagalli wrote:
>Unless you bind to two different IP addresses on
UNSUBSCRIBE!!!
-Ursprungliche Nachricht-
Von: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 31. Juli 2001 23:35
An: '[EMAIL PROTECTED]'
Betreff: RE: SAX 2.0, sealing, Tomcat 3.2.3
On Tue, 31 Jul 2001, Bryan Rood wrote:
> Pier,
>
> I am interested in using a 4.0.so
UNSUBSCRIBE!!!
-Ursprungliche Nachricht-
Von: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 31. Juli 2001 23:52
An: [EMAIL PROTECTED]
Betreff: Re: Java Beans and JSP Question.
On Tue, 31 Jul 2001, Dan Hinojosa wrote:
> I have a standard java bean. The different th
UNSUBSCRIBE!!!
-Ursprüngliche Nachricht-
Von: Bokin, Vadim D. [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 31. Juli 2001 23:53
An: '[EMAIL PROTECTED]'
Betreff: Tomcat-Solaris-JSP doesn't work.
Here's my system: Solaris 8, Tomcat 3.2.3. Trying to get a simple JSP page
to work (tomc
is there any way to configure Tomcat so it doesn't recompile every JSP page
after the server has been restarted?
if i haven't changed JSP it means that the compiled code is in work
directory - there's no reason to recompile that again, it just takes a good
amount of time...
andrei
__
I'm using Tomcat 3.2.3, and I would like to increase the HTTP timeout from 5
min to something a bit longer.
I have an application that sends XML to the server, which generates a
report. Sometimes the server takes a long time to generate the file, which
results in an aborted report. The XML re
Hi,
I followed the instructions in the tomcat-iis how-to file. I have now
started over about 10 times, and I just can't get it to work.
I am running Windows 2000 professional, JDK 1.3.1, Tomcat 3.2.3
Here is my registry:
<<...OLE_Obj...>>
Here is the isapi filter location
<<...OLE_Obj...>
> It is "drop-in" in the sense that any app that works under b5 should work
> unchanged under b6. However, I would never ever ever ever :-) try to
> install Tomcat or any other package "on top of" an existing directory
> containing a different version. That's just asking for weird and wild
> b
Dear Dan,
I believe I'm familiar with the problem you're having and think it's related to Forte.
In my case, either Tomcat or Forte complained about methods that were clearly there.
What I've had to do is take my bean and put it in two places. Within Explorer in
Forte which shows my filesy
Here's my system: Solaris 8, Tomcat 3.2.3. Trying to get a simple JSP page
to work (tomcat examples, or my own). What happens is that the browser
never moves on, but in the tomcat directory $TOMCAT_HOME/work, there
generates a HUGE java file, named "_0002F...name of theJSPfile.dot.java"
On Tue, 31 Jul 2001, Dan Hinojosa wrote:
> I have a standard java bean. The different thing about it is that I
> usually have two overloaded set methods per attribute.
Doing this violates the design patterns for getters and setters listed in
the JavaBeans specification. Therefore, the JDK's in
Here's my system: Solaris 8, Tomcat 3.2.3. Trying to get a simple JSP page
to work (tomcat examples, or my own). What happens is that the browser
never moves on, but in the tomcat directory $TOMCAT_HOME/work, there
generates a HUGE java file, named "_0002F...name of theJSPfile.dot.java"
th
On Tue, 31 Jul 2001, Bryan Rood wrote:
> Pier,
>
> I am interested in using a 4.0.something tomcat build.
>
> Are there official sources at apache that can confirm the "VERY_stable"
> declaration that you have made?
> My company won't let me use anything but a stable production release.
> Is th
At 01:47 PM 7/31/2001, Pier P. Fumagalli wrote:
>Unless you bind to two different IP addresses on the same machine.
If he has a multi homed machine, which was not mentioned and
is effectively two different machines anyway, as far as IP is
concerned.
I've been going through the archives and I am still stuck. While I can do this using
mod_jserv, I have recently set up a box with ajpv13 and mod_jk. I have several
contexts on the same machine that are mounted and operating.
However I have been asked to mount a context from another machine.
I
I could be wrong on this, but I think you could use the Listen and Bind directives in
apache's httpd.conf to bind it to individual ip addresses, and in tomcat 4 you can use
the
address parameter in the service decriptor. Basically they would be on the same port,
but
different ip addresses.
Matt
How are you handling the database connections? JDBC drivers are required
to be re-entrant, but not necessarily concurrent. What this means is that
if you have multiple threads trying to use the same Connection object, then
a query from thread B will wait until the query from Thread A com
Hi, I read the mod_jk-howto documentation, it says "Possible log levels
are debug, info, error and emerg". But I saw the Apache httpd.conf file
of our system, the JkLogLevel is "warn". So is "warn" a possible log
level too? Thanks in advance.
T.
At 12:43 PM 7/31/2001, you wrote:
> No. You can think of it as having two butlers trying to answer the
>same door - it just doesn't work because they fight with each other to
>answer the door. (Its not quite that straight forward, but you probably get
>the idea)
Actually, it is that st
Where does tomcat expect to find the *.properties files. I've got a class
that fails with it's ResourceBundle call to a properties file. I've tried
it in the WEB-INF and WEB-INF/classes directories for the specific web app.
I have tomcat running as a standalone server on a solaris box.
Tha
Tim O'Neil at [EMAIL PROTECTED] wrote:
> At 12:48 PM 7/31/2001, you wrote:
>> I have the similar question: What if we have Apache run on port 80 and don't
>> want to config Apache to work with Tomcat? So can we have both Apache and
>> Tomcat
>> standalone run on port 80 so users don't need to typ
> I have the similar question: What if we have Apache run on
> port 80 and don't
> want to config Apache to work with Tomcat? So can we have
> both Apache and Tomcat
> standalone run on port 80 so users don't need to type the
> port number? Thanks.
Nope.
---
Michael Wentzel
Software Developer
You have to configure Apache to work with tomcat if you want them both to
cooperate.
Pete Freitag ([EMAIL PROTECTED])
CFDEV.COM
ColdFusion Developers Resources
http://www.cfdev.com/
-Original Message-
From: Tsinwah Lee [mailto:[EMAIL PROTECTED]]
S
Read the mailing list archives. I personally have answered this
twice already TODAY!
Randy
> -Original Message-
> From: Vassallo, Carlos [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 31, 2001 2:10 PM
> To: '[EMAIL PROTECTED]'
> Subject: IIS ?
>
>
> I make all the s
You need to reconfigure Tomcat to listen on port 80. This will
cause problems on computers that already have a web server (Apache, IIS,
iPlanet, etc) running. Also, unless you are the root user this is not
allowed on Unix computers.
Randy
> -Original Message-
> From: A
The jk_nt_service can not deal with spaces in file names. Long
names are fine, but short names are a problem. I would suggest that you
move the products to different directories (i.e. C:\Rational as opposed to
C:\Program Files\Rational).
Randy
> -Original Message-
> Fr
This is most definitely a problem with either your database or your
database access architecture. Tomcat, using one servlet instance, can
handles hundred and even thousands of concurrent requests - each request
runs in a thread that executes the appropriate method of the servlet.
First, you probably want to send your message in text only format,
sending in HTML or RTF will cause you message to appear very similar to
jibberish on those people who use mail readers that can't read your message,
thus limiting your audience which you probably don't want.
Your
No. You can think of it as having two butlers trying to answer the
same door - it just doesn't work because they fight with each other to
answer the door. (Its not quite that straight forward, but you probably get
the idea)
Randy
> -Original Message-
> From: Tsinwah Le
At 12:48 PM 7/31/2001, you wrote:
>I have the similar question: What if we have Apache run on port 80 and don't
>want to config Apache to work with Tomcat? So can we have both Apache and
>Tomcat
>standalone run on port 80 so users don't need to type the port number? Thanks.
Can't do that. You ca
I have the similar question: What if we have Apache run on port 80 and don't
want to config Apache to work with Tomcat? So can we have both Apache and Tomcat
standalone run on port 80 so users don't need to type the port number? Thanks.
T.
Barry Draper wrote:
> Here's one way to do it.
> If you
Here's one way to do it.
If you don't need to use port 80 (the default port for an HTTP server)
for another HTTP (aka web) server, change the port number in the file
TOMCAT_HOME/conf/server.xml from 8080 to 80.
Here's the snippet of code where I changed this on my Tomcat 3.2.1
installation.
Note t
If you change your config to run the server on port 80 instead of 8080 your
web browser will assume http://myorg.org:80/ when you type http://myorg.org/
since port 80 is the default port for http.
Pete Freitag ([EMAIL PROTECTED])
CFDEV.COM
Web Developers R
I make all the steps described in the paper: Working with the Jakarta NT
Service and I can´t stand up the Tomcat service. My NT reports error 2140
when I try to do that.
Could you help me ?
Thanks.
Carlos Vassallo.-
On Tuesday 31 July 2001 10:41 am, you wrote:
> Here is a short description of the configuration used :
> - tomcat-v3.2.2, apache-v1.3
> - the Servlet implements SinglethreadModel,
Font implement the singlethread model, then you can take as many concurrent
requests as the machine can handle..
Jus
Hi,
I am trying out a Tomcat 4.0 beta and was wondering if there is a way to
"alias out" the port. So for instance, I would like to enter:
http://myorg.org/stuff instead of
http://myorg.org:8080/stuff
Is this possible?
Thanks in advance for any help!
**
I have a system set up on tomcat 3.2.1, linux, apache...
I have several virtual hosts that are all using the same web application.
This application consists of a bunch of class files that are stored in
$tomcat_home$/classes and packages stored in $tomcat_home$/lib. I would
like to be able to set
HI!
I looked at the apache rewrite stuff, however that is not
exactly what i was looking for. Let me explain it again
so that the requirement is more clear,
See when we are using the Url rewriting for session tracking
in Tomcat, each url in the page has got jsessionId appended
to it, my requireme
Dear Sir:
I try to set Jakarta for nt service.
But, the service never starts.
My system is win2000 server and tomcat version is 3.2.2.
Please help me with that.
Thank you for your greate help.
Sincerely,
Nigel
ps. I have done everything
>
> Anyway, if anyone wants a copy, just let me know. (I also
> modified the
> documentation.) Comments, suggestions, and bug reports are welcome.
>
> *** Also, could someone in the know give me a hand submitting
> this code back
> to the Jakarta project?
I'll be glad to review and commit
please subscribe me.
_
For Rs. 2,000,000 worth of Aptech scholarships click below
http://events.rediff.com/aptechsch/scholarship.htm
My name is Jeff Jockel and I am a tech rep with Rational Software.
We have a product called Requsite Pro which uses TOMCAT 3.2.1 for its Web
add in.
I tried installing this application on a client's NT SP6 box and upon trying
to start the Jakarta NT service (called RqTomcat) I received an NT 2140
I spent some time chasing the same problem. It
appeared to me that the Introspector was getting
get/set methods in pairs based on the property name,
parameter list, and return type. It seemed to expect
that you adhered to the Java beans standard of
void setA(int a){}
int getA(){}
where the retu
Does anyone know where I can get a little tomcat .xpm icon for my Linux
desktop?
--
Richard Draucker [EMAIL PROTECTED]
Protected-Data.Com www.protected-data.com
Remote Data Support For Web Developers
Bryan Rood at [EMAIL PROTECTED] wrote:
> Pier,
>
> I am interested in using a 4.0.something tomcat build.
Good...
> Are there official sources at apache that can confirm the "VERY_stable"
> declaration that you have made?
Never seen a complaint about 4.0b6 running in stand-alone mode.
> My c
Nance, Michael wrote:
> Are you saying it does NOT use web.xml? Then what does it use?
Correct, it does *not* use TOMCAT_HOME/conf/web.xml.
But, it *does* use PATH-TO-YOUR-WEB-APP/WEB-INF/web.xml.
And, it *does* use TOMCAT_HOME/conf/server.xml.
You seem to be missing the whole web app setup. T
I have a standard java bean. The different thing about it is that I
usually have two overloaded set methods per attribute. For example,
public class MyBean {
private int a;
public setA (int a) throws Exception {
if (a > 100) throw new Exception ("Must be less than 100");
}
Pier,
I am interested in using a 4.0.something tomcat build.
Are there official sources at apache that can confirm the "VERY_stable"
declaration that you have made?
My company won't let me use anything but a stable production release.
Is the 4.0 the same as prod quality?
thanks so much,
Bryan
Andrew Cooke at [EMAIL PROTECTED] wrote:
>
> I don't want to use 4.0 as it's beta.
Don't worry about being a beta... It's stable, _VERY_ stable.
Pier
Hi,
If I declare a bean of scope="application"
can I use this bean again on another JSP?
Basically I want to instantiate a class
for the whole app and then from different
pages access that class. Is this possible?
Because you have to put the bean declaration
in the JSP to be able to use it. And
Carlos
it's the same problem i wrote about earlier today.
apache 1.3.20 uses modules with the extension *.so and won't accept a *.dll
(i used mod_jk.dll).
It then fails to load Apache a says something about not being EAPI.
I gave up for now and installed an old Apache where it works.
But i'm st
I wouldn't say its "Beyond the Scope of Servlets" there are several usages
for server side image manipulation in web applications, and many other web
development languages have components for doing so. For instance
- automatically resizing images when they are uploaded so that they are al
Carlos,
Where are you putting the ApacheModuleJServ.dll?? It should go in the
apache\modules directory?
Kind Regards,
Mark Gash
Consultant
TriSystems Ltd.
020 7264 0440
[EMAIL PROTECTED]
-Original Message-
From: Carlos Eduardo Mariolani [mailto:[EMAIL PROTECTED]]
Sent: Tues
On 31 Jul 2001, Lloyd Llewellyn wrote:
>
> > Also, you should really download "beta 6" instead -- a boatload of bugs
> > have been fixed since "beta 5".
>
> Thanks, I'll do that. Is it a drop-in replacement for b5 (just copy
> over class files)?
It is "drop-in" in the sense that any app tha
Andrew Cooke wrote:
> Excellent - thanks! That URL even has the "rename file to
> zparser.jar" meme that my boss keeps swearing is the
> solution... :-)
:-)
Please let us know what you do and whether it works. Also,
I'm not sure what platform you're on, but on Windows, if the
path to the dire
Resizing with the IMG tag does work for slight scaling. In the case where
you are generating thumbnails, you would still be downloading the full sized
image, and would defeat the purpose of having thumbnails.
I've been working on a server side solution for this also, but have run into
a couple of
Hello,
I had the same problem, but I never managed to get the LDAP login module at
work. In theory, you can use this JAAS module to check user authentication
and get user roles from the LDAP server with a very few code. JNDI login
module is very poorly documented...
By now, the following code
Another way ( easy way at least ) is to get Tomcat 3.3 Beta 1 and use
it..
It implaments too a isolated classloader schema for webapps and
internals..
Saludos ,
Ignacio J. Ortega
> -Mensaje original-
> De: Andrew Cooke [mailto:[EMAIL PROTECTED]]
> Enviado el: martes 31 de julio de 200
Can you be more specific what you mean by "resize"?
Html will allow you to set the displayable height/width of an image. If your
servlet is outputting html, just add a height or width attribute.
However, if you want to "manipulate" the image itself that's beyond the scope
of tomcat or servlets
There's also the possibility of letting the browser resize it for you, by
setting the width and height attributes of the tag. Browsers don't
scale images well, but it's a whole lot easier than doing it yourself.
(Also note that AWT can't run on Unix without an X server, nor can it run if
the se
Hello everyone,
I need to evaluate Tomcat, but I can't find the characteristics of this,
like, how manage the memory ?, max number of users connected, .. ?
things like these, do you know wher I can find them ?
Thanks a lot !
--
Gustavo Mejía Mora
INFOTEC
Tel: 5624 28 00
Ext: 253
I'm using form authentication and used session.invalidate(). This works
great but the browser may be cacheing your logoff page, in which case you
may get some unexpected results if you logoff and back in more than once.
You need to disable the page cacheing. I used the following in the head
sectio
No. that was a error in typing in this mail. It points correctly.
Thanks,
Sampath
Loïc Lefèvre wrote:
> I think your directory could be the error:
>
> Syntax error on line 8 of
> /usr/home//tomcat/jakarta-tomcat-3.2.3/conf/mod_jk.conf-auto:
> Can't locate API module structure `jk_module' in fi
I am hosting several sites on a Solaris 8 SPARC box. I would like to use tomcat4 b6+ to
take care of all my serving. I've load tested it using JMeter and it performs more than
admirably for my uses. My question is how to replicate the fault tolerance I used to
have
with apache + tomcat where I ha
thanks but that didn't work. This has the same problem on Windows2000.
Hariharasubramanian Ranganathan wrote:
> Check for any "null" character (ascii 0) that might be placed in your JSP
> file accidently.
>
> - Hari.
>
> - Original Message -
> From: "Rodney J. Lucas" <[EMAIL PROTECTE
Are you saying it does NOT use web.xml? Then what does it use?
I did rename it and got the same error...so now I am very confused.
Also in server.xml
I have this
which points to the location of my servlets
-Original Message-
From: Andrew Inggs [mailto:[EMAIL PROTE
I think your directory could be the error:
Syntax error on line 8 of
/usr/home//tomcat/jakarta-tomcat-3.2.3/conf/mod_jk.conf-auto:
Can't locate API module structure `jk_module' in file
because of the 2 slashs /usr/home//tomcat/...
-Message d'origine-
De : Sampath K Settipalli [mailto:[E
I'm not sure, but there is good info on working with images on the jguru
site. Try http://www.jguru.com/faq/home.jsp?topic=Media
-Original Message-
From: Reynir Hübner [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 31, 2001 11:13 AM
To: [EMAIL PROTECTED]
Subject: image resize
Hi,
this
Hi,
this is probably a bit of topic...
What would be the best way to resize images with servlet ?
I have .jpgs and .gifs in files (not kept in database) and I need to
create new files in different sizes from those images.
Is anyone willing to give me a hint (or more :) on how to do it.
thanx
-r
Hi,
I've installed Apache 1.3.20 (built with source) & binary version of
tomcat 3.2.3 on solaris. To build mod_jk I used source of tomcat 3.2.3
(src/native/jk library) and created mod_jk.so . It created with some
warnings: I copied the mod_jk.so to apache/libexec and added a Include
statement
1 - 100 of 157 matches
Mail list logo