Hi,
Sysdeo Tomcat plugin is doing the building stuff automatically so check
your WEB-INF/classes folder. Also it is good for debugging web applications.
However if you want syntax highlighting/autocomplete in your jsp files
you should also install WTP from Eclipse.
Cheers,
Ovidiu
Dola Woolf
Hi Lety,
so, in short, I don't understand your problem. But, probably your
links (the element) have broken the href URL. Am I right?
Please, describe more your problem. I didn't find any problems about
URLs in the Tomcat 5.5.x...
PETR
On 3/25/06, Benitez Badillo, Leticia <[EMAIL PROTECTED]> w
Sofar I see from
http://apr.apache.org/projects.html#open_source
APR support in tomcat is in
mod_jk v2 and mod_webapp (part of Tomcat)
Since both aren't needed, neither in std. tomcat nor in above mentioned setup,
what advantages of APR can the original poster have with a standalone
tomcat. I gu
You may use request.getRemoteUser() to have domain and userid returned as a
String object.
Just add tomcatAuthentication="false" to the Connector element in your
server.xml file.
By the way - Tomcat is NOT a full J2EE server but a Servlet container (is does
not support EJBs for instance)
Rega
Yes it's easy, you just need to add
tomcatAuthentication="false"
Onto your AJP Connector element in server.xml
Then, calls to request.getRemoteUser() will contain the username.
Alternatively, you can also add jCIFs to your web application but that requires
web.xml configuration to specify you
Hello,
LDAP Realms (and probably others) in tomcat uses GenericPrincipal as the
Principal instance. This GenericPrincipal provides interresting methods
like 'getPassword()' which is very usefull when your webapp has to
forward the credential to a specific library before using it.
Unfortunately, ty
Hi,
I use apache2 ,Tomcat5.5.16 and mod_jk for virtual host.
I need to create separate JVMs for each virtual host.
Is there any document or any suggestion for me ?
Thank,
psaingtong
-
To unsubscribe, e-mail: [EMAIL PROTEC
Thanks!
Just to confirm: "also", not "instead".
--- Ovidiu Hurducas <[EMAIL PROTECTED]> wrote:
> Hi,
> Sysdeo Tomcat plugin is doing the building stuff
> automatically so check
> your WEB-INF/classes folder. Also it is good for
> debugging web applications.
> However if you want syntax highligh
Hi list,
I need to forward requests from a servlet running in one context to a different
one running in a different context. I understand I need to add "crossContext"
to the context descriptor's attributes (should I add it to the forwarding
context, to the context that I forward it to, or both?
Leon Rosenberg wrote:
> Sofar I see from
>
> http://apr.apache.org/projects.html#open_source
>
> APR support in tomcat is in
> mod_jk v2 and mod_webapp (part of Tomcat)
>
> Since both aren't needed, neither in std. tomcat nor in above mentioned
> setup, what advantages of APR can the original poste
WTP can do the same things that Sysdeo does. But I’m using both in the
same time because Sysdeo is faster when doing debugging or reloading
context when changing multiple file sources.
I’ve tried to use WTP server configuration and it takes forever to
redeploy the application each time I change
Am i correct assuming tomcat is unable to correctly redirect to error
page when an error occur in an included jsp?
I have an included jsp that most probably generate an error (error was
not occuring before inclusion). However, my error page don't get
displayed. All i get is a partial jsp page (the
[EMAIL PROTECTED] wrote:
> I use apache2 ,Tomcat5.5.16 and mod_jk for virtual host.
>
> I need to create separate JVMs for each virtual host.
In this case you should start seperate Tomcat instances for each virtual host.
> Is there any document or any suggestion for me ?
RUNNING.txt which is i
So it's tomcat you're running?
You need to examine the log files, that's what they are there for ..
They should give you a good idea of what may be happening. Look in
TOMCAT's log folder
;) Allistair
-Original Message-
From: VIKASS NAGPAL [mailto:[EMAIL PROTECTED]
Sent: 25 March 2006 22
Hi,
I suspect there are JNDI resources involved here (such as for databases)
that need to be configured per each container's own methods. Whilst in
general WARs can be deployed across containers, the same cannot be said
for configuration dependencies.
I'm afraid you will need to understand what t
I've not really any idea other than to suggest what happens with
commenting out the web.xml default in the conf version and having your
web app's have their own version (since web apps don't know of each
other)
-Original Message-
From: Rachel McConnell [mailto:[EMAIL PROTECTED]
Sent: 25 M
Hi,
I upgraded tomcat to 5.5 and also jdk to 1.5 and after making changes to my
app everything was great (on my local machine) which is a windows XP. But
after setup on the server it runs sooo slow. I still have the older tomcat
running another application and that one is fine. Both of these tomc
Hello
You are right : no help about JSP with the plugin SYSDEO
You may use an other one :Lomboz http://lomboz.objectweb.org/overview.html
Jean-Claude
-Message d'origine-
De : Dola Woolfe [mailto:[EMAIL PROTECTED]
Envoyé : lundi 27 mars 2006 08:53
À : Tom Cat
Objet : sysdeo: whoa, wait a
try changing
*
To
?
-Original Message-
From: Stephen More [mailto:[EMAIL PROTECTED]
Sent: 25 March 2006 18:25
To: users@tomcat.apache.org
Subject: Disabling put and delete http methods
I am having problems trying to disable put and delete.
I have searched the Internet and they
I didn't find the ConnectionHandle ... it's an interface but where is my
instance of "ConnectionHandle"? Do I get it by using one of the Servlet's
request, response or session objects?
--
View this message in context:
http://www.nabble.com/Get-JDBCRealm%27s-current-user-t1341315.html#a3607425
Sen
Alex
Are you sure the performance problems comes from Tomcat itself?
What is exactly slow?
Is this a test you run from your XP client, or from the server?
I would start by collecting metrics network/cpu/ram and narrow it down to
the bottleneck.
Do you have similar settings in both environment?
D
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thanks for the direction.
This is pretty much what I thought. I'll try moving back to a previous
version of PHP and see how it goes.
-=> Gregg <=-
Nikola Milutinovic wrote:
>> *exception*
>>
>> java.io.IOException: null net.ph
Hi,
I have a web applications using sturts framework. The application allow
users to upload data files on server. The application is running on Apache
Tomcat 5.0 server. I am using Commons File Upload 1.0 for uploading files.
The application is running fine but sometime it fails to upload files
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
A review of the servlet.c send method shows the following code:
/*
* Parse the file
*/
SETSTRING( SG(request_info).path_translated,
pathTranslated );
#ifdef VIRTUAL_DIR
This would seem like a Java question and not a Tomcat question.
-Original Message-
From: Vikram Goyal [mailto:[EMAIL PROTECTED]
Sent: Monday, March 27, 2006 12:47 AM
To: users@tomcat.apache.org
Subject: InputBuffer and Posting Data
Hi all,
I am trying to post some data via an applet to
Rapthor-
take a look at http://developer.mimer.com/howto/howto_29.htm
JDBCRealm is a technique for storing user information in a database.
Where JDBCRealm info is accessed via your connection handle (and hopefully
acquired from connection pool ) defined within server.xml as in this example
You need to place the Jar file that contains the
org/apache/tomcat/util.log/SystemLoghandler class in your
%tomcat_home%/common/lib folder. I am not going to research and find that
jar file you. I will let that be an assignment for you.
-Original Message-
From: Cody Caughlan [mailto:[EMA
You need to user the getRequestDispatcher("/theothercontext") method. This
will give you a reference to a RequestDispatcher class of the context defined
in the instance of Tomcat called "theothercontext".
HTH
-Original Message-
From: Zohar [mailto:[EMAIL PROTECTED]
Sent: Monday, March 27
> From: Leon Rosenberg [mailto:[EMAIL PROTECTED]
> Subject: Re: Performance Tuning on Tomcat 5.5.16 for site
> with 150,000 daily hits
>
> APR support in tomcat is in
> mod_jk v2 and mod_webapp (part of Tomcat)
When installed, APR is also used for the standard HTTP and HTTPS
connectors, not jus
Thanx Markus, Chuck, for the enlightenment :-)
leon
On 3/27/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> > From: Leon Rosenberg [mailto:[EMAIL PROTECTED]
> > Subject: Re: Performance Tuning on Tomcat 5.5.16 for site
> > with 150,000 daily hits
> >
> > APR support in tomcat is in
> > mod
Dear All,
Thank you very much for all the information you provided me with.
I guess APR might become a hassle in the long run, so we will go with
standalone Tomcat.
Regarding the 18,000hits/hour peaktime, obviously we cannot justify the
clause: "18,000hits/hour / (60*60) = 5hits/s" Therefore we
Hi Allistair,
The JAR looks fine to me. It was created using ant. I've tried using an
exploded version, so with separate .class files, but that still doesn't
work. The testcase I posted in ASF bugzilla works for other people, so
something must be wrong on my side.
I'm going to try to test this co
> From: Cody Caughlan [mailto:[EMAIL PROTECTED]
> Subject: NoClassDefFoundError in SystemLogHandler during
> Bootstrap in binary version
>
> Classpath: /usr/local/apache-tomcat-5.5.16/bin:
> /usr/local/apache-tomcat-5.5.16/server/lib:
> /usr/local/apache-tomcat-5.5.16/common/lib:
> /usr/local/jd
Looks like you are running the default access log settings.
For logging of user-agent and referer (when given) try:
CustomLog logs/access_log combined
http://httpd.apache.org/docs/1.3/logs.html#accesslog
HTH,
Jon
Scott Purcell wrote:
I really would like to find out how my (and if my site) is
Scott Purcell wrote:
> I really would like to find out how my (and if my site) is being
> indexed. I am using Tomcat 5.5 and I am running a ecommerce site. I have
> had nothing but trouble getting seen in search engines, so I would like
> to be able to somehow trace what pages robots are indexing.
Markus Schönhaber wrote:
> Then you might want to take a look at this link
> http://www.robotstxt.org/wc/active.html
Better start here:
http://www.robotstxt.org/wc/robots.html
This is what Tim really posted.
Regards
mks
-
To u
Hi Scott,
look at awstats ( http://awstats.sourceforge.net ). This projects
parses Apache httpd's logs and can determine who's bot and who's not.
Maybe you find there some insteresting informations.
PETR
On 3/27/06, Jon Wingfield <[EMAIL PROTECTED]> wrote:
> Looks like you are running the defau
Thanks Jon,
After reviewing your response ... I believe this fix is for a Apache
server? I am running Standalone Tomcat. It appears I need to somehow
log the user-agent and possibly referrer to my default access log. Is
this correct?
If this is the case, does anyone know how to do this with Tomc
Hi,
Even after changing my settings to a hung node A still does not failover to
node B. The whole server is hung.
worker.loadbalancer.lock=P # P[essimistic]
Any more recommendations?
Thank you,
Vidya
--
View this message in context:
http://www.nabble.com/question%3A-mod_jk-failo
Definition of disabled directive in
http://tomcat.apache.org/connectors-doc/config/workers.html
disabled - If set to True or 1 the worker will be disabled if member of load
balancer. This flag can be changed at runtime using status worker.
Can I change the disabled property at runtime and will
Is the unique.log where your site hits are being logged?
I'm running tc5.0.x. For that version you would change the pattern
attribute for the Valve doing the logging in server.xml (or context.xml
depending on config).
Just looked. It's the same in 5.5
http://tomcat.apache.org/tomcat-5.5-doc/c
Yes Jon the unique.log is where all my logging is occurring. I will
follow your link, and try and figure this out.
Thanks,
Scott
-Original Message-
From: Jon Wingfield [mailto:[EMAIL PROTECTED]
Sent: Monday, March 27, 2006 8:59 AM
To: Tomcat Users List
Subject: Re: Adding user-agent an
Hi Mark
Just to tell that I finished my job and all work well.
Thanks a lot to guide me
Now I have a taglib that does for example
if the user in session is related with at least one role that is related
with at least one of the permissions in list the job is done.
On 3/17/06, Alessandro Colant
This IS a java question.
If post.Conn is a URLConnection you opened from the applet (looks that
way) then you need to call setDoInput()
and setDoOutput() methods (basically read/write) to make it a post.
There is also a setUseCaches() (true or false)
to control caching, default is true (relo
Tomcat 5.5
OS=Win2000
I would like to change the pattern for a valve in my server.xml. The API
shows when you have the element
The method below is from org.apache.catalina.session.StandardSession
tomcat 5.0.28 source. Since the setId call is commented and the id is
simply set to the data member directly, no session listeners are
notified (notified from setId method via tellNew method). How can I get
access to the session
> From: Scott Purcell [mailto:[EMAIL PROTECTED]
> When I submitted the site to google, this is the page I submitted. Why
> wouldn't my site get spidered?
- Google can't read the links because they're embedded in a nice pretty
dynamic Javascript-y menu system;
- You're returning an odd encoding a
Hi,
What I need is that users have access to a web application under 5 domains, all
of them on the same home page.
When I use IP address the page work without problem. But if I try to use any of
the domains the page doesn't work.
The domains are on the DNS server.
It' seems that inside t
Actually Peter,
I have no javascript links on my page. The site is a struts site, and
all links are regular links with no odd, or peculiar issues.
-Original Message-
From: Peter Crowther [mailto:[EMAIL PROTECTED]
Sent: Monday, March 27, 2006 9:41 AM
To: Tomcat Users List
Subject: RE:
> From: Scott Purcell [mailto:[EMAIL PROTECTED]
> Actually Peter,
>
> I have no javascript links on my page. The site is a struts site, and
> all links are regular links with no odd, or peculiar issues.
OK.
I'd be able to make better guesses if I could see the site - apologies
if I've missed a
I've changed some class files and after the substitution, it works fine.
The files has been reemplaced with the 'zip' distribution and copied
directly to the 'exe' installation.
There are:
\webapps\jsp-examples\plugin\applet\Clock2.class
\webapps\jsp-examples\WEB-INF\classes\servletToJsp.class
\w
Here is the site:
http://www.theuniquepear.com
Thanks,
I apologize. I would really like this to work, and will do whatever it
takes.
Sincerely
-Original Message-
From: Peter Crowther [mailto:[EMAIL PROTECTED]
Sent: Monday, March 27, 2006 9:51 AM
To: Tomcat Users List
Subject: RE: Site
please attach both your server.xml files, I'll take a look at them.
Filip
Parham, Clinton wrote:
Martin,
The install on nodeB is operation. I am able to open the default Tomcat
page, "If you're seeing this page via a web browser, it means you've
setup Tomcat successfully."
Netstat lists the ht
One interesting thing is that the line:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
is repeated inside the block.
Probably not a big deal.
How long has the site been up?
> -Original Message-
> From: Scott Purcell [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 27, 2006
Site has been up over 6 months. Pretty much never down.
Thanks,
-Original Message-
From: Daniel Blumenthal [mailto:[EMAIL PROTECTED]
Sent: Monday, March 27, 2006 10:11 AM
To: 'Tomcat Users List'
Subject: RE: Here is site, not getting spidered.
One interesting thing is that the line:
htt
2006/3/27, Scott Purcell <[EMAIL PROTECTED]>:
> Here is the site:
>
> http://www.theuniquepear.com
>
I'm not very fluent with HTML, but why are there two DOCTYPE
declarations in the generated code?
--
Francis Galiegue, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
One2team - 12bis rue d
I may be wrong but I think there are only two predefined names: "common"
and "combined". For all others you set the pattern attribute to the
required number and ordering of pattern elements as defined in the docs.
From the docs:
The shorthand pattern name common (which is also the default)
corr
Hello,
I set IIS to 5.0 compliance mode and here's what I see in the isapi
redirector log:
-
[Mon Mar 27 08:56:31 2006] [jk_isapi_plugin.c (977)]: Using registry.
[Mon Mar 27 08:56:31 2006] [jk_isapi_plugin.c (979)]: Using log file C:
\Program Files\Apache Software Foundation
Hi,
1. The problem with your products not being spidered is because you use
javascript to open them. Your links need to be within tags within
the page, not JavaScript.
2. You might want to look into Apache URL rewriting for your product
browsing. Currently only the Query String differentiates yo
It looks like the major issues as seen here:
http://marc.theaimsgroup.com/?l=tomcat-user&m=113962621607862&w=2
have been fixed. Since it has been less than 1 month since those issue have
been fixed - it may be a waiting game. Google has additional crawling
algorthm which detects how often a si
There are a couple of things you can do. I haven't tried this, but I
think you can prevent the IllegalStateException by putting "<%@ page
buffer='128kb' %>" in the JSPs. Use a big enough buffer, and it won't
start writing the response before it tries to redirect to the error
page.
Also, you could
I tried your suggestion but the problem still remains.
I also tried moving the context definition into server.xml file (old tomcat
style). This did not work either.
I have been using this configuration successfully on Tomcat 4.x.
thanks,
Vamsi.
On 3/24/06, Parsons Technical Services <[EMAIL PRO
Dear all, I really need to complete a very "simple" web application which
demonstrate the MVC architecture fully. I would love to do it myself from
scratch but given the time I have, I can't!. I really appreciate if someone
can point me where I can find a very simple implementation of MVC using
Se
I originally did not have such a verbose classpath (usually I dont
have one set at all). But in a feverish attempt to have the system
find the JAR, I constructed the crazy classpath. Trimming it down to
CATALINA_HOME/bin (which is where bootstrap.jar resides), catalina.out
generates this error inst
The points about javasrcipt links and parameters are valid, but this
thing that causes hassle even for bots that deal with parameters are
jsessionids
Have a look at http://tuckey.org/urlrewrite/ you'll be able to remove
session ids for bots and deal with the request parameters too..
Hth
Mark
On
On 3/27/06, Asegid Debebe <[EMAIL PROTECTED]> wrote:
> Dear all, I really need to complete a very "simple" web application which
> demonstrate the MVC architecture fully. I would love to do it myself from
> scratch but given the time I have, I can't!. I really appreciate if someone
> can point me
Thanks Michael, I am checkig it.
Thanks!!
AD
On 3/27/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
>
> On 3/27/06, Asegid Debebe <[EMAIL PROTECTED]> wrote:
> > Dear all, I really need to complete a very "simple" web application
> which
> > demonstrate the MVC architecture fully. I would lov
Hi Scott,
generally I would suggest that you get some books or even an external
company/consultant about search engine optimization.
As the other posts pointed out there are really a lot of things that you can
do (wrong). And it's not an easy subject.
For a B2C Shop it is really essential that yo
Waited a bit too long to start your homework, did you? ;-)
Asegid Debebe wrote:
Dear all, I really need to complete a very "simple" web application which
demonstrate the MVC architecture fully. I would love to do it myself from
scratch but given the time I have, I can't!. I really appreciate
Yes, I took too much time with other stuff and realized that it is due
tomorrow . . . I don't think I will ever sleep today . . .
AD
On 3/27/06, David Kerber <[EMAIL PROTECTED]> wrote:
>
> Waited a bit too long to start your homework, did you? ;-)
>
> Asegid Debebe wrote:
>
> >Dear all, I real
Hello,
I succesfully got SSL to work in a windows xp environment by copying the
"tcnative-1.dll" file to the /tomcat/bin directory and restarting. The
following is the APR port 443 settings within server.xml. These settings
work succesfully within a windows environment:
I tried installing unde
Do you have any suggestion, David?
Thanks,
On 3/27/06, David Kerber <[EMAIL PROTECTED]> wrote:
>
> Waited a bit too long to start your homework, did you? ;-)
>
> Asegid Debebe wrote:
>
> >Dear all, I really need to complete a very "simple" web application
> which
> >demonstrate the MVC archite
What I do is look at the IP addresses that access robots.txt and
consider any similar IP address to be a robot. "Similar" means the
same first 3 bytes - often the requests for pages come from a
different machine than the one that checked robots.txt. It's not
perfect but it works pretty well.
You s
No, I don't know anything about MVC as such. I know MVC stands for
"Model View Controller", but have no idea how it applies to writing a
real application. I'm purely a self-taught programmer and database
designer/administrator. I've been programming since 8th grade in the
mid-70's (on an HP-
http://www.wickedlysmart.com/HeadFirst/HeadFirstDesignPatterns/HeadFirstPatternsIndex.html
Grab the examples. I think the last ones have a full
blown MVC example. One uses Spring and one is coded
plain.
Of course, any prof worth his or her salt is going to
both read this mailing list and know t
Actually, it appears that Google is at least trying to crawl your
site. In the access log you posted, a couple of pages are requested by
66.249.65.180 which is an address registered under googlebot.com. (I
did a reverse DNS lookup.)
However, when I try to access these pages myself (e.g.
http://www
Hi Filip,
I have figured out (for the most part) what is happening:
Using Ethereal, I determined that even though I was setting the mcast
bind address to the private adapter, traffic was still being broadcasted
on my public adapter. After some investigation into the Tomcat source
code, I determin
Thanks David, I am currently in a class on e-Apps development using J2EE and
tomcat server. MVC is designed to make complex applications design simpler
by breaking down the applicatioin in to three separate and
virtually-independent components, the Model (the application Data), the View
(the way th
So it's just another variation on the old 3-layer application
architecture...
Asegid Debebe wrote:
Thanks David, I am currently in a class on e-Apps development using J2EE and
tomcat server. MVC is designed to make complex applications design simpler
by breaking down the applicatioin in to th
On 27 Mar 2006 at 23:31, Asegid Debebe wrote:
> Thanks David, I am currently in a class on e-Apps development using
> J2EE and tomcat server. MVC is designed to make complex applications
> design simpler by breaking down the applicatioin in to three separate
> and virtually-independent components,
Samuli Elomaa wrote:
> What do you mean by right signature? you mean the
> java.security.Signature? or just the code syntax?
Method signature (which looks fine)
> super.doOptions(req, response);
You can delete this line.
Try your options request with the standard WEBDav servlet.
It seem
Hi!
When I startup Tomcat it says:
INFO: Missing application web.xml, using defaults only
StandardEngine[Catalina].StandardHost[localhost].StandardContext[/adss.licen
sing.core]
My web.xml is in WEB-INF folder.
What am I doing wrong??
Tanx!
Marisol.
-Mensaje original-
De: [EMAIL PROTECT
Thanks Mark,
On 3/27/06, Mark Eggers <[EMAIL PROTECTED]> wrote:
>
>
> http://www.wickedlysmart.com/HeadFirst/HeadFirstDesignPatterns/HeadFirstPatternsIndex.html
>
> Grab the examples. I think the last ones have a full
> blown MVC example. One uses Spring and one is coded
> plain.
>
> Of course,
Can you post the error message verbatim from the log? Maybe the whole log
file or at least a few lines before and a few lines after the error message.
Just be sure not to break any confidentiality rules within your company.
-Original Message-
From: Marisol Opreni [mailto:[EMAIL PROTECTED]
Hi,
I work with Tomcat 4.1 on Solaris.
We except a huge increase of our clients on our site (about 200,000 user
in 2 hours every day) in a few weeks, each with a session if possible.
I wonder which kind of session must be used in order not to overload the
memory of tomcat, and to
Hi,
If I have eclipse (and sysdeo) up and running already,
what do I need to download to install WTP. I
downloaded the all-in-one package, but that seems to
have everything, including Eclipse! I'm afraid that if
I were to use that it'll overwrite my current settings
and other plugins in the Eclips
Hiya all
tried to answer back to my last post but it kept timing out maybe it was too
long - anyways I just wondered if there was anything else i can try :(
If port 8180 keeps the sessions but port 80 keeps recycling sessions surely
it must be an issue with mod_jk I have also tried mod_jk2 and
This is actually an Eclipse question. Here is a link to update and get the
WEBTOOLS package from Eclipse using the update manager.
http://download.eclipse.org/webtools/updates/
-Original Message-
From: Dola Woolfe [mailto:[EMAIL PROTECTED]
Sent: Monday, March 27, 2006 1:15 PM
To: Tom C
Hi,
I'm using APR with Tomcat 5. Now I just use the "tcnative-1.lib" included
APR & OpenSSL.
Today, I have a assigment to customize OpenSSL algorithms, then I must
reconfigure Tomcat 5 to use APR, Openssl separately.
I don't know how to do it, the Tomcat documents don't mention anything about
th
Hi,
I'm using APR with Tomcat 5. Now I just use the "tcnative-1.lib" included APR &
OpenSSL.
Today, I have a assigment to customize OpenSSL algorithms, then I must
reconfigure Tomcat 5 to use APR, Openssl separately.
I don't know how to do it, the Tomcat documents don't mention anything about
Hi!
When I startup Tomcat it says the following log lines and doesn't deploy the
war file:
INFO: Processing Context configuration file URL
file:C:\tomcat5\conf\Catalina\localhost\est.xml
Mar 27, 2006 3:18:16 PM org.apache.commons.digester.Digester endElement
SEVERE: End event threw exception
>From this:
SEVERE: Error deploying configuration descriptor est.xml
java.io.IOException: java.lang.IllegalStateException: Context path is
already in use
I gather that you already have an application deployed at that specific
context. Maybe you are trying to manually deploy and app that Tomcat h
Thanx!
That was it!!
-Mensaje original-
De: Farrow, Marc [mailto:[EMAIL PROTECTED]
Enviado el: 27 Maret 2006 15:38
Para: Tomcat Users List
Asunto: RE: SEVERE: End event threw exception
>From this:
SEVERE: Error deploying configuration descriptor est.xml
java.io.IOException: java.lang.I
Thanks, I have correct the wrong name at server.xml comment. The
current cluster Howto describe the corrent mcastBindAddress parameter
name.
Sorry!
Peter
Am 27.03.2006 um 19:30 schrieb Parham, Clinton:
Hi Filip,
I have figured out (for the most part) what is happening:
Using Ethereal, I
Hello,
Your Eclipse settings (projects, fonts, runtimes) are stored into
c:/documents and settings/%you%/workspace by default
If you replace your c:/eclipse by a brand new installation, all your
plugins will be deleted (as sysdeo) but not your workspace. It is the
same concept tha IBM Visual Age s
glad you worked it out!
Parham, Clinton wrote:
Hi Filip,
I have figured out (for the most part) what is happening:
Using Ethereal, I determined that even though I was setting the mcast
bind address to the private adapter, traffic was still being broadcasted
on my public adapter. After some inv
Hi,
I don't know what I did wrong, but my StartUp servlet
now runs twice in a row when I start Tomcat. The
web.xml entry is
StartUp
servlets.StartUp
1
I don't even know where to begin looking for the
error. Do you have any suggestions?
Many thanks in advance!
Dola
___
Hi,
What version of Tomcat are you using ? Maybe your war is under your
appbaseif it so, it may starts your context once with the
context.xml file and once with the WAR
Good luck !
Jean-Philippe Boily
On 3/27/06, Dola Woolfe <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I don't know what I di
Dola, this a production enviroment ? Or a IDE enviroment ?
Why you said that is running twice ? Its calling twice to the init ???
regards
-Original Message-
From: Dola Woolfe [mailto:[EMAIL PROTECTED]
Sent: Monday, March 27, 2006 3:42 PM
To: Tom Cat
Subject: Context starts twice
Hi,
It's Tomcat 5.5.15
Yes init runs twice.
I deploy in a non-professional way: 1. compile .java
with ant, jar my classes and put the jar under
WEB-INF/lib, and compile jsp's into
WEB-INF/classes/org/...
So I don't think I have a .war anywhere.
The one change is that I just created a Tomcat Project
1 - 100 of 114 matches
Mail list logo