|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi..
I have a problem to change the URL to the real url address such as URL according to some refrence: I do that change the hosts.man as follows: 127.0.0.1 localhost URL then restart my computer. But it's doesn't work. can someone help me ! Any help woulf be greatly appreciated!!! I really need it! |
|
#2
|
|||
|
|||
|
Maybe you need to use Tomcat Connectors.
Tomcat has "plugins" that redirects .jsp suffix to Tomcat server. Tomcat connectors apply to IIS, Apache, etc. You can see additional information at: http://jakarta.apache.org/builds/ja...cat-connectors/ JK2 is a powerful connector between Apache / IIS and Tomcat. I hope it can help you. Regards |
|
#3
|
|||
|
|||
daniel_baylon,Thanks for your reply.In my application,I just use j2sdk1.4.1_04 and jakarta-tomcat-4.1.18,plus i'm the beginer of jsp.so i think i dones't say the problem clearly. I had try changed the server.xml as that ... <Engine name="Standalone" defaultHost="www.myApp.com" debug="0"> .. <Host name="www.myApp.com" debug="0" appBase="webapps" unpackWARs="true" autoDeploy="true"> ... to instead of localhost but it's not work then i find another way change the hosts.sam , but it the same. hope your reply! regards |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > how to change http://localhost:8080 into address such as http://www.myApp.com/ |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|