> From: Lakshmi Narayanan K. [mailto:[EMAIL PROTECTED]
> Subject: Re: How to run tomcat without specifying a JDK location?
>
> 1) What is the role of the tools.jar file? Does it help in compilation
> of JSP's? I mean, is tools.jar enough to compile JSP's without a JDK?
Among other things, tools.
Hi Jason,
Thank you very much for replying. It worked. I modified
setclasspath.bat to NOT check for the presence of jdb and javac. I was
then able to start Tomcat by using 'catalina run' and 'catalina
start'. Now I have a few more questions:
1) What is the role of the tools.jar file? Does it hel
All, I just wanted to say that the problem here was my fault. I had
forgotten a servlet mapping I had defined which was at the root of my
problem.
Thanks to all of you who looked at the problem and I am sorry to have
wasted your time.
Bob
- Original Message -
From: "Bob Bronson" <[EMA
Both are latest and greatest. If 5.0.28 works fine for you then I don't see
any reason not to stick with it for now.
The main difference in the two (as I have read) is that 5.5 does not need
the JDK and as such resolves some license issues for a lot of users who
wanted to package and distribute
There are seperate pages for 5.0 and 5.5 In the 5.5 the syntax for the
elements changed. If you open both pages and look at the examples you will
see the changes.
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html#Database%20Connection%20Pool%20(DBCP)%20Configu
Struan Kerr-Liddell wrote:
Am I miss understanding? I can see www.anishanumandla.com
Obviously the OP fixed his problem -- it was definitely unavailable
a while ago (via browser/telnet/nmap).
Cute kid :-)
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design === (+
Am I miss understanding? I can see www.anishanumandla.com the text reads:
*Anish Anumandla* born on Jan 7th 2004 at El Camino Hospital, Sunnyvale,
California. He weighed 7lbs 8ozs and height was 19inches at the time of
birth.To know more about him go through the website.
Struan
Hassan Schroeder
Robert Harrison wrote:
I don't think you can see the external address if you browse from the
same machine the site is hosted on.
1) uh, why the hey not? Name resolution is name resolution; where
you're browsing from shouldn't matter (unless your primary DNS
is local and delivering non-routabl
I don't think you can see the external address if you browse from the
same machine the site is hosted on.
Bob
On 4/29/05, Hassan Schroeder <[EMAIL PROTECTED]> wrote:
> Ashok Anumandla wrote:
>
> > I am trying to host my website on Tomcat 5.5.9 in my home machine, i did
> > following steps ..
>
windows?im ignorant
Date sent: Sat, 30 Apr 2005 02:19:43 +0300
From: Nir Tayeb <[EMAIL PROTECTED]>
Subject:Tomcat Administration problem
To: tomcat-user@jakarta.apache.org
Send reply to: Tomcat Users List
Send reply to: Nir Tayeb <[E
Hello,
I am running a Tomcat 5.5.9 server on Ubuntu 5.04 machine.
When I try to logon to the Tomcat manager, the server prompts me for a
username and password.
When I installed (from binaries) the server I didn't specify any
username and/or password.
What details should I enter?
Thank you in
Hi all.
I've been struck all of a sudden with this.
servletRequest.getRequestURL() returns null.
Now, thinking about it, I can give some facts that might shed some light
on it and I'm pretty sure I know why it is happening, just want to
confirm with you guys. And just wandering if anyone can te
Ashok Anumandla wrote:
I am trying to host my website on Tomcat 5.5.9 in my home machine, i did
following steps ..
- Configured my linksys to fwd the any request from
www.anishanumandla.com to port number and 8080 port.
I don't think you were successful with that step...
But unfortunately i am n
When you try place www. anishanumandla.com in the navigation bar, your
request is translated by the browser to http://www.anishanumandla.com.
This will attempt a connection to your server on the default port of 80.
Look at the difference. anishanumandla is the name of your servlet in the
localhost
Is your machine's IP mapped to www.anishanumandla.com ? Try running
"nslookup www.anishanumandla.com" and/or "ping www.anishanumandla.com"
from the command-line and see what you get. It not, you can test using
the hostname by creating a local mapping
C:\WINNT\system32\drivers\etc\hosts file.
Hi All,
I am trying to host my website on Tomcat 5.5.9 in my home machine, i did
following steps ..
- installed the JRE,JAVA, and Tomcat 5.5.9
- installed ant
- when i run ant, it created anishanumandla under tomcat webapps.
- configured following in server.xml
- Configured web.xml
Thanks Mark.
Mark Leone wrote:
You're right that this is not the proper forum for this question. I
don't know any XML forums off-hand, but I found this with google
http://www.tek-tips.com/threadminder.cfm?pid=426
You should get apache Axis and look at the class XMLUtils. It has a
static method d
You're right that this is not the proper forum for this question. I
don't know any XML forums off-hand, but I found this with google
http://www.tek-tips.com/threadminder.cfm?pid=426
You should get apache Axis and look at the class XMLUtils. It has a
static method documentToStream() that looks li
Got it. Thanks everybody.
-Original Message-
From: Will Hartung [mailto:[EMAIL PROTECTED]
Sent: Friday, April 29, 2005 12:10 PM
To: Tomcat Users List
Subject: Re: Copying HttpServletRequest
> From: "Tuan, Frank" <[EMAIL PROTECTED]>
> Sent: Friday, April 29, 2005 11:35 AM
> I'm trying
I am not sure why you had a blank (empty) webapps directory - possibly
because you chose to download a version of tomcat4.0 which has no examples
included...
I have done nothing at all to the web.xml. There was abs nothing wrong with
your TC installation - except that it required an application
hello;
is there a porting guide for upgrading from tomcat 5 to 5.5?
i am having some problems with my DatasourceRealm configuration. the =
same configuration that wirks for tomcat 5.0.30 does not work for 5.5.9
is there some document that can explain the differences? i could not =
find anything
I've been battling this all week, I'm hoping someone can lend a helping hand.
I read that Tomcat 5.5.9 was the latest stable version and so I downloaded it
and installed on Linux FC2 and AIX 5.1, though I realize on the website it says
'current development focus'-- does this mean it is not stab
> From: "Tuan, Frank" <[EMAIL PROTECTED]>
> Sent: Friday, April 29, 2005 11:35 AM
> I'm trying to change the InputStream of the request. I don't think the
wrapper
> allows me to change the InputStream.
It's deeper in the ServletRequestWrapper, but it's there.
Regards,
Will Hartung
([EMAIL PROT
J. W. Ballantine wrote:
I'm trying to build mod_jk 1.2.11 on a solaris 2.8
system and it fails with:
The configuration command is:
./configure --with-apxs=/local/APACHE/Apache2/bin/apxs --enable-jni
--with-java-home=/a2/JAVA/java --with-java-platform=2
jni will not work anyhow on any unix syste
Hi,
I am not sure if this is the right group to pose this question to. If it
is not, I apologize and would appreciate if someone could point me to
the right place for an answer.
I have XML as a org.w3c.dom.Document that I construct in Java. At
runtime, I need to save this as a file. Could someo
Caldarale, Charles R wrote:
From: Scott Carr [mailto:[EMAIL PROTECTED]
Subject: Admin WebApp 5.5.9
I just downloaded the Admin webapp, and each of the directories where
jsp files are supposed is blank.
There are no source JSPs in the admin app. They're all pre-compiled and
distributed insi
I'm trying to build mod_jk 1.2.11 on a solaris 2.8
system and it fails with:
Making all in jni
/bin/bash /local/APACHE/Apache2/build/libtool --silent --mode=compile gcc
-I/local/APACHE/Apache2/include -g -O2 -DHAVE_JNI -I /a2/JAVA/java/include -I
/a2/JAVA/java/include/solaris -I../common -D
I'm trying to change the InputStream of the request. I don't think the wrapper
allows me to change the InputStream.
-Original Message-
From: Ben Souther [mailto:[EMAIL PROTECTED]
Sent: Friday, April 29, 2005 11:28 AM
To: Tomcat Users List
Subject: Re: Copying HttpServletRequest
The no
Thank you very much. A very good plan, I think.
--- Mark Benussi <[EMAIL PROTECTED]> wrote:
> Hi Dola,
>
> A strategy you could employ is the following.
>
> All data for your items can be held in a persistence
> store of some kind (DB,
> XML). For each product build an XML representation
> and t
The normal approach is to wrap the request as opposed to copying it:
http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpServletRequestWrapper.html
On Fri, 2005-04-29 at 14:16, Tuan, Frank wrote:
> Hi all,
>
> I need some help copying a HttpServletRequest in a Filter. I'm runni
Hi all,
I need some help copying a HttpServletRequest in a Filter. I'm running 5.0.28.
So far, this is what I have,
HttpServletRequest oldRequest = (HttpServletRequest)request;
CoyoteRequest newRequest = new CoyoteRequest();
// handle HTTP heade
Anoop,
Thank you so much for taking so much time to so thoroughly respond to
my message.
I tried your suggestions, but no luck. It sounds to me as if maybe you
are describing a scenario for a newer version of Tomcat than I was
using (4.0, because my instructor said it was "easier", ha). For
examp
> From: Scott Carr [mailto:[EMAIL PROTECTED]
> Subject: Admin WebApp 5.5.9
>
> I just downloaded the Admin webapp, and each of the directories where
> jsp files are supposed is blank.
There are no source JSPs in the admin app. They're all pre-compiled and
distributed inside catalina-admin.jar
I just downloaded the Admin webapp, and each of the directories where
jsp files are supposed is blank.
Is there somewhere else that I can download this?
--
Scott Carr
OpenOffice.org
Documentation Co-Lead
http://documentation.openoffice.org
---
> From: "Dave Butler" <[EMAIL PROTECTED]>
> Sent: Friday, April 29, 2005 8:39 AM
> Andrea Aime wrote:
> > I have a set of property files that allow me to configure my
application.
> > They contain things like file system locations, database access
> > parameters
> > and so on.
> > Now, I would li
lets see if you have everything right:
You have installed tomcat from an install available from the tomcat
website??
I assume yes - so that is out of question that the install file in corrupt.
SO probably you opted for a custom install and checked out that u did NOT
want examples to be installe
In a message dated 4/29/2005 9:46:44 AM Pacific Standard Time,
[EMAIL PROTECTED] writes:
[EMAIL PROTECTED]
> From: "David Smith" <[EMAIL PROTECTED]>
> Sent: Friday, April 29, 2005 4:36 AM
> Question to the OT: how are you deleting catalina.out? If you aren't
> shutting down tomcat first, you need to do that. Otherwise some OS's
> recreate the file to it's former size with empty space where log info
>
Thanks, but that of course is obvious and I have mentioned the same.
I was looking for the definition of the URIs for direct HTTP and/or JMX
query calls, i.e., a client interface to the admin and manager web
applications. Most of it I could reconstruct by reading the URLs submitted
from the def
On 4/29/05, Ryan Daly <[EMAIL PROTECTED]> wrote:
> All:
>
> Just upgraded to 5.5.9 yesterday. Can anyone quickly tell me what the
> extra log files are in the logs directory?
>
> I'm getting: admin.2005-04-28.log, catalina.2005-04-28.log, host-
> manager.2005-04-28.log, localhost.2005-04-28.log,
All:
Just upgraded to 5.5.9 yesterday. Can anyone quickly tell me what the
extra log files are in the logs directory?
I'm getting: admin.2005-04-28.log, catalina.2005-04-28.log, host-
manager.2005-04-28.log, localhost.2005-04-28.log, and
manager.2005-04-28.log
They're all 0 bytes. Can I stop t
[use maven tomcat:deploy (using manager)]
FAIL - Encountered exception java.io.IOException:
java.lang.reflect.InvocationTargetException
What does this mean?
Peiyun Jiang
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addition
Hi Dola,
A strategy you could employ is the following.
All data for your items can be held in a persistence store of some kind (DB,
XML). For each product build an XML representation and then use XSLT to
convert each item to a html file. Then when requesting to view an item you
can build up a Str
I do not know the answer to your question. Sorry.
-jrj
Bruce Perryman wrote:
Cool. I think other CAs have the same policy. How many
times can you revoke/renew with Verisign? Is it only
once?
-
To unsubscribe, e-mail: [EMAIL P
Hello,
I'm running Fedora Core 2, and am trying to install the latest version of
OX. I've gone to
Sietse Visser's installation site
(http://sietse.net/exoops/modules/OpenXchange/) for Fedora/Redhat and have
made it down
to installing tomcat.
When I try to do the apt-get install tomcat5 I get th
Andrea Aime wrote:
Hi,
I have a set of property files that allow me to configure my application.
They contain things like file system locations, database access
parameters
and so on.
Now, I would like to put them outside the war file in order to make
installation
easier for people not used to web
Is it possible to not put them in the war file? This is someone else's
servlet that I'd rather not have to modify, if I don't have to.
- Original Message -
From: "Anoop kumar V" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Friday, April 29, 2005 10:39 AM
Subject: Re: customizing lo
I'm using OS X 10.3.8 with Tomcat 5.0.28. It's been running without a
restart for about a year except for OS updates. I know that since apple
hasn't officially released java 1.5 yet, you need to use the compatibility
jar with anything over 5.5.7 which is one of the main reasons i havent
upgrad
Hi,
I have a set of property files that allow me to configure my application.
They contain things like file system locations, database access parameters
and so on.
Now, I would like to put them outside the war file in order to make installation
easier for people not used to web app deployements, bu
I have a tomcat 5.5 build error on a debian linux system with the following
kernel:
[EMAIL PROTECTED]:/home/jakarta# uname -a
Linux creature 2.6.9 #2 SMP Tue Oct 19 23:51:10 CEST 2004 i686 GNU/Linux
The main build.xml came from the online repository [obvtained with wget -c
http://jakarta.apache.
> From: Mark Leone [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat on Mac Stops Unexpectedly
>
> Is there a simple way to run Apache and Tomcat on the same
> machine without integrating them
Just comment out the AJP connector in Tomcat's conf/server.xml file.
- Chuck
THIS COMMUNICATION MAY
ideally - I am talking from my TC4.0 days, your images are better off in the
war file. The position they reside in is as under:
/webapps
/your_web_application
jsp's
static html
Your image files go in here <-
/web-inf
web.xml
/classes
your_servlet_class files
hope tha
Hello all.
I am looking for a way to add host aliases to a webapp without having to
edit server.xml and restart Tomcat. I'm running Tomcat 4.1 as a standalone
on Linux.
Is it possible to map virtual hosts using MySQL?
Thanks,
Martin
Arkatay Consulting
www.arkatay.com
--
well - if Apache is the culprit - why do you want to run it at all. Why not
shut it down? I am assuming that Apache was dedicated to your application
which runs on Tomcat..
Actually matter of fact I have encountered quite a few instances (not on Mac
though) where Tomcat runs best if not better
I don't think you lose anything, assuming your application works fine. You
gain:
* A 64-bit Sun JVM for x86-64.
* SNMP monitoring of the JVM.
* The ability to attach a profiling to a running JVM and see what all the
threads are doing--useful for catching production problems as they occur.
I didn
I've got a JDBC realm configured and working and would like to customize the
associated login.jsp. Right now any
images I refer to in the jsp are not found at runtime. Do I have to add these
to the servlet's war file? Or am I just
putting the resources in the wrong location (under the servlet
Hi,
TC 5.5.9 also crashes (not-serializable attribute in the session) when we
try to put a List in the session this way:
request.getSession().setAtrribute("myList",l.subList(pos,l.size());
-Mensagem original-
De: Paulo Alvim [mailto:[EMAIL PROTECTED]
Enviada em: quarta-feira, 27 de abril
Hello gurus,
* SETUP
This is Tomcat 4.1.26 on Win2K running with Tomcat Service Manager from
http://web.bvu.edu/staff/david/tcservcfg/
JDK 1.4.1_03 with options "-Xms512 -Xmx1024 -Xss2048 -showversion -verbose:gc
-Xloggc:c:\winnt\system32\PRTI-Report.log"
Connector config:
* PROBLEM
We're
There is no reason I can think of to build static pages dynamically.
I know what you are asying, but it makes little sense, I think.
However, if you want to get the static equivalent of a dynamic page,
all you have to do is to build a little application browser which gets
the output of your pages
hi all;
my question is if its a good idea to upgrade to 5.5.x but over jdk 1.4.
would i still get more stability, performance, etc...?
what will i loose?
thanks in advance ofr you help.
On 4/29/05, Lakshmi Narayanan K. <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Yes, I was able to figure that out. But, it the following which
> puzzles me. I'd already pasted this in my initial mail, but here it is
> again:
> > > But the tomcat documentation available at:
> > > < http://jakarta.apach
Tomcat lasted through the night after I shutdown Apache HTTP Server, so
it looks like Apache was the culprit in the unexplained Tomcat
shutdowns. Is there a simple way to run Apache and Tomcat on the same
machine without integrating them, just deconflicting the IP ports on
which they listen? I
Hi,
Thanks very much for replying.
I don't think that just modifying JAVA_HOME to point to a JRE will
work. The file "catalina.bat" internally calls "setclasspath.bat"
which in turn checks for the presence of the following:
* "%JAVA_HOME%\bin\java.exe"
* "%JAVA_HOME%\bin\javaw.exe"
*
Hi there,
I do not have a webapps/ROOT directory. It's not in my install ZIP
file either. Creating a blank new one doesn't seem to change anything.
According to my services file (BTW, I misspoke when I said Win2000,
it's WinXP) I have no used ports at all in my 8000 range, although I
know Oracle
cool
For all those who replied to my email, Thanks. I am on
the list now.
cheers,
sandie
Send instant messages to your online friends http://uk.messenger.yahoo.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands
I have gone thru the code and I may end up doing it.
This will require quite a lot of changes at various
places.In fact, I may end up re-designing some of
components and i was wondering of there is already an
effort to do this. Hence the mail.
Just out of interest, what are your requirements and
w
I have a some java beans in the session scope which are instantiated by
one page by get their properties updated by several other pages.
When the session expires Tomcat (correctly) throws an error when it tries
to update the no longer existing bean. My question is thus: how do I
detect its stat
Yes .
I could see your mail
cheers,
-Jobish P
All men by nature desire to know- Aristotle
On Fri, 29 Apr 2005, vince wrote:
> sandy kumar wrote:
>
> >Hi,
> >
> >I am trying to send a mail to this forum but cant see
> >my mail in the archieve. If you can see this mail then
> >can anyone send m
> From: sandy kumar [mailto:[EMAIL PROTECTED]
> I am doing some exploratory work on tomcat and was
> wondering If anyone has felt the need for tomcat which
> can be loaded across the network and doesnt rely on
> the underlying filesystem in anyway including the
> temporary work directory, logging,
Question to the OT: how are you deleting catalina.out? If you aren't
shutting down tomcat first, you need to do that. Otherwise some OS's
recreate the file to it's former size with empty space where log info
used to be.
Beyond that the other poster's ideas should also be followed.
--David
Dal
yep its here
In a message dated 4/29/2005 4:27:51 AM Pacific Standard Time,
[EMAIL PROTECTED] writes:
http://www.bayer-ag.de
hmm
Mit freundlichen Grüßen / Best Regards
Anja Mentges
_
Bayer Business Services GmbH
LOG-QM-DST
Köln, 2975-1
Tel.: +49 214 30 35537
Fax: +49 214 30 39217
E-Mail: [EMAIL PROTECTED]
Internet : http://www.bayer-ag.de
sandy kumar wrote:
Hi,
I am trying to send a mail to this forum but cant see
my mail in the archieve. If you can see this mail then
can anyone send me a confirmation pls.
cheers,
sandie
Send instant messages to your online friends http://uk.messenger.yahoo.com
--
catalina.out is never written to by tomcat itself. (except if no loggers for
commons-logging are configured) So ..
1) Do not use System.out
2) Do not use Throwable.printStackTrace()
3) Configure you logging (add log4j, or add a commons-logging configuration)
-Tim
Rajasekar wrote:
Hi,
I am facin
Build the site with jsp (or whatever) and then use wget --mirror (or some
similar command) to spider the site as static pages.
-Tim
Dola Woolfe wrote:
Hi,
A friend of mine has asked me to help him build an
"eBay store". So I need to build a bunch of static
pages.
I think that it is still a good i
Hi,
Yes, I was able to figure that out. But, it the following which
puzzles me. I'd already pasted this in my initial mail, but here it is
again:
> > But the tomcat documentation available at:
> > < http://jakarta.apache.org/tomcat/tomcat-5.0-doc/setup.html >
> > states this: "Java location:
martys a bit confused is this like a party line now and also sandys on my mail
On 4/29/05, Rajasekar <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am facing a *catalina.out log* file problem in tomcat5. It eats my
> harddisk space like anythink. My harddisk size is 80GB hard disk. Everyday i
> have to remove the catalina.out file. the nextday it fills the harddisk. and
> i cann't r
Under normal use very little appears in catalina.out. What exactly is filling
up the file? I would suggest that it is application output or errors and that
you need to sort that out.
I would also suggest that you use a proper logging package like log4j which
will allow you to have rotatable log
On 4/29/05, Akacem Mohammed <[EMAIL PROTECTED]> wrote:
> Hello to you all,
>
> I have an axis client ( SOAP ) which sends a String als parameter in xml
> format ( ).
> this client connect to a webserver over https, the webserver directs the
> request with http to tomcat 4.0.6 on which my webser
Hi,
I am facing a *catalina.out log* file problem in tomcat5. It eats my
harddisk space like anythink. My harddisk size is 80GB hard disk. Everyday i
have to remove the catalina.out file. the nextday it fills the harddisk. and
i cann't run tomcat. What could be the problem. Please help me if a
On 4/29/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> non employee im just as lost
>
>
I am seeing this kind of mail(compatibility package) very often. Does
it hurt to have SourceForge.net mx4j.jar in the Tomcat binary package.
If it creates any problems it can be renamed to a non jar exten
On 4/29/05, sandy kumar <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am trying to send a mail to this forum but cant see
> my mail in the archieve. If you can see this mail then
> can anyone send me a confirmation pls.
>
> cheers,
> sandie
>
> Send instant messages to your online friends http://uk.mes
Hello to you all,
I have an axis client ( SOAP ) which sends a String als parameter in xml format
( ).
this client connect to a webserver over https, the webserver directs the
request with http to tomcat 4.0.6 on which my webserver is deployed.
the probleme I am experiecing is as follow:
fr
Same place as the rest of the packages:
http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi
Choose the "Compat" file...
/Thomas
Charlie Todd <[EMAIL PROTECTED]>
29-04-2005 11:19
Besvar venligst til "Tomcat Users List"
Til:tomcat-user@jakarta.apache.org
cc:
non employee im just as lost
Hello,
I am trying to get tomcat 5.5 running with J2SE 1.4.2 JRE
It says I need to download and install the "compatibility package".
I have searched the apache/tomcat site with no luck.
I would be gratefull if you could direct me to the correct place.
Cheers
Charlie
Send instant messa
Hi,
I am doing some exploratory work on tomcat and was
wondering If anyone has felt the need for tomcat which
can be loaded across the network and doesnt rely on
the underlying filesystem in anyway including the
temporary work directory, logging, catalina_home,
catalina_base etc ?
Is there any s
Hi,
I am trying to send a mail to this forum but cant see
my mail in the archieve. If you can see this mail then
can anyone send me a confirmation pls.
cheers,
sandie
Send instant messages to your online friends http://uk.messenger.yahoo.com
-
lost me
Hi,
I am doing some exploratory work on tomcat and was
wondering If anyone has felt the need for tomcat which
can be loaded across the network and doesnt rely on
the underlying filesystem in anyway including the
temporary work directory, logging, catalina_home,
catalina_base etc ?
Is there any su
Well you can use a httpurlConnection ? In your java code to do the work
Regards
Guru
-Original Message-
From: Atanu Neogi [mailto:[EMAIL PROTECTED]
Sent: 29 April 2005 00:42
To: Tomcat Users List
Subject: Interface to admin & manager web application
Hi,
I need to write a non-brow
Hi,
I've this problem.
I've installed, in a win2000 server, Apache 2.0.53,
tomcat 4.1.31 and
mod_jk 1.2.10.
When Apache service stars it display :
Apache/2.0.53 (Win32) mod_ssl/2.0.53 OpenSSL/0.9.7e
mod_jk/1.2.10
configured -- resuming normal operations.
My servlet is functionally properly but, s
Hi,
A friend of mine has asked me to help him build an
"eBay store". So I need to build a bunch of static
pages.
I think that it is still a good idea to do so
programmatically (the only way I know how to do it!)
through jsp. Do you agree?
How would I then convert pseudo-dynamic pages to
static i
97 matches
Mail list logo