Click here to Skip to main content
15,891,473 members
Home / Discussions / Java
   

Java

 
AnswerRe: question Pin
Richard MacCutchan28-Oct-12 0:23
mveRichard MacCutchan28-Oct-12 0:23 
Questionjava Pin
dina rajab28-Oct-12 0:11
dina rajab28-Oct-12 0:11 
AnswerRe: java Pin
Richard MacCutchan28-Oct-12 0:23
mveRichard MacCutchan28-Oct-12 0:23 
AnswerRe: java Pin
TorstenH.29-Oct-12 0:38
TorstenH.29-Oct-12 0:38 
AnswerRe: java Pin
April Fans26-Dec-12 17:13
April Fans26-Dec-12 17:13 
QuestionForcing Eclipse webapp home page when debugging Pin
kmg36526-Oct-12 11:53
kmg36526-Oct-12 11:53 
AnswerRe: Forcing Eclipse webapp home page when debugging Pin
hbwhypw31-Oct-12 22:46
hbwhypw31-Oct-12 22:46 
GeneralRe: Forcing Eclipse webapp home page when debugging Pin
kmg3651-Nov-12 10:24
kmg3651-Nov-12 10:24 
Thanks so much for your reply.

However I need the browser for eclipse to go to the http://localhost:8080/RestExample/helloworld url. That is I was looking for a way to force browser to append "/helloworld" to the end of the path.

When I adapt the above to;

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0">
  <display-name>RestExample</display-name>
  <welcome-file-list>
    <welcome-file>helloworld/index.html</welcome-file>
    <welcome-file>helloworld/index.htm</welcome-file>
    <welcome-file>helloworld/index.jsp</welcome-file>
    <welcome-file>helloworld/default.html</welcome-file>
    <welcome-file>helloworld/default.htm</welcome-file>
    <welcome-file>helloworld/default.jsp</welcome-file>
  </welcome-file-list>
  <servlet>
    <servlet-name>JerseyTest</servlet-name>
    <servlet-class>
    	com.sun.jersey.spi.container.servlet.ServletContainer
    </servlet-class>
    <load-on-startup>1</load-on-startup>
  </servlet>
  <servlet-mapping>
    <servlet-name>JerseyTest</servlet-name>
    <url-pattern>/*</url-pattern>
  </servlet-mapping>
</web-app>


It makes no difference.

Thanks.
GeneralRe: Forcing Eclipse webapp home page when debugging Pin
hbwhypw1-Nov-12 16:04
hbwhypw1-Nov-12 16:04 
QuestionIam Facing Problem While Storing record’s in Access Using Applet … Pin
PrabaPrakash25-Oct-12 22:06
PrabaPrakash25-Oct-12 22:06 
AnswerRe: Iam Facing Problem While Storing record’s in Access Using Applet … Pin
Nagy Vilmos25-Oct-12 23:08
professionalNagy Vilmos25-Oct-12 23:08 
GeneralRe: Iam Facing Problem While Storing record’s in Access Using Applet … Pin
PrabaPrakash26-Oct-12 8:30
PrabaPrakash26-Oct-12 8:30 
GeneralRe: Iam Facing Problem While Storing record’s in Access Using Applet … Pin
jschell26-Oct-12 8:49
jschell26-Oct-12 8:49 
AnswerRe: Iam Facing Problem While Storing record’s in Access Using Applet … Pin
jschell26-Oct-12 8:55
jschell26-Oct-12 8:55 
GeneralRe: Iam Facing Problem While Storing record’s in Access Using Applet … Pin
PrabaPrakash2-Nov-12 20:59
PrabaPrakash2-Nov-12 20:59 
Questiondisplay GROUP BY result Pin
uti123fil23-Oct-12 21:48
uti123fil23-Oct-12 21:48 
AnswerRe: display GROUP BY result Pin
Richard MacCutchan23-Oct-12 22:05
mveRichard MacCutchan23-Oct-12 22:05 
GeneralRe: display GROUP BY result Pin
uti123fil23-Oct-12 22:36
uti123fil23-Oct-12 22:36 
GeneralRe: display GROUP BY result Pin
Richard MacCutchan23-Oct-12 22:41
mveRichard MacCutchan23-Oct-12 22:41 
AnswerRe: display GROUP BY result Pin
Richard MacCutchan24-Oct-12 1:14
mveRichard MacCutchan24-Oct-12 1:14 
GeneralRe: display GROUP BY result Pin
uti123fil8-Nov-12 17:11
uti123fil8-Nov-12 17:11 
QuestionHow to make GAME by Java? Pin
nghia09t322-Oct-12 16:05
nghia09t322-Oct-12 16:05 
AnswerRe: How to make GAME by Java? Pin
TorstenH.22-Oct-12 20:32
TorstenH.22-Oct-12 20:32 
AnswerRe: How to make GAME by Java? Pin
Richard MacCutchan22-Oct-12 22:38
mveRichard MacCutchan22-Oct-12 22:38 
AnswerRe: How to make GAME by Java? Pin
Gowtham Gutha9-Nov-12 9:05
Gowtham Gutha9-Nov-12 9:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.