| | |
alternate way for http://127.0.0.1:8080
![]() |
•
•
Join Date: Jun 2009
Posts: 13
Reputation:
Solved Threads: 0
presently iam running my application using the following url
http://127.0.0.1:8080/project
without giving the above ip address & port number, can any one suggest alternate way like
http://daniweb/project
thnx
rajesh
http://127.0.0.1:8080/project
without giving the above ip address & port number, can any one suggest alternate way like
http://daniweb/project
thnx
rajesh
Change your application server/web container configuration to use port 80, rather than 8080, than use localhost.
Java Programmer and Sun Systems Administrator
----------------------------------------------
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
----------------------------------------------
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
•
•
Join Date: Jun 2009
Posts: 13
Reputation:
Solved Threads: 0
i tried in tomcat server.xml, but didn't get any result
i want to run application without giving http://localhost:8080/project
.....Eg:http://raj/project
plz..
i want to run application without giving http://localhost:8080/project
.....Eg:http://raj/project
plz..
Read the manual. It is all explained quite well. You simply need to change the address and port in the configuration. That's all. The manual will tell specifically how and where to do so.
Java Programmer and Sun Systems Administrator
----------------------------------------------
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
----------------------------------------------
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
•
•
Join Date: Mar 2009
Posts: 2
Reputation:
Solved Threads: 0
•
•
•
•
presently iam running my application using the following url
http://127.0.0.1:8080/project
without giving the above ip address & port number, can any one suggest alternate way like
http://daniweb/project
thnx
rajesh
For tomcat for example open server.xml file from the given path like
C:\Programs\Apache Software Foundation\Tomcat 6.0\conf
and change following portion in this file.
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
It will be like given below.
<Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
then instead of writing http://127.0.0.1:8080/project
you can write http://yoursystemname/project
Regards,
Naeem Jamil
I guess it's just too hard to read documentation these days. So hard that other people need to do it for you, then write out their interpretation of what they read for you to read and interpret yourself.
So now two people have had to read and interpret something and who knows if what the "end user" understood and implemented is actually what the documentation said, but now one person has wasted their time waiting for someone else to read the documentation for them, and another person has wasted their time reading and regurgitating it.
So now two people have had to read and interpret something and who knows if what the "end user" understood and implemented is actually what the documentation said, but now one person has wasted their time waiting for someone else to read the documentation for them, and another person has wasted their time reading and regurgitating it.
Last edited by masijade; Jun 25th, 2009 at 5:50 am.
Java Programmer and Sun Systems Administrator
----------------------------------------------
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
----------------------------------------------
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
•
•
Join Date: Mar 2009
Posts: 2
Reputation:
Solved Threads: 0
•
•
•
•
i tried in tomcat server.xml, but didn't get any result
i want to run application without giving http://localhost:8080/project
.....Eg:http://raj/project
plz..
and what is "raj"
Is it ur system name? using localhost instead of raj and check what is result.
![]() |
Similar Threads
- Help w/ Malware "http://127.0.0.1:8080/ proxyconf" (Viruses, Spyware and other Nasties)
- http://localhost:8080/UCComplain/UserComplain.asp error (ASP)
- hijacked! (Viruses, Spyware and other Nasties)
- Hijack this log (Viruses, Spyware and other Nasties)
Other Threads in the Java Forum
- Previous Thread: Threading problem
- Next Thread: Identifying Boundry class
| Thread Tools | Search this Thread |
911 addball addressbook android api append applet application apps array arrays automation binary bluetooth businessintelligence button card chat class client code collision component crashcourse css csv database eclipse ee error fractal free game gis givemetehcodez graphics gui html ide image input integer integration j2me japplet java javaarraylist javadoc javafx javaprojects jni jpanel julia jvm linux list loan loop machine map method methods migrate mobile netbeans newbie objects oriented output panel phone physics problem program programming project radio recursion reporting scanner se server service set sms socket software sort sql string swing test textfield threads transfer tree trolltech ubuntu utility windows






