• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Apache tomcat

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
dear sir madem ..........

im new to java .. i have some problems to solve ..
1)as usualy we are using apache tomcat as a servlet container and http server . as a servletcontainer how can i connect tomcat to other http sever just as Webspheare , Xitami, iis ....


could anyone can give me a answer
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please take the time to choose the correct forum for your posts. This forum is for questions on the SCWCD.

This post has been moved to a more appropriate forum.
 
Bear Bibeault
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since Tomcat is a self-contained web server and servlet container, why would you want to do that?
 
AL thennakoon
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
when im using tomcat its only support servlet and jsp only
but i want to create more dynamic and powerfull pages .. theare for i have to use php ,asp to create them but i cant connect them to tomcat apache has httpd.cnf file but tomcat hasnt that file ... so tell me is any space to do that...
 
Bear Bibeault
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by AL thennakoon:
but i want to create more dynamic and powerfull pages


Why cannot you use JSP and servlets for that? Mixing JSP, servlets, ASP and php is a recipe for a complete mess! Why do you feel you cannot create dynamic sites with JSP/servlets?
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tomcat can be connected to both The Apache Web Server and to Microsoft's IIS.
There is a page on the Tomcat site with instructions for the various connectors and all of their versions.
See:
http://tomcat.apache.org/connectors-doc/

What is it that you think you can do with ASP or PHP that you can't do with server side Java? In my experience being able to easily work with the vast number of libraries available in Java makes it a much more powerful alternative than either of the other two technologies you've mentioned.
[ March 04, 2008: Message edited by: Ben Souther ]
 
AL thennakoon
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks ben
 
reply
    Bookmark Topic Watch Topic
  • New Topic