Misha Ver

Ranch Hand
+ Follow
since Mar 03, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Misha Ver

This http://wiki.apache.org/tomcat/MemoryLeakProtection may help. Do you already have an issue or jsut trying to avoid it in the future?
12 years ago

Nicholas Jackson wrote: I wanted to apply Basic authentication for this app and I successfully did so



It looks like not very successfully How did you do it exactly?

13 years ago
It should work. Perhaps you could post complete web.xml and tomcat-users.xml files.
13 years ago

Amar Jee wrote:
On submitting the user/pwd as role1/password, it is not accepted and the popup keeps reappearing.

tomcat-users.xml
------------------------------



Should you submit username/password as role1/tomcat?
13 years ago
JProfiler is a commercially licensed tool, so you have to check with the vendor
13 years ago
Try in context.xml:

>
13 years ago

Danny Luk wrote:I restarted both and ran http://ipaddress:8088/shop to make sure the app is running. But http://www.mywebsite.com still returns the Apache HTTP Server Test Page.



In this case you have to solve one problem at a time. This part should not work at all.



Are you sure that you are seeing correct Apache HTTP Server Test Page. I mean it is Apache on 192.168.0.2:8088.
13 years ago

Danny Luk wrote:I added the context line like you said and it's the same when I restarted Apache.



You have to restart Tomcat
13 years ago

Tirthesh Ganatra wrote:I m using Tomcat 5.5 and while printing the list on JSP page it gives error...and the remote server sends the redirect to their own default error page...i don know what to do...please help...
thanks in advance!



The more information you provide, the easier it is for people to answer your questions, look at Tell The Details
13 years ago
It should work. May be you have the permissions issues with "logs" directory. What does regular log say?
13 years ago
Where exactly did you do the change in server.xml ?

Why do you have an asterisk in



13 years ago
Looks like you need to set 'shop' as default app. You need to have something like this in server.xml within <Host>

<Context docBase="/usr/lib/apache-tomcat-5.5.23/webapps/shop" path="">
13 years ago

Tom Nishan wrote:Hello I got this error when I run my JSP file



How do you run it?
13 years ago