Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #891
| From | lewbloch <lewbloch@gmail.com> |
|---|---|
| Newsgroups | comp.lang.java.help |
| Subject | Re: Learning WebLogic |
| Date | 2011-07-24 12:10 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <c2fffa8d-4573-4502-be0a-fb663ffcb76d@x19g2000prc.googlegroups.com> (permalink) |
| References | <bf266a9f-b46a-422c-9205-383a80c0248b@10g2000yqn.googlegroups.com> |
Steve wrote: > I've mostly used Tomcat to test servlets and JSPs. I started a new job > and it looks like I can't really use Tomcat as part of my development. > The test and production versions of the app run on Web Logic. I know > zero about Web Logic. Is it possible to set up a minimal installation > of Web Logic as part of a development environment in a manner similar > to Tomcat? By that I mean using localhost, coding my files where I > want to, with my own tools and then copying them to a special > directory in Web Logic to see how it all runs? I don't know how minimal it is, but you certainly can set up WL to run on localhost and deploy from the same machine. Have plenty of memory, and configure a bunch of it (both heap and permanent) for WebLogic. You don't copy files into WebLogic; it does that for you. Use its management screens to deploy your app from the WAR or EAR files, or point it to the build/deployment directory of your project. Don't mess with manual copying. > There is a blizzard of docs about Web Logic on Google. Could anyone > recommend a good tutorial on setting up Web Logic in a development > environment to test out JSPs and Servlets? I don't know about tutorials, but the WebLogic docs are rather comprehensive. Personally I find WebLogic and Glassfish to be rather similar to manage. For a tutorial, including an official one from Oracle, see http://lmgtfy.com/?q=WebLogic+tutorial -- Lew
Back to comp.lang.java.help | Previous | Next — Previous in thread | Next in thread | Find similar
Learning WebLogic Steve <tinker123@gmail.com> - 2011-07-13 07:41 -0700
Re: Learning WebLogic lewbloch <lewbloch@gmail.com> - 2011-07-24 12:10 -0700
Re: Learning WebLogic lewbloch <lewbloch@gmail.com> - 2011-07-24 12:19 -0700
csiph-web