- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Apache+Tomcat or Tomcat only
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 03:15 AM
07-29-2002 03:15 AM
Apache+Tomcat or Tomcat only
We are developing a web based application which will be primarily dynamic content based.
We have options between choosing Apache as Web Server and Tomcat as servlet engine or using Tomcat as both. Our platform is HP-UX 11.0
Which option is more stable and gives more performance?
Thanks in advance.
Soumen Ghosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 03:29 AM
07-29-2002 03:29 AM
Re: Apache+Tomcat or Tomcat only
I have had a lot of problems getting them to work together, and why introduce an additional layer of complexity if it is not needed?
Cheers!
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 05:32 AM
07-29-2002 05:32 AM
Re: Apache+Tomcat or Tomcat only
Apache on the other hand will also need to bind to port 80 as a root user but then it will spawn child process to perform the real work. These child process can then run as any other non-root user to ensure that they are not capable of damaging the system.
We have had good luck using mod_webapp connecting apache and tomcat. If you are worried about images, pdf's and the like, they can be installed outside the web application but within Apache docroot. We have only seen a few hundred millisecond additional
download time with apache/tomcat vs. a standalone tomcat.
See this ITRC thread for issue with installation on HP-UX
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xddccc8ecad09d6118ff40090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 05:40 AM
07-29-2002 05:40 AM
Re: Apache+Tomcat or Tomcat only
Thanks for the answers.
I could not install mod_webapp on HP-UX but mod_jk was perfectly alright. Buy the way, could you install mod_webapp on HP-UX 11.0?
I would also like to know about all the tools (preferably free) using which I can stress-test my web application.
Thanks again.
Soumen Ghosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 05:08 AM
08-06-2002 05:08 AM
Re: Apache+Tomcat or Tomcat only
In terms of stress testing I would recomend Apache Jmeter from the www.apache.org site.
HP offers a similar product available at
http://www.hp.com/go/java
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 01:31 AM
11-20-2003 01:31 AM
Re: Apache+Tomcat or Tomcat only
LoadModule jk_module libexec/mod_jk.so
But get an error when I try to start that apache does not know what LoadModule is. I'm sure I am missing something simple, do you have any suggestions as to where I can look?
Kyle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 01:16 PM
11-20-2003 01:16 PM
Re: Apache+Tomcat or Tomcat only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 03:28 AM
11-21-2003 03:28 AM
Re: Apache+Tomcat or Tomcat only
amefird2:/usr/local/apache/bin# ./apachectl start
/usr/lib/dld.sl: Unresolved symbol: apr_palloc (code) from /usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: apr_table_make (code) from /usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: apr_sockaddr_port_get (code) from /usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: apr_table_elts (code) from /usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: ap_hook_map_to_storage (code) from /usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: apr_pstrdup (code) from /usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: apr_table_overlay (code) from /usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: apr_table_setn (code) from /usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: ap_hook_handler (code) from /usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: apr_table_get (code) from /usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: ap_hook_translate_name (code) from /usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: ap_hook_child_init (code) from /usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: apr_table_add (code) from /usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: ap_hook_post_config (code) from /usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: apr_pstrcat (code) from /usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: apr_pvsprintf (code) from /usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: apr_table_set (code) from /usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: apr_filename_of_pathname (code) from /usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: apr_psprintf (code) from /usr/local/apache/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: apr_date_parse_http (code) from /usr/local/apache/libexec/mod_jk.so
Syntax error on line 984 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/mod_jk.so into server: Unresolved external
./apachectl start: httpd could not be started
Any suggestions?