Good Morning-
the applicable snippet from jk_ajp_common.c authored by Gal Shachor
<[EMAIL PROTECTED]>
jk_log(l, JK_LOG_ERROR,
"Can't receive the response message from tomcat, "
"network problems or tomcat is down (%s), err=%d",
jk
Joseph-
Good advice ..
the version of msvcrt.dll in JAVA 5
located at %JAVA_HOME%\jre\bin\msvcrt.dll
is 6.00.8337.0
Using any other dll in JAVA or in the %PATH% would in all probability cause
incongruent behaviour for the java binaries
Martin
US Citizen-Contractor
- Original Message -
Wro
do you mean maxThreads="150" on the connector in server.xml?
could you clarify maxInstances parameter
Regards
Martin-
- Original Message -
Wrom: GMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRE
To:
Sent: Wednesday, March 12, 2008 7:43 AM
Subject: STM
Is there anyway to increase the 'max
Kevin--
what version is your MySQL driver?
?
Martin
- Original Message -
Wrom: UFPEGAUTFJMVRESKPNKMBIPBARHDMN
To: "Tomcat Users List"
Sent: Monday, March 10, 2008 1:43 PM
Subject: Re: Eclipse with tomcat and mysql
> Yes the driver is in my project libraries.
>
> Thanks,
> Kevin
>
>
what happens when you start TC and pass in the disable clear references
parameter-Dorg.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFEREN
CES=false?M-- Original Message -
Wrom: IYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEP
To: "Tomcat Users List"
Sent: Friday, March 07, 2008 3:33 PM
Subject:
Good Morning Richard
dont blame the piano player on this as Windows uses the 8.3 folder names
to verify
cd \
dir /X /AD
#note you will see PROGRA~1 assigned to C:\Program Files folder
cd PROGRA~1
dir /X /AD
#note you will see APACHE~1 assigned to Apache Software Foundation folder
cd APACHE~1
dir
Jason-
the url patterns depends on the servlet mapping you've defined..
You're going to need some algorithm which defines infinity
Your current mechanism binds the current Servlet to the ajax control (div?)
Acquire the initial date/time ..store it somewhere..hopeully in session
when the servlet f
Hi Raghu
Only with platform specific binaries..(most of which are located in
$JRE_HOME/bin)
Is there something specific you wanted to look at?
M-
- Original Message -
Wrom: ONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQ
To: "'Tomcat Users List'"
Sent: Thursday, February 21, 2008 10:06 AM
Subjec
agreed...
if by *Strange* you mean *you dont understand* then I would advise you to
take a look at Mladen Turks paper on fronting Tomcat with IIS
http://people.apache.org/~mturk/docs/article/ftwai.html
I would specifically note the built-in restrictions of Windows Workstation
products to managing <
yes..Tough call without knowing what type of realm you will be implementing
for (specifically would the realm be Memory or JDBC)
I found this jsp code for which will take the parameters role from the
request /verify / and output encoded string
<% String role = request.getParameter("role"); if (rol
is your manager's version of index.jsp located at
$TOMCAT_HOME\server\webapps\manager
?
M-
- Original Message -
Wrom: KPNKMBIPBARHDMNNSKVFVWRKJVZCMH
To:
Sent: Saturday, February 02, 2008 12:54 AM
Subject: Fwd: Status 404 in tomcat
> Hello,
> I have installed tomcat in my WHM (WHM -> cP
Good Point
suggest taking a look at implementing Tomcat Clustering to accomodate
greater loads
http://wiki.apache.org/tomcat/FAQ/Clustering
M-
- Original Message -
Wrom: VRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIB
To: "Tomcat Users List"
Sent: Saturday, January 26, 2008 2:18 PM
Subject: Re: Tom
Good Morning Ofer
I dont see attachement of /LoadTest/something.jsp
Martin-
- Original Message -
Wrom: FPEGAUTFJMVRESK
To: users@tomcat.apache.org
Sent: Thursday, January 24, 2008 9:51 AM
Subject: Tomcat memory leak?
Hi,
I know it's weird, but I'm doing the simplest thi
yes..can you also display you configuration for default Virtual Host appBase
attribute?
In other words %TOMCAT_HOME%\conf\server.xml you should see appBase that
looks like
Sent: Sunday, January 20, 2008 6:19 PM
Subject: Re: web.xml problems outside tomcat webapp folder
> On Jan 20, 2008 1:41 PM,
You will get a faster and more accurate response if you display contents of
your jsp(f)/jsf/faces page
regards/
Martin
- Original Message -
Wrom: CAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSF
To: "Tomcat Users List"
Sent: Friday, December 28, 2007 7:41 AM
Subject: Re: JSF and SSI
> Thank yo
Please Display
jsp and
accompanying web.xml
Thanks
M-
- Original Message -
Wrom: MQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGV
To: "Tomcat Users List"
Sent: Friday, December 21, 2007 2:36 PM
Subject: RE: how to run a simple jsp file
maybe you're lacking a jar file required? Maybe servlet
Merry Christmas to one and all (and especially the list maintainers and
committers who sometimes take considerable abuse to keep the discussions
lively, informative and accurate)
in 82 a BAL programming course on a sperry-rand machine..whatever became of
sperry-rand or burroughs???
Martin--
P.S.
good point.. try to determine if tc is running before trying to start it
again
netstat -a | grep PortNumber
M--
- Original Message -
Wrom: TZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJ
To: "Tomcat Users List"
Sent: Tuesday, December 18, 2007 8:44 AM
Subject: Re: apache and tomcat
> Which is complai
display
contents of jsp
contents of web.xml
content of server.xml
Regards/
M-
- Original Message -
Wrom: VWWCUFPEGAUTFJMVRESKPNKMBIP
To:
Sent: Sunday, December 16, 2007 6:51 AM
Subject: error number 500
> I have installed tomcat 6.
> i have tried to run the "cal1" jsp example, but i'v
Hi Tom
here is my jdbc.properties which is used for petstore access to MySQL tables
#jdbc.driverClassName=org.hsqldb.jdbcDriver
jdbc.driverClassName=com.mysql.jdbc.Driver
#jdbc.url=jdbc:hsqldb:hsql://localhost:9001
jdbc.url=jdbc:mysql://localhost:3306/petclinic
jdbc.username=fu
jdbc.password=bar
JNDI was designed for DB access with and without schema classification
once you have a connection you can always alter your session to take a
schema
ALTER SESSION SET SCHEMA = schema_name
M--
- Original Message -
Wrom: NHGSWZIDREXCAXZOWCONEUQZAAFXISHJEXXI
To:
Sent: Wednesday, December 05
first I would enable your PermGen memory collector
http://my.opera.com/karmazilla/blog/2007/03/13/good-riddance-permgen-outofme
moryerror
M--
- Original Message -
Wrom: BARHDMNNSKVFVWRKJVZCMHVIBGDADRZ
To:
Sent: Sunday, December 02, 2007 7:51 PM
Subject: memory required to run webapp witho
Directory of %CATALINA_HOME%\common\lib
06/15/2004 08:29p 26,202 commons-logging-api.jar
Directory of %CATALINA_HOME%\webapps\EncryptView\WEB-INF\lib
06/15/2004 08:29p 38,015 commons-logging.jar.old
(unusable)
/*lets create a jsp page which will call into that jar..
I agree that you should place the classes in your webapp WEB-INF..Common/lib
is for internal use and wouldnt be expected to demand load the classes you
require as is the case for the webapp WEB-INF
http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html
Anyone?
M--
- Original Message -
FOP 0.94 has working servlet code
which can be called specifying the xml and xsl
http://servername/fop/servlet/FopServlet?xml=data.xml&xslt=format.xsl
OR just using the fo param
http://servername/fop/servlet/FopServlet?fo=readme.fo
http://archive.apache.org/dist/xmlgraphics/fop/binaries/
M--
Microsoft allows 3GB capability for User Process Address Space
http://www.microsoft.com/technet/sysinternals/information/bootini.mspx
Anyone else?
M--
- Original Message -
Wrom: UZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPB
To: "Tomcat Users List"
Sent: Monday, November 26, 2007 12:08 PM
Sub
handled by autodeploy attribute of Host element
http://tomcat.apache.org/tomcat-5.5-doc/config/host.html
M--
- Original Message -
Wrom: EXCAXZOWCONEUQZAAFXISHJEXXIMQZUIVOTQNQEMSFDULHPQ
To:
Sent: Monday, November 19, 2007 12:12 PM
Subject: Application redeployment on Tomcat startup only
http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html
The best options are $JAVA_HOME/jre/lib/ext
then system classpath
Common will process $CATALINA_HOME/lib
M--
- Original Message -
Wrom: QZAAFXISHJEXXIMQZUIV
To: "Tomcat Users List"
Sent: Thursday, November 15, 2007 12:34 PM
S
Henkel-
web.xml will need to map xsd to some known mime-type e.g.
xsd
text/xml
Also I would look at
ValidateVisitor.visit(Validator.java:423)
for any expressions which you are currently not handling
(Velocity/Freemarker comes to mind)
Martin--
- Original Message -
Wrom: NHG
+1
also..to monitor memory usage run
%JAVA_HOME%/bin/JConsole
(and watch the individual memory categories..)
M--
- Original Message -
Wrom: CXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBO
To: "Tomcat Users List"
Sent: Friday, November 09, 2007 12:45 PM
Subject: Re: speed up the server
> Just I n
Hi Joan-
with apache front end you can use mod_rewrite to rewrite the URL
http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html
With Tomcat you will need to put on the architect's hat to determine why
have 2 webapps when you only need one webapp(ROOT)
If the 2 webapps accomplish the same function
display UserDatabase entry from $TOMCAT_HOME/conf/server.xml
it should look something like
M--
- Original Message -
Wrom: LHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLB
To:
Sent: Sunday, November 04, 2007 3:27 PM
Subject: I got the following error message when I try to start tomcat in
Eclipse
Does anyone know what the ASP team is?
Can we filter these messages off active list?
M--
- Original Message -
Wrom: FMYXOEAIJJPHSCRTNHGSWZIDREXCAXZO
To:
Sent: Sunday, November 04, 2007 11:57 AM
Subject: Re:Out of Office
> I'll be out of office from 11/05/07, returning back on 11/14/07.
Good Morning
http://localhost/
I mirrored your configuration:
RewriteEngine On
RewriteLogLevel 3
RewriteRule ^/confluence/ - [R,L]
RewriteRule ^(.*)$ /confluence/$1 [R,L,NE]
DocumentRoot /var/www/confluence/confluence
Options FollowSymLinks
AllowOverride None
Options Indexes FollowSymLinks M
FYI mod_jk that works
(Apache -t says Syntax ok)
http://archive.apache.org/dist/jakarta/tomcat-connectors/jk/binaries/win32/j
k-1.2.6/
filename:mod_jk_1.2.6_2.0.50.dll
filesize: 86016
(bookmark this site)
Still looking for the mod_jk that works with Apache 2.2
Have a good holiday
M--
- Origi
did you check the listener to make sure the MySQL listener is actually
listening?
netstat -a | grep 3306
if you run your mysql client with the same parameters that your webpp is
using
mysql [EMAIL PROTECTED] Username -p password DBName
can you connect?
M--
- Original Message -
Wrom: XRQB
36 matches
Mail list logo