Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by davidyu8888

  1. davidyu8888

    Why my jsp pages are not refreshed after updating?

    In which location should I search for the temp folder? I put my jsps at tomcat/webapps/syllabus/WEB-INF/htmls, why does this matter? Can you explain it to me? Thanks,
  2. davidyu8888

    sharing data between jsp, bean, servlet

    You may consider using session to share information between JSPs and servlets
  3. davidyu8888

    How can I access my apache server through my external IP

    New Poster, when I put BindAddress 192.168.100.3:80 in my httpd file, my server can't start any longer, it there any other things I should reset accordly? Thanks
  4. davidyu8888

    Why my jsp pages are not refreshed after updating?

    I am using tomcat on Linux. After I update a jsp page and upload it, the server still render the old version to browser, no matter the file on the server has actually been updated. What might be the problem, do I need to reset some parameters in conf folder for tomcat? T.I.A
  5. davidyu8888

    How can I access my apache server through my external IP

    Thanks, Ivennard. I will talk to my lan admin to try these things out, the direction is really helpful. Jiao
  6. davidyu8888

    How can I access my apache server through my external IP

    That might not be the problem, since I have tried it. Still thanks.
  7. davidyu8888

    How can I access my apache server through my external IP

    I have struggled weeks to set my Apache right, so I can access it from a browser outside of my LAN, but I can't. I have asked the network administrator of my LAN to forward port 80 to my machine ( where the apache server sits) and neither the lan or my machine have firework setup. But I can only...
  8. davidyu8888

    how can I access my server using my IP address

    Today I ask my friend ( who has the router for our LAN) to forward port 80 to my machine, now it can use 192.168.100.3 ( my IP on the LAN) to access my web server. But I can't access it by using http://68.0.153.19 to acess it. So I just wonder what might be wrong? Thanks so much. Jiao
  9. davidyu8888

    how can I access my server using my IP address

    My os is windows XP Home edition. I will try to access my IP from another computer on my network to see the result. Jiao
  10. davidyu8888

    how can I access my server using my IP address

    I tried it, but still no good. Please Help.
  11. davidyu8888

    how can I access my server using my IP address

    For current stage, I just want to access my server through my own machine using my IP address ( i.e. 68.0.153.19), so how should I configure my httpd.conf? Is the virtual host part I should change? I tried several configurations but it still won't work. Here is how I did it: NameVirtualHost...
  12. davidyu8888

    how can I access my server using my IP address

    I am on a lan, and the router is not at my home, how can I forward port 80 to the router? Thanks,
  13. davidyu8888

    how can I access my server using my IP address

    how can I access my server using my IP address There is a totally newbie question. I have installed my apache and everything seems to work fine except I can't see the webpages using my IP address: Say http://xx.x.xxx.xx/test/helloworld.html but when I use...

Part and Inventory Search

Back
Top