- This topic has 6 replies, 2 voices, and was last updated 20 years, 10 months ago by Riyad Kalla.
-
AuthorPosts
-
Gary GaggianiMemberI am familiar with using Resin and Eclipse. I now have started using JRUN, and I cannot figure out how to start my test project in debug mode.
The menu option to start the JRUN server works great. JRUN starts, I connect to it and get the standard JRUN default screen, but cannot then get JRUN to see my JSP module.
Resin did this for me automatically. How do I get JRUN to do this?
Gary G.
Riyad KallaMemberGary,
Is Window->Preferences->MyEclipse->Application servers->JRun4->Launch->Debug mode selected?
Gary GaggianiMemberRiyad,
Yes, that is selected.
How does JRUN know look at the Eclipse project folder, when launched through Eclipse?
Gary
Riyad KallaMemberIt doesn’t (unless you change the docBase for the project I’m guessing). But what you should do is deploy to that server first (using the Deploy feature) then run the server, then open a browser and load up your application.
So unless you’ve done the deploy mode, the problem you reported in your first post is very likely to happen over and over and over 😀
Gary GaggianiMemberRiyad,
Found the Deploy feature. That will probaly fix my main problem.
Still struggling to get the Project built. Gives me an error on the WEB.XML, “The content of element type “web-app” must match “(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-ref*,ejb-local-ref*)”
Where would I find the documentation on that?
Gary
Gary GaggianiMemberRiyad,
Just got the WEB.XML problem solved.
Still fumbling with some of the other parameters, including Oracle. When I get this working, I’m going to get drunk.
Thanks for your help.
Gary
Riyad KallaMemberHahha, I was just going to suggest that after reading your posts “Just fixed problem X, working on problem Y” <few minutes later> “Just fixed problem Y, now working on problem Z”, etc… I think drinking yourself silly is definately in order here.
-
AuthorPosts