Is there any reason that the example for form authentication does not work.
I have 3.2.1 and running the example gives me a 404 error when I try to
submit the login info.
examples/jsp/security/login/j_security_check
Patrick O'Brien
Senior VP, Chief Technology Officer
MyOptionValue.com, LLC
443-
In
apache's httpd.conf, look for the line
DirectoryIndex index.html
and
add index.jsp (or blah.gasp or anything you want) onto the end of
it.
-Original Message-From: Ryan
[mailto:[EMAIL PROTECTED]]Sent: Friday, February 23, 2001 8:04
PMTo: [EMAIL PROTECTED]Subject:
IN
Steve,
This is an excellent idea. Count me in as well. I
can see a weblog site being the center of the newbies
group. It can point to interesting tidbits, and tie
everything together.
-Karl
--- aras <[EMAIL PROTECTED]> wrote:
> I admit it, I'm a ... newbie. It makes me ill
> having to admit
Hello,
Can any one help me the following problem
I have my own property file containing some database
setup parameters and some other parameters, how can I
load these parameters into Tomcat server when I start
it? and How do I know the parameters I need is loaded?
Thanks in advance for your hel
What if I
am not using Apache at all? I am just using tomcat as the web server and jsp engine. So, the problem is not related to
mod_jk.so or mod_jserv.so. Should I use
apache?
-Original Message-From: Kim soon il
[mailto:[EMAIL PROTECTED]]Sent: Saturday, February 24,
Any suggestions would be appreciated. I've been working on this for a while
now.
-Original Message-
From: Jennifer Dyess [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 6:26 PM
To: [EMAIL PROTECTED]
Subject: RE: tomcat and apache not happening
here are my config files
Does an option as load servlet by demand exist? I didn't find any API to just ensure
that servlet has been loaded (init method is called) without actually hitting serve
method. I know that using any static code in a servelt is against of rules, but
sometimes it's helpful.
Dmitry R., [EMAIL PRO
here are my config files
-Original Message-
From: Jennifer Dyess [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 6:01 PM
To: [EMAIL PROTECTED]
Subject: RE: tomcat and apache not happening
the server.xml has the following:
-Original Message-
From: Ryan [ma
Service Machine
jdk1.2
+ apache 1.3.12 + tomcat 3.2.1 and using mod_jserv.so
Test Machine
jdk1.3 + apache 1.3.14 + tomcat 3.2.1 and mod_jk.so
In
Test Machine I test programing that is
fine.
Then Servic
the server.xml has the following:
-Original Message-
From: Ryan [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 5:13 PM
To: [EMAIL PROTECTED]
Subject: Re: tomcat and apache not happening
make sure that server.xml has a context manager.
-ryu
- Original Messag
Right now when I use apache if I enter one of my
virtual domains as the url on my web-browser, the index.html in the root
directory will show up instead of a directory listing.
I would like to make it so that a page named
index.jsp will do the same thing. I want my homepage to be a jsp page
make sure that server.xml has a context manager.
-ryu
- Original Message -
From: "Jennifer Dyess" <[EMAIL PROTECTED]>
To: "Tomcat-User@Jakarta. Apache. Org" <[EMAIL PROTECTED]>
Sent: Friday, February 23, 2001 5:06 PM
Subject: tomcat and apache not happening
> I'm running solaris 8 int
Hello,
I want to be able to use the
MessageDigest class to make a secure login to a jsp page.
Ultimately, I want the user to
interact with a form and submit data entries into a mySQL database. This type of
thing is very new to me and I was wondering if anyone could lead me to any
Tomcat
3.2.1
Red Hat
2.2.14
Linux JDK
1.3.0
We are running the tomcat on
the server. For each http request, it will create 2 more jdk process/thread (ps
-aux |grep java|wc). After more hits, the processes number go up to 500. Then
after more hit, tomcat will respond as "ou
one other note:
I can accesss http://localhost:8080/examples/ just fine
but not http://localhost/examples/
-Original Message-
From: Jennifer Dyess [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 5:06 PM
To: Tomcat-User@Jakarta. Apache. Org
Subject: tomcat and apache not happeni
I'm running solaris 8 intel
tomcat 3.2
apache 1.3.14
So, i thought i had all this configured properly. But, it doesn't look like
apache is sending jspservlet requests to tomcat. My mod_jk.so seems to have
compiled correctly (finally) and apache doesn't give any errors when it
starts.
I've tried
Is there a web.xml generator out there for JSP pages which have been
pre-compiled using JSPC???
My company prefers to ship w/ precompiled pages, but every time we change a
JSP page's name, add one, or whatever, we have to manually update the
web.xml file to redirect requests for like file_1.jsp
> I won't contest that, but I would suggest considering
> the idea that the final, or intended destination is
> not necessarily the browser. In the case of an
> included resource, it is the calling servlet that is
> acting as client to the included resource. In good OO
> design, it should be in
I think the problem is that the distributed binary just does not work on
Linux! This is extremely frustrating and it means (to me) that the Tomcat
3.2.1 binary distribution does not work on Linux! This is just another bug
that would take 5 minutes to fix...
Can't somebody just recompile it and co
Michael Dewhirst wrote:
> I am running FreeBSD4.2, tomcat 4.0-b1, linux-jdk1.3.0
>
Most likely explanation is an old copy of servlet.jar on your class path, or in
your Java system extensions directory ($JAVA_HOME/jre/lib/ext). The
handlePageException() method was updated relatively recently.
>
I am running FreeBSD4.2, tomcat 4.0-b1, linux-jdk1.3.0
Can you help me fix this:
When I try to run the JSP examples on Tomcat 4, I get the following error:
___
A Servlet Exception Has Occurred
org.apache.jasper.JasperException: Unable to compile class for
JSPtomcat/bin/../work/loca
-Tomcats
I recieved response:
Can't say for sure but why not store init params in static vars if your
servlet class on load-on-startup call to init i.e.
I changed the code as described but still get null values... except for
the private static int object... It actually has a value not null.
Steve,
That sounds like a cool idea...count me in...I'm a newbie as of today! so
any information will be most appreciated and I like to share!
What I can do is start to write something about the installation and getting
started that I went through today...I basically installed Apache, Tomcat and
Do you guys think this could work and dont cause problems
JkMount /*.jsp ajp13
JkMount /servlet/* ajp12
Thanks
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
--- [EMAIL PROTECTED] wrote:
>
>
> My expectation ( as a java user ) would be that if I
> call
> out.flush() the data will be written to the final
> destination.
>
I won't contest that, but I would suggest considering
the idea that the final, or intended destination is
not necessarily the br
Ok I got the upload file working but this is in the apj12 protocol
I dont know why this protocol breaks my application. I tested it before
whit apj13 and my application works fine but I cant upload large files
Any sudgestions??
Whith apj13 the upload works fine but whit realy small files but it b
I admit it, I'm a ... newbie. It makes me ill having to admit that considering
I've been coding for almost twenty years. Old dogs new tricks.
Here's the deal.
I've been trying to use TomCat for about a month. That time isn't work hours
because I'm doing this at night (2-3 hours per). Anyway,
> Yet, when I point my browser at the same servlets, I get null
> value for all
> params... HELP :(
>
> my conclusions from 4 days of debuggin:
> 1) Running Apache 1.3.14 with Tomcat 3.2.1 on NT4.0 and jre 1.3.0-C.
> 2) The problem must not be the location of web.xml since
> Tomcat finds it
> w
I stand corrected. Thanks Michael.
-Original Message-
From: Michael Wentzel [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 4:54 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Servlet problem
> The "UploadTest.class" file.
>
> -Original Message-
> From: Carlos López M. [mai
Hey tanks you all, everithing work just fine. And I manage to upload the
file.
-Mensaje original-
De: Kyle Burke [mailto:[EMAIL PROTECTED]]
Enviado el: Viernes, 23 de Febrero de 2001 04:03 p.m.
Para: [EMAIL PROTECTED]
Asunto: RE: Servlet problem
You're editing the wrong web.xml file fir
> The "UploadTest.class" file.
>
> -Original Message-
> From: Carlos López M. [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 23, 2001 5:08 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Servlet problem
>
>
> Thanks for the tip, but another question what's has to go in
> the /servlet/
-Hi Tomcats
I have read all the postings concerning the correct setup for web.xml under
tomcat 3.2.1. I did not see a posting that describes my problem. I am
testing the coreservlets.ShowMessage servlet and the
tso.servjsp.servletapi.SimpleInitServlet.Both servlets should display
init-para
> Thanks for the tip, but another question what's has to go in
> the /servlet/
> folder
The servlet folder shouldn't actually exist at all. If you take a look
at the /conf/web.xml file you will see that the invoker
servlet(which handles "calling" the servlet requested) maps to the
servlet "fol
nothing! :)
~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[EMAIL PROTECTED]
www.filip.net
- Original Message -
From: "Carlos López M." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 23, 2001 2:08 PM
Subject: RE: Servlet problem
> Thanks for t
The "UploadTest.class" file.
-Original Message-
From: Carlos López M. [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 5:08 PM
To: [EMAIL PROTECTED]
Subject: RE: Servlet problem
Thanks for the tip, but another question what's has to go in the /servlet/
folder
-Mensaje or
Thanks for the tip, but another question what's has to go in the /servlet/
folder
-Mensaje original-
De: Michael Wentzel [mailto:[EMAIL PROTECTED]]
Enviado el: Viernes, 23 de Febrero de 2001 03:24 p.m.
Para: '[EMAIL PROTECTED]'
Asunto: RE: Servlet problem
> Here is the diferent code, c
the .java should not be in web-apps
compile it into a .class file and put it into webapps/serv/WEB-INF/classes/
Tomcat classloader will search this directory for classes
Filip
~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[EMAIL PROTECTED]
www.filip.net
- Original Mes
You're editing the wrong web.xml file first of all. The one you're changing
is used to configure your webapps.
You need to edit the <%=your drive letter%>:\<%=your tomcat
folder%>\webapps\ROOT\WEB-INF\web.xml file.
Your code:
UploadTest.java // ".java" is BAD
The right code added to
> Here is the diferent code, could somebody tell if something is wrong
>
> Directori
>
> /webapps/
> /serv/uploadtest.html
> /servlet/UploadTest.java
>
> web.xml, where does the UploadTest.java supose to be??
>
>
>
> UploadTest
>
>
>
I am trying to migrate some applications from Apache/JServ to Tomcat using
mod_jk, and I am having trouble getting Tomcat to find servlets that are
in my classpath.
The web application is really just a presentation layer on top of a
proprietary application server built with Java. Many of the var
Hi i want to use oreilli upload class and It just doens work
Here is the diferent code, could somebody tell if something is wrong
Directori
/webapps/
/serv/uploadtest.html
/servlet/UploadTest.java
web.xml, where does the UploadTest.java supose to be??
Java Servlet Programming by Jason Hunter (Chapter 4)
http://www.servlets.com/jsp/examples/index.html
-Original Message-
From: Ambarish V Vaidya [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 3:11 PM
To: [EMAIL PROTECTED]
Subject: image upload
hi guys,
can anyone tell me
> This book on JSP's "Wedb development with Java Server Pages" by
> Fields and Kolb which I highly recommend suggests creating a DB pool
> like the following:
>
> <%! static private DBConnectionPool pool = null;
> public void jspInit() {
> pool = (DBConnectionPool)
> ap
This book on JSP's "Wedb development with Java Server Pages" by
Fields and Kolb which I highly recommend suggests creating a DB pool
like the following:
<%! static private DBConnectionPool pool = null;
public void jspInit() {
pool = (DBConnectionPool)
application.getAt
hi guys,
can anyone tell me where will i get the code to upload images on tomcat.
thanks
_
Chat with your friends as soon as they come online. Get Rediff Bol at
http://bol.rediff.com
--
Title:
What
the heII?
-Original Message-From: ilovedomain
[mailto:[EMAIL PROTECTED]]Sent: Friday, February 23, 2001 1:46
PMTo: [EMAIL PROTECTED]Subject: Áß±¹/½Å±Ô
µµ¸ÞÀÎ ¾È³»
<%=drive letter%>:\<%=tomcat folder%>\webapps\ROOT\WEB-INF\classes
-Original Message-
From: Gary Bentley [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 2:30 PM
To: [EMAIL PROTECTED]
Subject: Neebie question...
Sorry about this but I'm stuck...
I've already got JServ working
So, the other day I started the process of installing Tomcat on my
Win98 development box running PWS 4.0. Nine hours of time later,
I've got the darn thing running - but I could have saved those
nine hours of time if somebody would just update the file:
tomcat-iis-howto.html
so that Step 8 i
Carlos wrote:
> can anybody says me which is the tomcat bugs url?
> thanks
>
http://nagoya.apache.org/bugzilla/
Please use product category "Tomcat 3" for bug reports related to 3.2.1,
and "Tomcat 4" for bug reports replated to 4.0.
Craig McClanahan
-
Sorry about this but I'm stuck...
I've already got JServ working with Apache, and alls fine...
However, I'm trying to get Tomcat working and I'm wondering where the hell
do I put the .class files?
There is an example that has a mount point:
/examples/servlet /examples
Where /examples
Markus Keller mssc wrote:
> Hi List
>
> I have to write a web application that supports multiple languages. When I
> write a servlet with the needed *.properties files in the classes directory
> it works fine. But when i do something like <% messages =
> ResourceBundle.getBundle("language",curren
namita bansal wrote:
> Hi
>
> Does Apache/Tomcat supports Servlets Tag?
>
> I am trying to migrate a site (which uses Tags extensively) from Java Web
>Server to Apache/Tomcat. But the pages having these tags do not execute properly on
>the apache/tomcat. Does Anyone know of a Workaround?
>
To
Hi All,
I have 2 Intel Solaris 8 Systems with JDK 1.3 (with java -server option set)
One is a single processor unit and one is dual processor.
On the single processor system, every thing works fine.
On the dual processor system, I have had the strangest of problems
like :-
mod_jk does not retu
I've downloaded tomcat onto my apache development server, but since I want
to run it standalone first, I 've put in its own directory. I've started it
successfully, or at least its, server process is running. Unfortunately,
this is where the user guide that came with the kit stops. How do I test i
Title:
hi craig,
thanks for the suggestion. here is the result of my finding. i have
checked that i do not have a servlet.jar or jsdk.jar file in my
%JAVA_HOME/jre/lib/ext directory.
1. to be sure, i have reinstalled tomcat4.0 02/22/2001 nightly build on a
new directory. created a RS directory (and its
Thanks very much.
Steve
-Original Message-
From: Adam Fowler [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 12:24 PM
To: [EMAIL PROTECTED]
Subject: RE: tomcat, apache, and mod_jk
Hi,
I think they're just .so files so the default config files are portable. You
can tell M$ D
Hi,
It's EEAASSYY...kind of. *memories of 5 days of
reading/e-mailing*
You need to recompile it else it'll never work! Have a look at my exhaustive
howto for mod_jk at http://willow.cc.edu/docs/adminguide . You can find the
source from there too.
A few of us are working on getti
Let me clarify and expound,
with Sun JDK 1.3 java -server I receive the same error as IBM JDK 1.3
with java -hotspot, I do not get this error but die a horrible death after
an hour:
#
# HotSpot Virtual Machine Error, EXCEPTION_ACCESS_VIOLATION
# Please report this error at
# http://java.sun.com/
Hi,
Did you change the IP address in tomcat.properties or workers.properties?
Regards,
Adam.
Adam Fowler
Second year Computer Science undergraduate
University of Wales, Aberystwyth
Carroll College, WI, USA(2000-2001)
web: http://gucciboy.dyndns.org/aff9
e-mail: [EMAIL PROTECTED]
"Every new
Hi,
I think they're just .so files so the default config files are portable. You
can tell M$ Developer studio to call the files whatever you like really. The
default apache ones are always .so's though. Probably just a wierd exception
to the rule!
Glad to hear it's working.
Regards,
Adam.
Hi
I am having problems running PWS with Tomcat. If you could help me I would
be grateful.
What Am I running
NT4 (SP6) workstation
Tomcat 3.2.1
PWS 4
I followed the instruction but don't understand one of them
(I use the name jakarta), its executable must be our
c:\jakarta-tomcat\bin\wi
Anybody knows how to unload classes given a tomcat context?
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
>
can anybody says me which is the tomcat bugs url?
thanks
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
This problem DOES not occur with Sun JDK 1.3 with Hotspot
-Original Message-
From: Todd Carmichael [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 22, 2001 9:02 AM
To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
Subject: RE: ContextManager: Error reading request, ignored, repeats
Has a
This error drove my nuts.
I was using Informix.
Finally we used a connection pool called DbBroker from www.javaexchange.com.
This pool constantly runs a thread that checks connection status and
resets or recreates them if the connection is bad.
After using this pool, all of our broken pipe erro
You need change configuration of Apache. File mod_jk.conf-auto should contain
following line:
JkMount /servlet/* ajp12
You need replace this with:
JkMount /* ajp12
Also in file web.xml shloud be:
SnoopServlet
/SnoopServlet
The problem is: with this
> What is a session? There is a Session Class in J2SDKEE. Is
> that the same
> as sessions in servlet ?
>
>
> As I understand, a session is just a vanilla object that lies around
> for awhile. When a request with the session object's ID arrives, the
> servlet finds the corresponding session o
I had the same problem using HP-Unix and Tomcat. The problem had to do with
two things trying to share the same port number. We fixed the problem by
changing the port number in the server.xml:
-->
-->
-->
-->
I hope this helps.
Mark
-Original Messa
Missed the beginning of this thread so I don't know the context of the discussion. By
hosts file, do you mean /etc/hosts? In that case it's in /etc.
-- Rob
--On Friday, February 23, 2001 10:49:10 AM -0300 Pedro Henrique Ponchio
<[EMAIL PROTECTED]> wrote:
> Thks again, but where can I find
Can somebody explain me the differences of Single vs. Non-Single thread
Model interm of multiple instances of a servlet ?
I'll appreciate it very much.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, em
What is a session? There is a Session Class in J2SDKEE. Is that the same
as sessions in servlet ?
As I understand, a session is just a vanilla object that lies around
for awhile. When a request with the session object's ID arrives, the
servlet finds the corresponding session object and procee
I've never specifically worked with Oracle, but one thing I do know
generally is that most DBMS's of my aquaintance don't like open
connections that remain inactive for a long period of time (and
overnight qualifies as a long period of time). One database I use a
lot is MySQL. If the connect
The problem was the & I was using in the command args. The & tried to run
the process in the background, which didn't work. Removing the & allowed
the xterm to popup on the screen.
> -Original Message-
> From: Kelley, Jeff
> Sent: Tuesday, February 20, 2001 4:57 PM
> To: '[EMAIL PRO
This is a known bug (as you found) and the fix has reportedly been
made in the nightly builds and will be in the upcoming Tomcat 3.2.2. and 3.3
releases.
There is a work around for this - if you leave the ROOT context then
everything should work.
Randy
-Original Mes
Hi
I have set a page
context "/tornado" in my server.xml file.
And when I call a
Url like
www.domain.com/tornado/index.jsp
It
works.
But when I
try
www.domain.com/tornado
It doesn't. I got a file not found
error.
The console say that it try to find //tornado/index.jsp
!!! "//"?
Try adding this: set PATH=c:\jdk1.3\bin
This should give it access to the javac tool which it needs to compile the
servlet java code.
--Original Message--
From: "\)ason" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: February 23, 2001 4:20:30 AM GMT
Subject: Many JSPs not working!
N
Its works! I change the name in the host file and I have my apache and
Tomcat working!!!
Wow! I still have hope in the humanity!! ;)
[]´s
-Mensagem original-
De: lee fellows [mailto:[EMAIL PROTECTED]]
Enviada em: Friday, February 23, 2001 11:40 AM
Para: [EMAIL PROTECTED]
Assunto: Re: R
Pedro,
You will find the hosts file in the /etc directory. You will need
root privilages to
modify it.
The hosts file has the following format:
[space or tab][space or tab]. I,E.,
127.0.0.1 localhost
10.0.0.1my.server.net my
You will need to add the IP address, if it
Dear all,
think i may have tracked down the problem with bug 535 in the tomcat bug
database. the bug reports deadlock in connection handlers and specifically
reports that thread stack trace ends:
"Thread-15" prio=1 tid=0x816d920 nid=0x22e0 waiting for monitor entry
[0xbadff000..0xbadffb28]
Hi
You can put your servlet under
D:\jakarta-tomcat-3.2.1\webapps\examples\WEB-INF\classes
run it with class name there is a servlet here already to start this do
following http://127.0.0.1:8080/examples/servlet/SnoopServlet
/Peter A
- Original Message -
From: "tomcat user" <[EMAIL PROT
Hello,
are there any tools for Tomcat and/or Apache available which can log session
activity
(number of sessions, how long the sessions are alive, error statistics etc.)?
Which tools can be recommended?
Regards
Michael Brohl
---
I do not understand your code.
I looked at the attachment that you had is this
what you got in your jsp page or?
Is the test a class that you have built or
?
Test Bean
The result is:
Test.java public class Test {
private final String happy = "happy";
public String getHappy()
I'm sorry that I can't answer your question right now. I'm a newbie and I
can't get my own JSP to compile. Since you have made if further than me,
could you be so kind and take a look at the posting with the title,
"Newbiee, JSP Example ?"
--Original Message--
From: <[EMAIL PROTECTED]>
To
Thank you for the suggestion. I added this to my classpath, but still no
love. Here is my path and classpath:
C:\OpenSource\jakarta-tomcat-3.2.1\bin>path
PATH=c:\java\jdk1.3\bin
C:\OpenSource\jakarta-tomcat-3.2.1\bin>echo %classpath%
;C:\IBMCON~1\CICS\Classes\CTGCLI~1.JAR;C:\IBM
Connectors\class
Hi List
I have to write a web application that supports multiple languages. When I
write a servlet with the needed *.properties files in the classes directory
it works fine. But when i do something like <% messages =
ResourceBundle.getBundle("language",currentLocale); %> in a JSP page I
receive
Thanks
But im not using the mod_jk that ships with rpm, i have downloaded the
precompiled version that exists on jakartas homepage.
But do you think this is a version that is compiled for RPM or?
I could compile it , but im not that keen to spend another 4 hours to
compile this and end up with th
This one should be on an FAQ somewhere. I experienced the same message. It
resulted from using a mod_jk.so that was packed in an RPM. The solution was
to get the source from the tomcat site and build a new mod_jk.so by
following the directions in the mod_jk howto that comes with tomcat
document
Hi have installed and tested with both apache
1.3.17 and 1.3.14 and 1.3.12 same result.
I have compiled my apache to support
DSO.
./configure --prefix=/usr/local/apache
--enable-module=so
i have checked with httpd -l and seen that the dso
support is their.
But when i try to execute the
Dave,
On Wednesday, February 18, 2026, 3:30:46 AM, you wrote:
Don't you think this is bit odd ? I noted your mail was always on top
of my tomcat users folder, sorted by creation time :)
Dave> I have successfully built mod_jk.so on both FreeBSD and Redhat 6.2, alo
Hi everybody,
I'm definetly getting crasy with a context param ... I want to offer init
parameters to all my JSP pages... so In the WEB-INF/web.xml file of my
application, I've put something like :
...
RmiServer
//10.10.10.7/BOB
Nom de l'objet RMI de connexion.
Hi
you can switch port on tomcat.
I would suspect that is in server.xml under conf
catalog.
Peter
- Original Message -
From:
Guillermo de Miguel
To: [EMAIL PROTECTED]
Sent: Friday, February 23, 2001 1:53
PM
Subject: Fw: port 8080
Hi everyone!
I have a se
Thks again, but where can I find the hosts files on my Red Hat 6.2
system? I already edit the name of the host to atechapp in the linuxconf
utility, but even editing the httpd.conf file to accept this name, the
error message about host name still appear ...
So, any other suggestion??
Regards,
The protocol seems to be correct. The thin driver is quite old (classes111.zip)
but it match up with the database.
Could this driver be in charge of closing connexions?
Xavier.
Randy Layman wrote:
> This seems really strange. What it sounds like to me it the JDBC
> connects one and get
hi,
In Server.xml
docbase = "servlets/" you should mention the COMPLETE path.
ie if your servets lie in c:\data\www\app\servelet it should be.
Shuklix
hi there
my pulse is on 200... soon ;-)
i read the tomcat docu 100 times and checked the examples, but it seems
that i'm
you
can change the port in tomcat's server.xml if this can help
you.
Shuklix
-Original Message-From: Guillermo de Miguel
[mailto:[EMAIL PROTECTED]]Sent: Friday, February 23,
2001 6:23 PMTo: [EMAIL PROTECTED]Subject:
Fw: port 8080
Hi everyone!
I have a servlet that
Have you disabled the ServletInvoker request interceptor in your
server.xml file? Basically, old versions of JServ and Tomcat supported a
URL of /servlet/fully.qualified.classname as a method to call servlets
without setting up explict aliases. This isn't part of the servlet spec,
but i
This seems really strange. What it sounds like to me it the JDBC
connects one and gets a "Connection reset by peer" error. Then the second
(anre presumably more) connections are successful. If this is the case I
would check that your drivers and database match up (in other words, not
u
On Fri, Feb 23, 2001 at 12:18:32PM +, Patric Lichtensteiger wrote:
> server.xml:
>
>
Try putting server.xml like this while mantainning tomcat.conf like that
> tomcat.conf:
> ApJServMount /servlet /root
>
> AllowOverride None
> deny from
Hi everyone!
I have a servlet that calls to a CGI in a system of
payment, this cgi makes requests to my servlet and has to get the data; but
there is a problem and is that the server containing the cgi can't obtain datas
from ports (8080 used by default by Tomcat). I would like to know in t
1 - 100 of 125 matches
Mail list logo