Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Need help regarding apache and tomcat connectivity


Hello all,

I need to use mod_rewrite in jsp. I found that mod_rewrite works only in apache http server and not in tomcat. But java works only in tomcat server.

So I connected apache http server 2.2 with tomcat 6.0 using tomcat connector. It is documented that when we run php, it is run in apache server and in case of java, the apache server forwards teh request to tomcat to handle java.

I am using Netbeans IDE to code jsp and servlets and save the projects in some location.

My problem is that I don't know where to save the jsp project to run on apache server . Because in order to run through apache http server, we have to save the project in htdocs folder inside the apache installation directory.

I hope you can understand my problem.
please help me.

Thanks in advance,

yuvi
View Original Thread
Comments
0
Be the first to comment

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect
avatar
Tags: server, apache, tomcat, projects
Resolved: (CXF-2783) Connectivity issues with Error on arraycopy on the server side
Jun 18, 2010
[ https://issues.apache.org/jira/browse/CXF-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-2783.

svn commit: r981203 - in /tomcat/trunk: java/org/apache/tomcat/util/bcel/ java/org/apache/tomcat/util/bcel/classfile/ webapps/docs/
Aug 1, 2010
Author: markt Date: Sun Aug 1 11:13:10 2010 New Revision: 981203 URL: http://svn.apache.org/viewvc?rev=981203&view=rev Log: Update packaged re-named Jakarta BCEL Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/ (props changed) …

svn commit: r947932 - in /tomcat/trunk/modules/tomcat-lite: examples/ java/org/apache/tomcat/integration/ java/org/apache/tomcat/integration/jmx/ java
May 25, 2010
Author: costin Date: Tue May 25 06:12:38 2010 New Revision: 947932 URL: http://svn.apache.org/viewvc?rev=947932&view=rev Log: Remove the 'integration' - ObjectManager and wrapping of DI frameworks. Lite is just a library/connector - doesn't…

svn commit: r965150 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/
Jul 17, 2010
Author: markt Date: Sat Jul 17 23:57:23 2010 New Revision: 965150 URL: http://svn.apache.org/viewvc?rev=965150&view=rev Log: Restore pero's timeout fix for the BIO connector. Add configuration of the timeout. Modified: …

svn commit: r959790 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/tomcat/util/http/mapper/ webapps/docs/
Jul 1, 2010
Author: markt Date: Thu Jul 1 21:35:19 2010 New Revision: 959790 URL: http://svn.apache.org/viewvc?rev=959790&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49536 Ensure a 404 response for an unmapped request when no…

svn commit: r947952 - in /tomcat/trunk/modules/tomcat-lite/test/org/apache/tomcat/lite/http: spdyreq0.bin spdyreqCompressed.bin
May 25, 2010
Author: costin Date: Tue May 25 07:37:23 2010 New Revision: 947952 URL: http://svn.apache.org/viewvc?rev=947952&view=rev Log: Missed 2 files - older version of the protocol, will update them when I get to the new proto. Added: …

svn commit: r947931 - in /tomcat/trunk/modules/tomcat-lite: java/org/apache/tomcat/lite/servlet/ java/org/apache/tomcat/servlets/config/ java/org/apac
May 25, 2010
Author: costin Date: Tue May 25 06:09:40 2010 New Revision: 947931 URL: http://svn.apache.org/viewvc?rev=947931&view=rev Log: Removing the mini-'servlet' code from lite. The goal is to implement connector and http client, this creates…

svn commit: r947940 - in /tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite: http/ io/ proxy/
May 25, 2010
Author: costin Date: Tue May 25 06:54:47 2010 New Revision: 947940 URL: http://svn.apache.org/viewvc?rev=947940&view=rev Log: Various changes to better support coyote, remove integration package, prepare to replace jsse with apr, etc. Added:…

svn commit: r947935 - in /tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite/io: SslChannel.java SslConnector.java SslProvider.java jsse/ js
May 25, 2010
Author: costin Date: Tue May 25 06:42:26 2010 New Revision: 947935 URL: http://svn.apache.org/viewvc?rev=947935&view=rev Log: Moved the JSSE code to separate package. Added a bunch of workarounds to support harmony/android, there seems to be a…

svn commit: r988735 - /tomcat/trunk/java/org/apache/tomcat/util/collections/
Aug 24, 2010
Author: markt Date: Tue Aug 24 21:45:46 2010 New Revision: 988735 URL: http://svn.apache.org/viewvc?rev=988735&view=rev Log: Remove empty package Removed: tomcat/trunk/java/org/apache/tomcat/util/collections/