Re: deploying tomcat not on localhost

2010-07-20 Thread Tapas Mishra
Even I am trying for the same if you happen to do so please do share.
While browsing the list I came across
http://myunster.com/blog/10.html
May not be of much help.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



running tomcat behind an apache reverse proxy

2010-07-12 Thread Tapas Mishra
I have an application named as sakai
You can check about it here
http://sakaiproject.org/new-sakai-faq

which is running in Tomcat on LAN as
http://192.168.1.5:9090/portal

I am using Apache as front end for users to access this application on internet
as http://mydomain.com/sakai

and
ProxyPass /sakai http://192.168.1.1:9090/portal
ProxyPassReverse /sakai http://192.168.1.1:9090/portal


but the application is not generating URLs properly.I have not written
so it is not possible for me to change any thing in it.
The application is generating URLs like this:

GET /library/skin/default/portal.css
GET /portal/styles/portalstyles.css
GET /library/js/jquery.js

mod_proxy does not rewrite HTML, only a few specific headers, so your
application must generate the correct URLs, eg
/'sakai/styles/portalstyles.css'.

Is there any work around ?
 I have asked this on Sakai forum but did not got any answer.

-- 
Tapas
http://mightydreams.blogspot.com
http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



tomcat not starting

2010-07-08 Thread Tapas Mishra
I am surprised .I installed Tomcat and when ever I am trying to access
http://192.168.1.5:9090
it is not starting.

Here are the error logs which say port 9090 is already in use where as
I have just rebooted the server.
http://pastebin.com/7t9q9AJv
http://pastebin.com/fUeR1ASj
http://pastebin.com/i7mEubXf
is there any clue as what might have happned.

-- 
Tapas
http://mightydreams.blogspot.com
http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: tomcat not starting

2010-07-08 Thread Tapas Mishra
Hi thanks for your reply I have removed Tomcat from the server and re
installed it.
It is working now.

On Thu, Jul 8, 2010 at 2:46 PM, Pid p...@pidster.com wrote:
 On 8 Jul 2010, at 08:03, Tapas Mishra mightydre...@gmail.com wrote:

 I am surprised .I installed Tomcat and when ever I am trying to access
 http://192.168.1.5:9090
 it is not starting.

 Here are the error logs which say port 9090 is already in use where as
 I have just rebooted the server.
 http://pastebin.com/7t9q9AJv
 http://pastebin.com/fUeR1ASj
 http://pastebin.com/i7mEubXf
 is there any clue as what might have happned.

 I can't get pastebin to work on this device.

 Which exact version of Tomcat, JVM, OS are you using.

 Please post your server.xml with all comments and passwords removed.


 p



 --
 Tapas
 http://mightydreams.blogspot.com
 http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers

 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org


 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org





-- 
Tapas
http://mightydreams.blogspot.com
http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



tomcat /manager not working

2010-07-07 Thread Tapas Mishra
I downloaded tomcat 5.5.29 and tried to access an application
http://IP of Tomcat server:8080/manager
which the doc says
http://tomcat.apache.org/tomcat-5.5-doc/appdev/deployment.html
that it is included and deployed by default it did not showed me any
thing did I miss any thing.

-- 
Tapas
http://mightydreams.blogspot.com
http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



what is document root in Tomcat

2010-07-05 Thread Tapas Mishra
I am not clear with Document Root for Tomcat which is some thing in
Apache only I have worked with.
I have an application named sakai
http://confluence.sakaiproject.org/display/DOC/Install+Guide+-+Binary+Install+(2.7)
I downloaded it
svn co https://source.sakaiproject.org/svn/sakai/tags/sakai-2.7.0 sakai
but in Tomcat 5.5.29 which folder should I keep it so that I can access it


-- 
Tapas

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: what is document root in Tomcat

2010-07-05 Thread Tapas Mishra
On Mon, Jul 5, 2010 at 5:35 PM, Pid p...@pidster.com wrote:

 What does it say in the installation documents for Sakai?  Does it
 tell you where to install the files?
That is the problem on this page
http://confluence.sakaiproject.org/display/DOC/Install+Guide+-+Binary+Install+(2.7)
section 3.0 It says
If you wish to configure a binary installation you'll need to
manually create a /sakai folder in $CATALINA_HOME to hold your
sakai.properties file.

Now I created /sakai in $CATALINIA_HOME

as the doc says in $CATALINIA_HOME/bin/startup.sh
I execute this script and then check
echo $CATALINA_HOME

I do not get any thing as output.

-- 
Tapas

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org